1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.2 -->
<HTML>
<HEAD>
<TITLE>Installing cosFileTransfer</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="3"><!-- Empty --></A>
<H2>3 Installing cosFileTransfer</H2>
<A NAME="3.1"><!-- Empty --></A>
<H3>3.1 Installation Process </H3>
<P>This chapter describes how to install
<A HREF="cosFileTransferApp.html">cosFileTransferApp</A> in an Erlang Environment.
<A NAME="3.1.1"><!-- Empty --></A>
<H4>3.1.1 Preparation</H4>
<P> Before starting the installation process for cosFileTransfer,
the application <CODE>Orber</CODE> must be running and <CODE>cosProperty</CODE> installed by
using <CODE>cosProperty:install()</CODE>. Please note that it is <STRONG>NOT</STRONG> necessary
to use <CODE>cosProperty:install_db()</CODE> for running the cosFileTransfer application.
<A NAME="3.1.2"><!-- Empty --></A>
<H4>3.1.2 Configuration</H4>
<P>When starting the cosFileTransfer application the following configuration parameters
can be used:
<P>
<UL>
<LI>
<STRONG>buffert_size</STRONG> - default is 64000. This option determine
how many bytes will be read at a time when transfering files.
</LI>
</UL>
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2004
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|