Package | Description |
---|---|
com.sshtools.sftp |
This package contains the SSHTools SFTP client converted for use with the J2SSH
Maverick API.
|
Modifier and Type | Method and Description |
---|---|
DirectoryOperation |
SftpClient.copyLocalDirectory(String localdir,
String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Deprecated.
Use putLocalDirectory instead.
|
DirectoryOperation |
SftpClient.copyRemoteDirectory(String remotedir,
String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Deprecated.
Use getRemoteDirectory instead
|
DirectoryOperation |
SftpClient.getRemoteDirectory(String remotedir,
String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a remote directory to a local directory
|
DirectoryOperation |
SftpClient.putLocalDirectory(String localdir,
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,
File f)
Add the contents of another directory operation.
|
void |
DirectoryOperation.addDirectoryOperation(DirectoryOperation op,
String file)
Add the contents of another directory operation.
|
Copyright © 2024. All rights reserved.