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