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 TypeMethodDescriptionvoid
SftpClient.append
(InputStream in, String remote) void
SftpClient.append
(InputStream in, String remote, FileTransferProgress progress) Deprecated.void
SftpClient.append
(InputStream in, String remote, FileTransferProgress progress, long length) void
void
SftpClient.append
(String local, String remote, FileTransferProgress progress) Deprecated.void
SftpClient.append
(String local, String remote, FileTransferProgress progress, long length) com.sshtools.common.sftp.SftpFileAttributes
Download the remote file to the local computercom.sshtools.common.sftp.SftpFileAttributes
Download the remote file to the local computercom.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String path, FileTransferProgress progress) Download the remote file to the local computer.com.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String path, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.com.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String remote, OutputStream local) Download the remote file into an OutputStream.com.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String remote, OutputStream local, long position) Download the remote file into an OutputStream.com.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String remote, OutputStream local, FileTransferProgress progress) Download the remote file writing it to the specifiedOutputStream
.com.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String remote, OutputStream local, FileTransferProgress progress, long position) Download the remote file writing it to the specifiedOutputStream
.com.sshtools.common.sftp.SftpFileAttributes
Download the remote file into the local file.com.sshtools.common.sftp.SftpFileAttributes
Download the remote file into the local file.com.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String remote, String local, FileTransferProgress progress) Download the remote file to the local computer.com.sshtools.common.sftp.SftpFileAttributes
SftpClient.get
(String remote, String local, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.com.sshtools.common.sftp.SftpFileAttributes
Download the remote file to the local computercom.sshtools.common.sftp.SftpFileAttributes
Download the remote file to the local computercom.sshtools.common.sftp.SftpFileAttributes
SftpClientTask.get
(String path, FileTransferProgress progress) Download the remote file to the local computer.com.sshtools.common.sftp.SftpFileAttributes
SftpClientTask.get
(String path, FileTransferProgress progress, boolean resume) Download the remote file to the local computer.com.sshtools.common.sftp.SftpFileAttributes
SftpClientTask.get
(String remote, OutputStream local) Download the remote file into an OutputStream.com.sshtools.common.sftp.SftpFileAttributes
SftpClientTask.get
(String remote, OutputStream local, long position) Download the remote file into an OutputStream.com.sshtools.common.sftp.SftpFileAttributes
SftpClientTask.get
(String remote, OutputStream local, FileTransferProgress progress) Download the remote file writing it to the specifiedOutputStream
.com.sshtools.common.sftp.SftpFileAttributes
SftpClientTask.get
(String remote, OutputStream local, FileTransferProgress progress, long position) Download the remote file writing it to the specifiedOutputStream
.com.sshtools.common.sftp.SftpFileAttributes
Download the remote file into the local file.com.sshtools.common.sftp.SftpFileAttributes
Download the remote file into the local file.com.sshtools.common.sftp.SftpFileAttributes
SftpClientTask.get
(String remote, String local, FileTransferProgress progress) Download the remote file to the local computer.com.sshtools.common.sftp.SftpFileAttributes
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 directoryvoid
SftpChannel.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.void
SftpChannel.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.void
SftpHandle.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.void
SftpHandle.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.void
SftpChannel.performOptimizedWrite
(String filename, byte[] handle, int blocksize, int maxAsyncRequests, InputStream in, int buffersize, FileTransferProgress progress) Deprecated.void
SftpChannel.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.void
SftpHandle.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.void
SftpChannel.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.void
SftpHandle.performSynchronousRead
(int blocksize, OutputStream out, FileTransferProgress progress, long position) Perform a synchronous read of a file from the remote file system.void
SftpClient.put
(InputStream in, String remote) Upload the contents of an InputStream to the remote computer.void
SftpClient.put
(InputStream in, String remote, long position) Upload the contents of an InputStream to the remote computer.void
SftpClient.put
(InputStream in, String remote, FileTransferProgress progress) Upload a file to the remote computer reading from the specifiedInputStream
.void
SftpClient.put
(InputStream in, String remote, FileTransferProgress progress, long position) Deprecated.void
SftpClient.put
(InputStream in, String remote, FileTransferProgress progress, long position, long length) Upload a file to the remote computer reading from the specifiedInputStream
.void
Upload a file to the remote computervoid
Upload a file to the remote computervoid
SftpClient.put
(String local, FileTransferProgress progress) Upload a file to the remote computer.void
SftpClient.put
(String local, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.void
Upload a file to the remote computervoid
Upload a file to the remote computervoid
SftpClient.put
(String local, String remote, FileTransferProgress progress) Upload a file to the remote computer.void
SftpClient.put
(String local, String remote, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.void
SftpClientTask.put
(InputStream in, String remote) Upload the contents of an InputStream to the remote computer.void
SftpClientTask.put
(InputStream in, String remote, long position) Upload the contents of an InputStream to the remote computer.void
SftpClientTask.put
(InputStream in, String remote, FileTransferProgress progress) Upload a file to the remote computer reading from the specifiedInputStream
.void
SftpClientTask.put
(InputStream in, String remote, FileTransferProgress progress, long position) Deprecated.void
SftpClientTask.put
(InputStream in, String remote, FileTransferProgress progress, long position, long length) void
Upload a file to the remote computervoid
Upload a file to the remote computervoid
SftpClientTask.put
(String local, FileTransferProgress progress) Upload a file to the remote computer.void
SftpClientTask.put
(String local, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.void
Upload a file to the remote computervoid
Upload a file to the remote computervoid
SftpClientTask.put
(String local, String remote, FileTransferProgress progress) Upload a file to the remote computer.void
SftpClientTask.put
(String local, String remote, FileTransferProgress progress, boolean resume) Upload a file to the remote computer.void
Upload the contents of an InputStream to the remote computer.void
Upload files to the remote computervoid
SftpClient.putFiles
(String local, FileTransferProgress progress) Upload files to the remote computervoid
SftpClient.putFiles
(String local, FileTransferProgress progress, boolean resume) Upload files to the remote computervoid
Upload files to the remote computervoid
Upload files to the remote computervoid
SftpClient.putFiles
(String local, String remote, FileTransferProgress progress) Upload files to the remote computer.void
SftpClient.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.void
Upload the contents of an InputStream to the remote computer.void
Upload files to the remote computervoid
SftpClientTask.putFiles
(String local, FileTransferProgress progress) Upload files to the remote computervoid
SftpClientTask.putFiles
(String local, FileTransferProgress progress, boolean resume) Upload files to the remote computervoid
Upload files to the remote computervoid
Upload files to the remote computervoid
SftpClientTask.putFiles
(String local, String remote, FileTransferProgress progress) Upload files to the remote computer.void
SftpClientTask.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 void
AbstractOptimisedTask.checkErrors
(Collection<Throwable> errors) protected abstract void
AbstractOptimisedTask.transferFiles
(TARGET targetFolder) protected void
PullTask.transferFiles
(Path target) protected void
PushTask.transferFiles
(String targetFolder)