AbstractExecFileTransfer |
Local-only file transfer mechanism which makes use of soft-linking.
|
AbstractFileTransfer |
|
CopyFileTransfer |
Local-only file transfer mechanism which makes use of the plaform
copy command.
|
CopyMoveFileTransfer |
Local-only file transfer mechanism which makes use of the
local copy command followed by the deletion of the original
source file.
|
HardlinkFileTransfer |
Local-only file transfer mechanism which makes use of hard-linking.
|
MoveFileTransfer |
Local-only file transfer mechanism which makes use of hard-linking
followed by the deletion of the original source file.
|
SymlinkFileTransfer |
Local-only file transfer mechanism which makes use of soft-linking.
|
TransferState |
Non-thread-safe argument holder for FileTransfer implementations.
|
UploadFileTransfer |
Traditional file transfer mechanism which uploads
files using the API.
|
UploadRmFileTransfer |
Version of the default UploadFileTransfer which
deletes all files in a transfer set if the upload is
successful.
|