Uses of Class
com.sshtools.client.sftp.TransferCancelledException
Packages that use TransferCancelledException
-
Uses of TransferCancelledException in com.sshtools.client
Methods in com.sshtools.client that throw TransferCancelledException -
Uses of TransferCancelledException in com.sshtools.client.sftp
Methods in com.sshtools.client.sftp that throw TransferCancelledExceptionModifier and TypeMethodDescriptionvoidSftpClient.append(InputStream in, String remote) voidSftpClient.append(InputStream in, String remote, FileTransferProgress progress) Deprecated.voidSftpClient.append(InputStream in, String remote, FileTransferProgress progress, long length) voidvoidSftpClient.append(String local, String remote, FileTransferProgress progress) Deprecated.voidSftpClient.append(String local, String remote, FileTransferProgress progress, long length) Download the remote file to the local computerDownload the remote file to the local computerSftpClient.get(String path, FileTransferProgress progress) Download the remote file to the local computer.SftpClient.get(String path, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.SftpClient.get(String remote, OutputStream local) Download the remote file into an OutputStream.SftpClient.get(String remote, OutputStream local, long position) Download the remote file into an OutputStream.SftpClient.get(String remote, OutputStream local, FileTransferProgress progress) Download the remote file writing it to the specifiedOutputStream.SftpClient.get(String remote, OutputStream local, FileTransferProgress progress, long position) Download the remote file writing it to the specifiedOutputStream.Download the remote file into the local file.Download the remote file into the local file.SftpClient.get(String remote, String local, FileTransferProgress progress) Download the remote file to the local computer.SftpClient.get(String remote, String local, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.Download the remote file to the local computerDownload the remote file to the local computerSftpClientTask.get(String path, FileTransferProgress progress) Download the remote file to the local computer.SftpClientTask.get(String path, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.SftpClientTask.get(String remote, OutputStream local) Download the remote file into an OutputStream.SftpClientTask.get(String remote, OutputStream local, long position) Download the remote file into an OutputStream.SftpClientTask.get(String remote, OutputStream local, FileTransferProgress progress) Download the remote file writing it to the specifiedOutputStream.SftpClientTask.get(String remote, OutputStream local, FileTransferProgress progress, long position) Download the remote file writing it to the specifiedOutputStream.Download the remote file into the local file.Download the remote file into the local file.SftpClientTask.get(String remote, String local, FileTransferProgress progress) Download the remote file to the local computer.SftpClientTask.get(String remote, String local, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.SftpFile[]Download the remote files to the local computerSftpFile[]Download the remote files to the local computerSftpFile[]SftpClient.getFiles(String remote, FileTransferProgress progress) Download the remote files to the local computer.SftpFile[]SftpClient.getFiles(String remote, FileTransferProgress progress, boolean resume) Download the remote files to the local computer.SftpFile[]Download the remote files into the local file.SftpFile[]Download the remote files into the local file.SftpFile[]SftpClient.getFiles(String remote, String local, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.SftpFile[]Download the remote files to the local computerSftpFile[]Download the remote files to the local computerSftpFile[]SftpClientTask.getFiles(String remote, FileTransferProgress progress) Download the remote files to the local computer.SftpFile[]SftpClientTask.getFiles(String remote, FileTransferProgress progress, boolean resume) Download the remote files to the local computer.SftpFile[]Download the remote files into the local file.SftpFile[]Download the remote files into the local file.SftpFile[]SftpClientTask.getFiles(String remote, String local, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.SftpClient.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 directoryvoidSftpChannel.performOptimizedRead(String filename, byte[] handle, long length, int blocksize, OutputStream out, int outstandingRequests, FileTransferProgress progress) Deprecated, for removal: This API element is subject to removal in a future version.voidSftpChannel.performOptimizedRead(String filename, byte[] handle, long length, int blocksize, OutputStream out, int outstandingRequests, FileTransferProgress progress, long position) Deprecated, for removal: This API element is subject to removal in a future version.voidSftpHandle.performOptimizedRead(long length, int blocksize, OutputStream out, int outstandingRequests, FileTransferProgress progress, long position) Performs an optimized read of a file through use of asynchronous messages.voidSftpHandle.performOptimizedRead(String filename, long length, int blocksize, OutputStream out, int outstandingRequests, FileTransferProgress progress, long position) Deprecated, for removal: This API element is subject to removal in a future version.voidSftpChannel.performOptimizedWrite(String filename, byte[] handle, int blocksize, int maxAsyncRequests, InputStream in, int buffersize, FileTransferProgress progress) Deprecated.voidSftpChannel.performOptimizedWrite(String filename, byte[] handle, int blocksize, int maxAsyncRequests, InputStream in, int buffersize, FileTransferProgress progress, long position) Deprecated, for removal: This API element is subject to removal in a future version.voidSftpHandle.performOptimizedWrite(String filename, int blocksize, int maxAsyncRequests, InputStream in, int buffersize, FileTransferProgress progress, long position) Performs an optimized write of a file through asynchronous messaging and through buffering the local file into memory.voidSftpChannel.performSynchronousRead(byte[] handle, int blocksize, OutputStream out, FileTransferProgress progress, long position) Deprecated, for removal: This API element is subject to removal in a future version.voidSftpHandle.performSynchronousRead(int blocksize, OutputStream out, FileTransferProgress progress, long position) Perform a synchronous read of a file from the remote file system.voidSftpClient.put(InputStream in, String remote) Upload the contents of an InputStream to the remote computer.voidSftpClient.put(InputStream in, String remote, long position) Upload the contents of an InputStream to the remote computer.voidSftpClient.put(InputStream in, String remote, FileTransferProgress progress) Upload a file to the remote computer reading from the specifiedInputStream.voidSftpClient.put(InputStream in, String remote, FileTransferProgress progress, long position) Deprecated.voidSftpClient.put(InputStream in, String remote, FileTransferProgress progress, long position, long length) Upload a file to the remote computer reading from the specifiedInputStream.voidUpload a file to the remote computervoidUpload a file to the remote computervoidSftpClient.put(String local, FileTransferProgress progress) Upload a file to the remote computer.voidSftpClient.put(String local, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.voidUpload a file to the remote computervoidUpload a file to the remote computervoidSftpClient.put(String local, String remote, FileTransferProgress progress) Upload a file to the remote computer.voidSftpClient.put(String local, String remote, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.voidSftpClientTask.put(InputStream in, String remote) Upload the contents of an InputStream to the remote computer.voidSftpClientTask.put(InputStream in, String remote, long position) Upload the contents of an InputStream to the remote computer.voidSftpClientTask.put(InputStream in, String remote, FileTransferProgress progress) Upload a file to the remote computer reading from the specifiedInputStream.voidSftpClientTask.put(InputStream in, String remote, FileTransferProgress progress, long position) Deprecated.voidSftpClientTask.put(InputStream in, String remote, FileTransferProgress progress, long position, long length) voidUpload a file to the remote computervoidUpload a file to the remote computervoidSftpClientTask.put(String local, FileTransferProgress progress) Upload a file to the remote computer.voidSftpClientTask.put(String local, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.voidUpload a file to the remote computervoidUpload a file to the remote computervoidSftpClientTask.put(String local, String remote, FileTransferProgress progress) Upload a file to the remote computer.voidSftpClientTask.put(String local, String remote, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.voidUpload the contents of an InputStream to the remote computer.voidUpload files to the remote computervoidSftpClient.putFiles(String local, FileTransferProgress progress) Upload files to the remote computervoidSftpClient.putFiles(String local, FileTransferProgress progress, boolean resume) Upload files to the remote computervoidUpload files to the remote computervoidUpload files to the remote computervoidSftpClient.putFiles(String local, String remote, FileTransferProgress progress) Upload files to the remote computer.voidSftpClient.putFiles(String local, String remote, FileTransferProgress progress, boolean resume) make local copies of some of the variables, then call putfilematches, which calls "put" on each file that matches the regexp local.voidUpload the contents of an InputStream to the remote computer.voidUpload files to the remote computervoidSftpClientTask.putFiles(String local, FileTransferProgress progress) Upload files to the remote computervoidSftpClientTask.putFiles(String local, FileTransferProgress progress, boolean resume) Upload files to the remote computervoidUpload files to the remote computervoidUpload files to the remote computervoidSftpClientTask.putFiles(String local, String remote, FileTransferProgress progress) Upload files to the remote computer.voidSftpClientTask.putFiles(String local, String remote, FileTransferProgress progress, boolean resume) make local copies of some of the variables, then call putfilematches, which calls "put" on each file that matches the regexp local.SftpClient.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. -
Uses of TransferCancelledException in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks that throw TransferCancelledExceptionModifier and TypeMethodDescriptionprotected final voidAbstractOptimisedTask.checkErrors(Collection<Throwable> errors) protected abstract voidAbstractOptimisedTask.transferFiles(TARGET targetFolder) protected voidPullTask.transferFiles(Path target) protected voidPushTask.transferFiles(String targetFolder)