Uses of Class
net.scp.SimpleUserInfo

Packages that use SimpleUserInfo
net.scp   
 

Uses of SimpleUserInfo in net.scp
 

Methods in net.scp that return SimpleUserInfo
 SimpleUserInfo ScpBean.getSimpleUserInfo()
           
 

Methods in net.scp with parameters of type SimpleUserInfo
static void ScpTo.scpTo(java.lang.String localFile, java.lang.String remoteSystem, java.lang.String remoteFile, SimpleUserInfo sui)
          A simple entry point for uploading a localFile file to a remote system via scp.
static void ScpTo.sftpTo(java.lang.String localFile, java.lang.String remoteSystem, java.lang.String remoteFile, SimpleUserInfo sui)
          A simple entry point for uploading a single file to a remote system using SFTP.