Property Name | Datatype | Default | Description |
[put|get] |
boolean |
none |
Either put or get must be given to specify the direction of the file transfer. Put is used
to write to the corba file server, get is used to read a file. |
verbose |
boolean |
false |
If set to "true" all properties are echoed to stdout. |
terminate |
boolean |
false |
If set to "true" the terminator on server side will be executed. |
LocalFileName Filename |
String |
none |
In get operations the name of the target file. In put operations the name of the source file.
The filename can be absolute or relative. If the filename is omitted in a get operation the
name of the remote file is used. |
RemoteFileName Filename |
String |
none |
In get operations the name of the source file. In put operations the name of the target file.
The file name must be a path relative to CORBAFileServer.RootDir.
If the filename is omitted in a put operation the name of the remote file is used. |
SocketPort port |
int |
26900 |
This is the port number used to connect to the Corba File Server. |
SocketTimeout milliseconds |
int |
100.000 |
Timeout for corba file server connections |
NameServiceName Name |
String |
NameService |
Usually no reason to change this |
NameServiceHost Name |
String |
hostname of local machine |
Name of host where the Corba Naming Service runs |
NameServicePort port |
int |
2809 |
Portnumber for the Corba Naming Service |
CORBAFileServer.ServiceName Servicename |
String |
CORBAFileServer.FileServer\@hostnameOfLocalMachine |
The name the corba file server used to register at the Corba Naming Service |
Properties Filename |
String |
none |
If this property is set on the command line some or all of the properties described
above can be read from Filename. This method should be used to configure all
installation specific parameters. |
ResultFile Filename |
String |
none |
Name of a result file. The result file is in "properties" syntax and contains
status = [OK|FAIL]
url = URL of copied file (only if status=OK)
file = Name part of copied file URL without protocol and hostname (only if status=OK)
message = Error message (only if status=FAIL)
If no ResultFile is specified these properties are written to StdOut
|
remove_on_error |
boolean |
false |
If set to "true" the local file will be removed when an error occurs, this will be done only at get. |