public static class Sftp.DownloadFileOperation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Sftp.DownloadFileOperation.Listener |
static class |
Sftp.DownloadFileOperation.NullListener |
static class |
Sftp.DownloadFileOperation.TransferStrategy |
| Constructor and Description |
|---|
DownloadFileOperation(Sftp.RemoteDirectory remoteDirectory,
java.lang.String remoteFile,
java.io.File localFile,
Sftp.DownloadFileOperation.TransferStrategy transferStrategy,
boolean fileTimestampPreservingRequired,
int maxAttempts,
com.jscape.util.Time attemptPeriod,
boolean deleteRemoteFile,
Sftp.DownloadFileOperation.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
Sftp.DownloadFileOperation |
applyTo(Sftp transfer) |
void |
cancel() |
void |
disconnectRequired(boolean value) |
java.lang.String |
toString() |
public DownloadFileOperation(Sftp.RemoteDirectory remoteDirectory, java.lang.String remoteFile, java.io.File localFile, Sftp.DownloadFileOperation.TransferStrategy transferStrategy, boolean fileTimestampPreservingRequired, int maxAttempts, com.jscape.util.Time attemptPeriod, boolean deleteRemoteFile, Sftp.DownloadFileOperation.Listener listener)
public void disconnectRequired(boolean value)
public Sftp.DownloadFileOperation applyTo(Sftp transfer) throws SftpException
SftpExceptionpublic void cancel()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved