Uses of Class
com.jcraft.jsch.SftpATTRS
-
Packages that use SftpATTRS Package Description com.jcraft.jsch -
-
Uses of SftpATTRS in com.jcraft.jsch
Methods in com.jcraft.jsch that return SftpATTRS Modifier and Type Method Description SftpATTRS
ChannelSftp.LsEntry. getAttrs()
SftpATTRS
ChannelSftp. lstat(java.lang.String path)
SftpATTRS
ChannelSftp. stat(java.lang.String path)
Methods in com.jcraft.jsch with parameters of type SftpATTRS Modifier and Type Method Description void
ChannelSftp. setStat(java.lang.String path, SftpATTRS attr)
-