Uses of Interface
com.sshtools.j2ssh.FileTransferProgress
-
Packages that use FileTransferProgress Package Description com.sshtools.j2ssh -
-
Uses of FileTransferProgress in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type FileTransferProgress 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)FileAttributesSftpClient. get(java.lang.String path, FileTransferProgress progress)Download the remote file to the local computer.FileAttributesSftpClient. get(java.lang.String remote, java.io.OutputStream local, FileTransferProgress progress)Download the remote file writing it to the specifiedOutputStream.FileAttributesSftpClient. get(java.lang.String remote, java.lang.String local, FileTransferProgress progress)Download the remote file to the local computer.voidSftpClient. put(java.io.InputStream in, java.lang.String remote, FileTransferProgress progress)Upload a file to the remote computer reading from the specifiedInputStream.voidSftpClient. put(java.lang.String local, FileTransferProgress progress)Upload a file to the remote computer.voidSftpClient. put(java.lang.String local, java.lang.String remote, FileTransferProgress progress)Upload a file to the remote computer.
-