|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryOperation | |
|---|---|
| com.sshtools.sftp | This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. |
| Uses of DirectoryOperation in com.sshtools.sftp |
|---|
| Methods in com.sshtools.sftp that return DirectoryOperation | |
|---|---|
DirectoryOperation |
AbstractSftpClient.copyLocalDirectory(String localdir,
String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
|
DirectoryOperation |
SftpClient.copyLocalDirectory(String localdir,
String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a local directory into a remote remote directory. |
DirectoryOperation |
AbstractSftpClient.copyRemoteDirectory(String remotedir,
String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
|
DirectoryOperation |
SftpClient.copyRemoteDirectory(String remotedir,
String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a remote directory to a local directory |
| Methods in com.sshtools.sftp with parameters of type DirectoryOperation | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||