glite-transfer-submit — Submits a data transfer job
glite-transfer-submit [ -h ] [ -q ] [ -s SERVICE ] [ -V ] [ -v ] [ --verbose ] [ --source SSITE ] [ --dest DSITE ] [ -b ] [ -g PARAM ] [ -m SERVER ] [ -p PASSWORD ] [ -I DELEGATION_ID ] [ -t, --dest-token TOKEN ] [ -S, --source-token TOKEN ] [ -e EXPIRATION_TIME ] [ -f FILE ] [ -i TIME ] [ --copy-pin-lifetime N ] [ --lan-connection ] [ --fail-nearline ] [ --compare-checksums ] SOURCE-SURL DEST-SURL [CHECKSUM]
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.
Print details about the service endpoint being used.
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 destination space token description as TOKEN. This option will only be used for SRM 2.2 destinations.
Specify the optional source space token description as TOKEN. This option will only be used for SRM 2.2 destinations.
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 one source and one destination SURL, and may contain an optional ALGORITHM:CHECKSUM string per line, separated by white space. If either SURL contains white space, it must be protected using \ (backslash).
The source SURL.
The destination SURL.
The optional checksum provided by the client. It has the format of 'ALGORITHM:CHECKSUM', for example 'ADLER32:12345678'.
pin lifetime of the copy of the file created after a successful srmPutDone or srmCopy operations, in seconds.
use "LAN" as ConnectionType (FTS by default uses WAN).
fail the transfer immediately if the file location is NEARLINE (do not even start the transfer).
compare the checksum of the source and destination files, which implies fetching the checksum of the source, even if it is provided by the client