| Package | Description |
|---|---|
| com.jscape.inet.sftp |
| Modifier and Type | Method and Description |
|---|---|
static Sftp.UploadFileOperation.TransferStrategy |
Sftp.UploadFileOperation.TransferStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sftp.UploadFileOperation.TransferStrategy[] |
Sftp.UploadFileOperation.TransferStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UploadFileOperation(java.io.File localFile,
Sftp.RemoteDirectory remoteDirectory,
java.lang.String tempFileExtension,
Sftp.UploadFileOperation.TransferStrategy transferStrategy,
boolean fileTimestampPreservingRequired,
int maxAttempts,
com.jscape.util.Time attemptPeriod,
boolean deleteLocalFileRequired,
Sftp.UploadFileOperation.Listener listener) |
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved