Uses of Class
com.sshtools.client.sftp.DirectoryOperation
Packages that use DirectoryOperation
-
Uses of DirectoryOperation in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp that return DirectoryOperationModifier and TypeMethodDescriptionSftpClient.getRemoteDirectory(String remotedir, String localdir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) Copy the contents of a remote directory to a local directorySftpClientTask.getRemoteDirectory(String remotedir, String localdir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) Copy the contents of a remote directory to a local directorySftpClient.putLocalDirectory(String localdir, String remotedir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) Copy the contents of a local directory into a remote directory.SftpClientTask.putLocalDirectory(String localdir, String remotedir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) Copy the contents of a local directory into a remote directory.Methods in com.sshtools.client.sftp with parameters of type DirectoryOperationModifier and TypeMethodDescriptionvoidDirectoryOperation.addDirectoryOperation(DirectoryOperation op, AbstractFile f) Add the contents of another directory operation.voidDirectoryOperation.addDirectoryOperation(DirectoryOperation op, String file) Add the contents of another directory operation.