Package | Description |
---|---|
org.sdm.spa.actors.transport |
Modifier and Type | Class and Description |
---|---|
class |
BbcpCopier
This class provides methods to copy files across two remote machines using
bbcp.
|
class |
LocalFileCopier
Default class for copying files within the localhost.This class doesn't have
have any specific implementation.
|
class |
ScpCopier
Copies files using SCP protocol.
|
class |
SftpCopier
SFTP provides functionality to copy files, regular expressions,
directories(with dir: option).
|
class |
SrmliteCopier
This class copies files/directories from one machine to another using the
srmlite protocol.
|
Modifier and Type | Method and Description |
---|---|
static FileCopierBase |
FileCopierFactory.getFileCopier(java.lang.String protocol)
Returns the appropriate derived class of FileCopier based on the protocol
passed.
|