Class | Description |
---|---|
BbcpCopier |
This class provides methods to copy files across two remote machines using
bbcp.
|
FileCopierBase |
This class provides functionality to copy files between two machine using
SSH.
|
FileCopierFactory |
Factory class to return a FileCopier class specific to the protocol passed
|
GenericFileCopier |
Copy files between local and remote machine or between two remote machines,
using scp, sftp, bbcp or srmlite protocol.
|
LocalFileCopier |
Default class for copying files within the localhost.This class doesn't have
have any specific implementation.
|
ScpCopier |
Copies files using SCP protocol.
|
SftpCopier |
SFTP provides functionality to copy files, regular expressions,
directories(with dir: option).
|
SrmliteCopier |
This class copies files/directories from one machine to another using the
srmlite protocol.
|