Uses of Class
net.ssh.jsch.SftpATTRS

Packages that use SftpATTRS
net.ssh.jsch   
 

Uses of SftpATTRS in net.ssh.jsch
 

Methods in net.ssh.jsch that return SftpATTRS
 SftpATTRS ChannelSftp.Ssh_exp_name.getAttrs()
           
 SftpATTRS ChannelSftp.lstat(java.lang.String path)
           
 SftpATTRS ChannelSftp.stat(java.lang.String path)
           
 

Methods in net.ssh.jsch with parameters of type SftpATTRS
 void ChannelSftp.Ssh_exp_name.setAttrs(SftpATTRS attrs)
           
 void ChannelSftp.setStat(java.lang.String path, SftpATTRS attr)