Parameters: |
- source (string) – original source URL
- target (string) – target directory or file
- sourcelimit (integer) – max number of download sources
- force (boolean) – overwrite target if it exists
- posc (boolean) – persist on successful close
- coerce (boolean) – ignore file usage rules, i.e. apply FORCE flag to
open()
- mkdir (boolean) – create the parent directories when creating a file
- thirdparty (string) – third party copy mode
- checksummode (string) – checksum mode to be used
- checksumtype (string) – type of the checksum to be computed
- checksumpreset (string) – pre-set checksum instead of computing it
- dynamicsource (boolean) – read as much data from source as is available without
checking the size
- chunksize (integer) – chunk size for remote transfers
- parallelchunks (integer) – number of chunks that should be requested in parallel
- inittimeout (integer) – copy initialization timeout
- tpctimeout (integer) – timeout for a third-party copy to finish
- rmBadCksum (boolean) – remove target file on bad checksum
- cptimeout (integer) – timeout for classic cp operation
- xrateThreashold (integer) – data transfer rate threshold
- xrate (integer) – data transfer rate limit
- retry (integer) – number of retries
- cont (boolean) – continue copying a file from the point where the previous copy was interrupted
- rtrplc (string) – the retry polic (force or continue)
|