Uses of Interface
com.sshtools.j2ssh.FileTransferProgress
Packages that use FileTransferProgress
-
Uses of FileTransferProgress in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type FileTransferProgressModifier and TypeMethodDescriptionSftpClient.copyLocalDirectory
(String localdir, String remotedir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) SftpClient.copyRemoteDirectory
(String remotedir, String localdir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) SftpClient.get
(String path, FileTransferProgress progress) Download the remote file to the local computer.SftpClient.get
(String remote, OutputStream local, FileTransferProgress progress) Download the remote file writing it to the specifiedOutputStream
.SftpClient.get
(String remote, String local, FileTransferProgress progress) Download the remote file to the local computer.void
SftpClient.put
(InputStream in, String remote, FileTransferProgress progress) Upload a file to the remote computer reading from the specifiedInputStream
.void
SftpClient.put
(String local, FileTransferProgress progress) Upload a file to the remote computer.void
SftpClient.put
(String local, String remote, FileTransferProgress progress) Upload a file to the remote computer.