Uses of Class
com.sshtools.j2ssh.TransferCancelledException
Packages that use TransferCancelledException
-
Uses of TransferCancelledException in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that throw TransferCancelledExceptionModifier and TypeMethodDescriptionSftpClient.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.