Package | Description |
---|---|
com.sshtools.j2ssh |
Modifier and Type | Method and Description |
---|---|
DirectoryOperation |
SftpClient.copyLocalDirectory(java.lang.String localdir,
java.lang.String remotedir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress) |
DirectoryOperation |
SftpClient.copyRemoteDirectory(java.lang.String remotedir,
java.lang.String localdir,
boolean recurse,
boolean sync,
boolean commit,
FileTransferProgress progress) |
FileAttributes |
SftpClient.get(java.lang.String path,
FileTransferProgress progress)
Download the remote file to the local computer.
|
FileAttributes |
SftpClient.get(java.lang.String remote,
java.io.OutputStream local,
FileTransferProgress progress)
Download the remote file writing it to the specified
OutputStream . |
FileAttributes |
SftpClient.get(java.lang.String remote,
java.lang.String local,
FileTransferProgress progress)
Download the remote file to the local 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.lang.String local,
FileTransferProgress progress)
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.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.