Uses of Class com.sshtools.j2ssh.SftpClient

Uses in package com.sshtools.j2ssh

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.

Uses in package com.sshtools.ant

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
Sftp.chmod(SftpClient sftp, String filename)
void
Sftp.createParents(SftpClient sftp, String filename)
Creates all parent directories specified in a complete relative pathname.
void
Sftp.delFile(SftpClient sftp, String filename)
Delete a file from the remote host.
void
Sftp.getFile(SftpClient sftp, String dir, String filename)
Retrieve a single file to the remote host.
boolean
Sftp.isUpToDate(SftpClient sftp, File localFile, String remoteFile)
Checks to see if the remote file is current as compared with the local file.
void
Sftp.makeRemoteDir(SftpClient sftp, String dir)
Create the specified directory on the remote host.
void
Sftp.sendFile(SftpClient sftp, String dir, String filename)
Sends a single file to the remote host.
void
Sends all files specified by the configured filesets to the remote server.
int
Sftp.transferFiles(SftpClient sftp, FileSet fs)
For each file in the fileset, do the appropriate action: send, get, delete, or list.

Uses in package com.sshtools.common.automate

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)

Uses in package com.sshtools.common.ui

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.

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.