Package | Description |
---|---|
com.sshtools.client.sftp |
Modifier and Type | Method and Description |
---|---|
DirectoryOperation |
SftpClientTask.getRemoteDirectory(java.lang.String remotedir,
java.lang.String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a remote directory to a local directory
|
DirectoryOperation |
SftpClient.getRemoteDirectory(java.lang.String remotedir,
java.lang.String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a remote directory to a local directory
|
DirectoryOperation |
SftpClientTask.putLocalDirectory(java.lang.String localdir,
java.lang.String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a local directory into a remote directory.
|
DirectoryOperation |
SftpClient.putLocalDirectory(java.lang.String localdir,
java.lang.String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a local directory into a remote directory.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectoryOperation.addDirectoryOperation(DirectoryOperation op,
com.sshtools.common.files.AbstractFile f)
Add the contents of another directory operation.
|
void |
DirectoryOperation.addDirectoryOperation(DirectoryOperation op,
java.lang.String file)
Add the contents of another directory operation.
|
Copyright © 2021. All rights reserved.