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 SftpSubsystemClientSshClient. openSftpChannel()Open's an Sftp channel.SftpSubsystemClientSshClient. 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 SftpSubsystemClientSftpFile. getSFTPSubsystem()Methods in com.sshtools.j2ssh.sftp with parameters of type SftpSubsystemClient Modifier and Type Method Description protected voidSftpFile. setSFTPSubsystem(SftpSubsystemClient sftp)
-