Uses of Class
com.sshtools.j2ssh.DirectoryOperation
-
Packages that use DirectoryOperation Package Description com.sshtools.j2ssh -
-
Uses of DirectoryOperation in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return DirectoryOperation Modifier and Type Method Description DirectoryOperationSftpClient. copyLocalDirectory(java.lang.String localdir, java.lang.String remotedir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress)DirectoryOperationSftpClient. copyRemoteDirectory(java.lang.String remotedir, java.lang.String localdir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress)Methods in com.sshtools.j2ssh with parameters of type DirectoryOperation Modifier and Type Method Description voidDirectoryOperation. addDirectoryOperation(DirectoryOperation op, java.io.File f)voidDirectoryOperation. addDirectoryOperation(DirectoryOperation op, java.lang.String file)
-