Uses of Class
com.sshtools.j2ssh.ScpClient
-
Packages that use ScpClient Package Description com.sshtools.j2ssh -
-
Uses of ScpClient in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh that return ScpClient Modifier and Type Method Description ScpClient
SshClient. openScpClient()
Open an SCP client for file transfer operations where SFTP is not supported.ScpClient
SshClient. openScpClient(java.io.File cwd)
Open an SCP client for file transfer operations where SFTP is not supported.
-