|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferCancelledException | |
com.maverick.sftp | The base implementation of the SFTP protocol enabling SFTP to be
operated over both SSH1 and SSH2 connections. |
com.sshtools.sftp | This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. |
Uses of TransferCancelledException in com.maverick.sftp |
Methods in com.maverick.sftp that throw TransferCancelledException | |
void |
SftpSubsystemChannel.performOptimizedWrite(byte[] handle,
int blocksize,
int outstandingRequests,
java.io.InputStream in,
int buffersize,
FileTransferProgress progress)
Performs an optimized write of a file through asynchronous messaging and through buffering the local file into memory. |
void |
SftpSubsystemChannel.performOptimizedWrite(byte[] handle,
int blocksize,
int outstandingRequests,
java.io.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 |
SftpSubsystemChannel.performOptimizedRead(byte[] handle,
long length,
int blocksize,
java.io.OutputStream out,
int outstandingRequests,
FileTransferProgress progress)
Performs an optimized read of a file through use of asynchronous messages. |
void |
SftpSubsystemChannel.performOptimizedRead(byte[] handle,
long length,
int blocksize,
java.io.OutputStream out,
int outstandingRequests,
FileTransferProgress progress,
long position)
Performs an optimized read of a file through use of asynchronous messages. |
Uses of TransferCancelledException in com.sshtools.sftp |
Methods in com.sshtools.sftp that throw TransferCancelledException | |
SftpFileAttributes |
SftpClient.get(java.lang.String path,
FileTransferProgress progress)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String path,
FileTransferProgress progress,
boolean resume)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String path,
boolean resume)
Download the remote file to the local computer |
SftpFileAttributes |
SftpClient.get(java.lang.String path)
Download the remote file to the local computer |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local,
FileTransferProgress progress)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local,
FileTransferProgress progress,
boolean resume)
Download the remote file to the local computer. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local,
boolean resume)
Download the remote file into the local file. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local)
Download the remote file into the local file. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local,
FileTransferProgress progress)
Download the remote file writing it to the specified OutputStream . |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local,
FileTransferProgress progress,
long position)
Download the remote file writing it to the specified OutputStream . |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local,
long position)
Download the remote file into an OutputStream. |
SftpFileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local)
Download the remote file into an OutputStream. |
void |
SftpClient.put(java.lang.String local,
FileTransferProgress progress,
boolean resume)
Upload a file to the remote computer. |
void |
SftpClient.put(java.lang.String local,
FileTransferProgress progress)
Upload a file to the remote computer. |
void |
SftpClient.put(java.lang.String local)
Upload a file to the remote computer |
void |
SftpClient.put(java.lang.String local,
boolean resume)
Upload a file to the remote computer |
void |
SftpClient.put(java.lang.String local,
java.lang.String remote,
FileTransferProgress progress)
Upload a file to the remote computer. |
void |
SftpClient.put(java.lang.String local,
java.lang.String remote,
FileTransferProgress progress,
boolean resume)
Upload a file to the remote computer. |
void |
SftpClient.put(java.lang.String local,
java.lang.String remote,
boolean resume)
Upload a file to the remote computer |
void |
SftpClient.put(java.lang.String local,
java.lang.String remote)
Upload a file to the remote computer |
void |
SftpClient.put(java.io.InputStream in,
java.lang.String remote,
FileTransferProgress progress)
Upload a file to the remote computer reading from the specified
InputStream . |
void |
SftpClient.put(java.io.InputStream in,
java.lang.String remote,
FileTransferProgress progress,
long position)
|
void |
SftpClient.put(java.io.InputStream in,
java.lang.String remote,
long position)
Upload the contents of an InputStream to the remote computer. |
void |
SftpClient.put(java.io.InputStream in,
java.lang.String remote)
Upload the contents of an InputStream to the remote computer. |
DirectoryOperation |
SftpClient.copyLocalDirectory(java.lang.String localdir,
java.lang.String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a local directory into a remote remote directory. |
DirectoryOperation |
SftpClient.copyRemoteDirectory(java.lang.String remotedir,
java.lang.String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a remote directory to a local directory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |