Frames | No Frames |
Methods with return type com.sshtools.j2ssh.SftpClient | |
SftpClient | Get an active sftp client
|
SftpClient |
Open an SFTP client for file transfer operations. |
SftpClient |
Open an SFTP client for file transfer operations. |
Constructors with parameter type com.sshtools.j2ssh.SftpClient | |
Fields of type com.sshtools.j2ssh.SftpClient | |
SftpClient |
Methods with parameter type com.sshtools.j2ssh.SftpClient | |
void | |
void | Creates all parent directories specified in a complete relative
pathname. |
void | Delete a file from the remote host. |
void | Retrieve a single file to the remote host. |
boolean | Checks to see if the remote file is current as compared with the local
file. |
void | Create the specified directory on the remote host. |
void | Sends a single file to the remote host. |
void | Sends all files specified by the configured filesets to the remote
server. |
int | For each file in the fileset, do the appropriate action: send, get,
delete, or list. |
Methods with parameter type com.sshtools.j2ssh.SftpClient | |
boolean | RemoteIdentification.configureUserAccess(SftpClient sftp, String serverId, String system, String username, List keys, String authorizationFile, int mode) |
boolean | RemoteIdentification.configureUserAccess(SftpClient sftp, String serverId, String system, String username, SshPublicKey pk, String authorizationFile, int mode) |
Methods with return type com.sshtools.j2ssh.SftpClient | |
SftpClient | Opens an SftpClient on the managed connection. |
SftpClient | Implementation of the SessionManager method, this simply calls the SshClient
method openSftpClient. |
SftpClient | Implementation of the SessionManager method, this simply calls the SshClient
method openSftpClient. |