| Frames | No Frames |
Methods with parameter type com.sshtools.j2ssh.FileTransferProgress | |
| DirectoryOperation | SftpClient.copyLocalDirectory(String localdir, String remotedir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) |
| DirectoryOperation | SftpClient.copyRemoteDirectory(String remotedir, String localdir, boolean recurse, boolean sync, boolean commit, FileTransferProgress progress) |
| FileAttributes |
Download the remote file writing it to the specified
OutputStream. |
| FileAttributes |
Download the remote file to the local computer. |
| FileAttributes |
Download the remote file to the local computer. |
| void |
Upload a file to the remote computer reading from the specified
InputStream. |
| void |
Upload a file to the remote computer. |
| void |
Upload a file to the remote computer. |