glite-transfer-submit — Submits a data transfer job
glite-transfer-submit [ -h ] [ -q ] [ -s SERVICE ] [ -V ] [ -v ] [ --source SSITE ] [ --dest DSITE ] [ -b ] [ -g PARAM ] [ -m SERVER ] [ -p PASSWORD ] [ -I DELEGATION_ID ] [ -c STORAGE_CLASS ] [ -e EXPIRATION_TIME ] [ -i TIME ] SOURCE-SURL DEST-SURL
glite-transfer-submit [ -h ] [ -q ] [ -s SERVICE ] [ -V ] [ -v ] [ --source SSITE ] [ --dest DSITE ] [ -b ] [ -g PARAM ] [ -m SERVER ] [ -p PASSWORD ] [ -i TIME ] -f FILE
glite-transfer-submit is a command-line tool for submitting new transfer jobs.
Print a short help message on parameters and usage, and exit.
Quiet operation.
Specifies the service endpoint to use. If SERVICE starts with http://, https:// or httpg://, then it is taken as a direct service endpoint URL. Otherwise SERVICE is taken as a service instance name and Service Discovery is invoked to look up the endpoint. If no entries are found, SERVICE is then interpreted as site or host name and Service Discovery is again invoked. In that case, if more than one entry is returned, the client interface version is taken as reference to choose between all the discovered instances.
If this option is not specified, Service Discovery will be invoked and the first available transfer service will be used. If the Service Discovery fails, the program will exit with an error.
If this option is not specified, only services with a known good status will be returned by Service Discovery. However if you explicitely specify a service name or an endpoint, the tool will try to use it regardless of its registered status.
Increases the verbosity level.
Print the version number and exit.
Specify destination site to use.
Blocking mode, wait until the transfer job completes.
Interval between two status polls in blocking mode.
MyProxy password to send with the job
Pass the PARAMS parameters to gridftp.
Pass SERVER as the MyProxy server.
Specify MyProxy password as PASSWORD. This will force the use of MyProxy legacy mode on delegation-enabled FTS servers.
Specify the delegation ID as DELEGATION_ID.
Specify the optional storage class as STORAGE_CLASS.
Request the delegated credential to be valid for EXPIRATION_TIM minutes.
Read the list of files to transfer from FILE (- means the standard input). FILE must contain exactly one source and one destination SURL per line, separated by white space. If either SURL contains white space, it must be protected using \ (backslash).
The source SURL.
The destination SURL.
Specifies the type of the service to use during service discovery. The default value is org.glite.FileTransfer.