Package | Description |
---|---|
org.apache.sshd.scp.client | |
org.apache.sshd.scp.common.helpers |
Modifier and Type | Method and Description |
---|---|
void |
ScpRemote2RemoteTransferListener.endDirectDirectoryTransfer(ClientSession srcSession,
java.lang.String source,
ClientSession dstSession,
java.lang.String destination,
ScpTimestampCommandDetails timestamp,
ScpReceiveDirCommandDetails details,
java.lang.Throwable thrown)
Indicates end of direct file transfer
|
void |
ScpRemote2RemoteTransferListener.startDirectDirectoryTransfer(ClientSession srcSession,
java.lang.String source,
ClientSession dstSession,
java.lang.String destination,
ScpTimestampCommandDetails timestamp,
ScpReceiveDirCommandDetails details)
Indicates start of direct directory transfer
|
Modifier and Type | Method and Description |
---|---|
static ScpReceiveDirCommandDetails |
ScpReceiveDirCommandDetails.parse(java.lang.String header) |