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.voidSftpClient.put(InputStream in, String remote, FileTransferProgress progress) Upload a file to the remote computer reading from the specifiedInputStream.voidSftpClient.put(String local, FileTransferProgress progress) Upload a file to the remote computer.voidSftpClient.put(String local, String remote, FileTransferProgress progress) Upload a file to the remote computer.