|
|||||||||
| 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 |
SftpClient.copyLocalDirectory(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.copyRemoteDirectory(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 |
| Methods in com.sshtools.sftp with parameters of type DirectoryOperation | |
|---|---|
void |
DirectoryOperation.addDirectoryOperation(DirectoryOperation op,
java.io.File f)
Add the contents of another directory operation. |
void |
DirectoryOperation.addDirectoryOperation(DirectoryOperation op,
java.lang.String file)
Add the contents of another directory operation. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||