Package | Description |
---|---|
org.apache.sshd.scp.client | |
org.apache.sshd.scp.common.helpers |
Modifier and Type | Method and Description |
---|---|
void |
ScpRemote2RemoteTransferListener.endDirectFileTransfer(ClientSession srcSession,
String source,
ClientSession dstSession,
String destination,
ScpTimestampCommandDetails timestamp,
ScpReceiveFileCommandDetails details,
long xferSize,
Throwable thrown)
Indicates end of direct file transfer
|
void |
ScpRemote2RemoteTransferListener.startDirectFileTransfer(ClientSession srcSession,
String source,
ClientSession dstSession,
String destination,
ScpTimestampCommandDetails timestamp,
ScpReceiveFileCommandDetails details)
Indicates start of direct file transfer
|
Modifier and Type | Method and Description |
---|---|
static ScpReceiveFileCommandDetails |
ScpReceiveFileCommandDetails.parse(String header) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.