|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransferCancelledException | |
|---|---|
| com.sshtools.sftp | This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. |
| com.sshtools.sftp.fallback | |
| com.sshtools.sftp.subsystem | |
| Uses of TransferCancelledException in com.sshtools.sftp |
|---|
| Methods in com.sshtools.sftp that throw TransferCancelledException | |
|---|---|
DirectoryOperation |
AbstractSftpClient.copyLocalDirectory(String localdir,
String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
|
DirectoryOperation |
SftpClient.copyLocalDirectory(String localdir,
String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a local directory into a remote remote directory. |
DirectoryOperation |
AbstractSftpClient.copyRemoteDirectory(String remotedir,
String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
|
DirectoryOperation |
SftpClient.copyRemoteDirectory(String remotedir,
String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress)
Copy the contents of a remote directory to a local directory |
SftpFileAttributes |
AbstractSftpClient.get(String path)
|
SftpFileAttributes |
SftpClient.get(String path)
Download the remote file to the local computer |
SftpFileAttributes |
AbstractSftpClient.get(String path,
boolean resume)
|
SftpFileAttributes |
SftpClient.get(String path,
boolean resume)
Download the remote file to the local computer |
SftpFileAttributes |
AbstractSftpClient.get(String path,
FileTransferProgress progress)
|
SftpFileAttributes |
SftpClient.get(String path,
FileTransferProgress progress)
Download the remote file to the local computer. |
SftpFileAttributes |
AbstractSftpClient.get(String path,
FileTransferProgress progress,
boolean resume)
|
SftpFileAttributes |
SftpClient.get(String path,
FileTransferProgress progress,
boolean resume)
Download the remote file to the local computer. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
OutputStream local)
|
SftpFileAttributes |
SftpClient.get(String remote,
OutputStream local)
Download the remote file into an OutputStream. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
OutputStream local,
FileTransferProgress progress)
|
SftpFileAttributes |
SftpClient.get(String remote,
OutputStream local,
FileTransferProgress progress)
Download the remote file writing it to the specified OutputStream. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
OutputStream out,
FileTransferProgress progress,
long position)
|
SftpFileAttributes |
SftpClient.get(String remote,
OutputStream local,
FileTransferProgress progress,
long position)
Download the remote file writing it to the specified OutputStream. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
OutputStream local,
long position)
|
SftpFileAttributes |
SftpClient.get(String remote,
OutputStream local,
long position)
Download the remote file into an OutputStream. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
String local)
|
SftpFileAttributes |
SftpClient.get(String remote,
String local)
Download the remote file into the local file. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
String local,
boolean resume)
|
SftpFileAttributes |
SftpClient.get(String remote,
String local,
boolean resume)
Download the remote file into the local file. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
String local,
FileTransferProgress progress)
|
SftpFileAttributes |
SftpClient.get(String remote,
String local,
FileTransferProgress progress)
Download the remote file to the local computer. |
SftpFileAttributes |
AbstractSftpClient.get(String remote,
String local,
FileTransferProgress progress,
boolean resume)
|
SftpFileAttributes |
SftpClient.get(String remote,
String local,
FileTransferProgress progress,
boolean resume)
Download the remote file to the local computer. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote)
|
SftpFile[] |
SftpClient.getFiles(String remote)
Download the remote files to the local computer |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
boolean resume)
|
SftpFile[] |
SftpClient.getFiles(String remote,
boolean resume)
Download the remote files to the local computer |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
FileTransferProgress progress)
|
SftpFile[] |
SftpClient.getFiles(String remote,
FileTransferProgress progress)
Download the remote files to the local computer. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
FileTransferProgress progress,
boolean resume)
|
SftpFile[] |
SftpClient.getFiles(String remote,
FileTransferProgress progress,
boolean resume)
Download the remote files to the local computer. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
OutputStream local)
|
SftpFile[] |
SftpClient.getFiles(String remote,
OutputStream local)
Download the remote files into an OutputStream. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
OutputStream local,
FileTransferProgress progress)
|
SftpFile[] |
SftpClient.getFiles(String remote,
OutputStream local,
FileTransferProgress progress)
Download the remote files writing it to the specified OutputStream. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
OutputStream local,
FileTransferProgress progress,
long position)
|
SftpFile[] |
SftpClient.getFiles(String remote,
OutputStream local,
FileTransferProgress progress,
long position)
make local copies of some of the variables, then call getfilematches, which calls get on each file that matches the regexp remote. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
OutputStream local,
long position)
|
SftpFile[] |
SftpClient.getFiles(String remote,
OutputStream local,
long position)
Download the remote files into an OutputStream. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
String local)
|
SftpFile[] |
SftpClient.getFiles(String remote,
String local)
Download the remote files into the local file. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
String local,
boolean resume)
|
SftpFile[] |
SftpClient.getFiles(String remote,
String local,
boolean resume)
Download the remote files into the local file. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
String local,
FileTransferProgress progress)
|
SftpFile[] |
SftpClient.getFiles(String remote,
String local,
FileTransferProgress progress)
Download the remote file to the local computer. |
SftpFile[] |
AbstractSftpClient.getFiles(String remote,
String local,
FileTransferProgress progress,
boolean resume)
|
SftpFile[] |
SftpClient.getFiles(String remote,
String local,
FileTransferProgress progress,
boolean resume)
make local copies of some of the variables, then call getfilematches, which calls get on each file that matches the regexp remote. |
protected abstract SftpFileAttributes |
AbstractSftpClient.performDownload(String remote,
OutputStream out,
FileTransferProgress progress,
long position)
|
protected abstract void |
AbstractSftpClient.performUpload(InputStream in,
String remotePath,
FileTransferProgress progress,
long position)
|
void |
AbstractSftpClient.put(InputStream in,
String remote)
|
void |
SftpClient.put(InputStream in,
String remote)
Upload the contents of an InputStream to the remote computer. |
void |
AbstractSftpClient.put(InputStream in,
String remote,
FileTransferProgress progress)
|
void |
SftpClient.put(InputStream in,
String remote,
FileTransferProgress progress)
Upload a file to the remote computer reading from the specified
InputStream
. |
void |
AbstractSftpClient.put(InputStream in,
String remote,
FileTransferProgress progress,
long position)
|
void |
SftpClient.put(InputStream in,
String remote,
FileTransferProgress progress,
long position)
|
void |
AbstractSftpClient.put(InputStream in,
String remote,
long position)
|
void |
SftpClient.put(InputStream in,
String remote,
long position)
Upload the contents of an InputStream to the remote computer. |
void |
AbstractSftpClient.put(String local)
|
void |
SftpClient.put(String local)
Upload a file to the remote computer |
void |
AbstractSftpClient.put(String local,
boolean resume)
|
void |
SftpClient.put(String local,
boolean resume)
Upload a file to the remote computer |
void |
AbstractSftpClient.put(String local,
FileTransferProgress progress)
|
void |
SftpClient.put(String local,
FileTransferProgress progress)
Upload a file to the remote computer. |
void |
AbstractSftpClient.put(String local,
FileTransferProgress progress,
boolean resume)
|
void |
SftpClient.put(String local,
FileTransferProgress progress,
boolean resume)
Upload a file to the remote computer. |
void |
AbstractSftpClient.put(String local,
String remote)
|
void |
SftpClient.put(String local,
String remote)
Upload a file to the remote computer |
void |
AbstractSftpClient.put(String local,
String remote,
boolean resume)
|
void |
SftpClient.put(String local,
String remote,
boolean resume)
Upload a file to the remote computer |
void |
AbstractSftpClient.put(String local,
String remote,
FileTransferProgress progress)
|
void |
SftpClient.put(String local,
String remote,
FileTransferProgress progress)
Upload a file to the remote computer. |
void |
AbstractSftpClient.put(String local,
String remote,
FileTransferProgress progress,
boolean resume)
|
void |
SftpClient.put(String local,
String remote,
FileTransferProgress progress,
boolean resume)
Upload a file to the remote computer. |
void |
AbstractSftpClient.putFiles(InputStream in,
String remote)
|
void |
SftpClient.putFiles(InputStream in,
String remote)
Upload the contents of an InputStream to the remote computer. |
void |
AbstractSftpClient.putFiles(InputStream in,
String remote,
FileTransferProgress progress)
|
void |
SftpClient.putFiles(InputStream in,
String remote,
FileTransferProgress progress)
Upload files to the remote computer reading from the specified
InputStream
. |
void |
AbstractSftpClient.putFiles(InputStream in,
String remote,
FileTransferProgress progress,
long position)
|
void |
SftpClient.putFiles(InputStream in,
String remote,
FileTransferProgress progress,
long position)
|
void |
AbstractSftpClient.putFiles(InputStream in,
String remote,
long position)
|
void |
SftpClient.putFiles(InputStream in,
String remote,
long position)
Upload the contents of an InputStream to the remote computer. |
void |
AbstractSftpClient.putFiles(String local)
|
void |
SftpClient.putFiles(String local)
Upload the contents of an InputStream to the remote computer. |
void |
AbstractSftpClient.putFiles(String local,
boolean resume)
|
void |
SftpClient.putFiles(String local,
boolean resume)
Upload files to the remote computer |
void |
AbstractSftpClient.putFiles(String local,
FileTransferProgress progress)
|
void |
SftpClient.putFiles(String local,
FileTransferProgress progress)
Upload files to the remote computer |
void |
AbstractSftpClient.putFiles(String local,
FileTransferProgress progress,
boolean resume)
|
void |
SftpClient.putFiles(String local,
FileTransferProgress progress,
boolean resume)
Upload files to the remote computer |
void |
AbstractSftpClient.putFiles(String local,
String remote)
|
void |
SftpClient.putFiles(String local,
String remote)
Upload files to the remote computer |
void |
AbstractSftpClient.putFiles(String local,
String remote,
boolean resume)
|
void |
SftpClient.putFiles(String local,
String remote,
boolean resume)
Upload files to the remote computer |
void |
AbstractSftpClient.putFiles(String local,
String remote,
FileTransferProgress progress)
|
void |
SftpClient.putFiles(String local,
String remote,
FileTransferProgress progress)
Upload files to the remote computer. |
void |
AbstractSftpClient.putFiles(String local,
String remote,
FileTransferProgress progress,
boolean resume)
|
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. |
| Uses of TransferCancelledException in com.sshtools.sftp.fallback |
|---|
| Methods in com.sshtools.sftp.fallback that throw TransferCancelledException | |
|---|---|
protected SftpFileAttributes |
ScpFallbackImpl.performDownload(String remote,
OutputStream local,
FileTransferProgress progress,
long position)
|
protected void |
ScpFallbackImpl.performUpload(InputStream in,
String remotePath,
FileTransferProgress progress,
long position)
|
| Uses of TransferCancelledException in com.sshtools.sftp.subsystem |
|---|
| Methods in com.sshtools.sftp.subsystem that throw TransferCancelledException | |
|---|---|
protected SftpFileAttributes |
SftpClientImpl.performDownload(String remote,
OutputStream local,
FileTransferProgress progress,
long position)
|
void |
SftpSubsystemChannel.performOptimizedRead(byte[] handle,
long length,
int blocksize,
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,
OutputStream out,
int outstandingRequests,
FileTransferProgress progress,
long position)
Performs an optimized read of a file through use of asynchronous messages. |
void |
SftpSubsystemChannel.performOptimizedWrite(byte[] handle,
int blocksize,
int outstandingRequests,
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,
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. |
protected void |
SftpClientImpl.performUpload(InputStream in,
String path,
FileTransferProgress progress,
long position)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||