Uses of Class
com.sshtools.j2ssh.sftp.SftpSubsystemClient
-
Packages that use SftpSubsystemClient Package Description com.sshtools.j2ssh com.sshtools.j2ssh.sftp -
-
Uses of SftpSubsystemClient in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return SftpSubsystemClient Modifier and Type Method Description SftpSubsystemClient
SshClient. openSftpChannel()
Open's an Sftp channel.SftpSubsystemClient
SshClient. openSftpChannel(ChannelEventListener eventListener)
Open an SftpSubsystemChannel. -
Uses of SftpSubsystemClient in com.sshtools.j2ssh.sftp
Methods in com.sshtools.j2ssh.sftp that return SftpSubsystemClient Modifier and Type Method Description protected SftpSubsystemClient
SftpFile. getSFTPSubsystem()
Methods in com.sshtools.j2ssh.sftp with parameters of type SftpSubsystemClient Modifier and Type Method Description protected void
SftpFile. setSFTPSubsystem(SftpSubsystemClient sftp)
-