Uses of Interface
com.jcraft.jsch.ChannelSftp.LsEntrySelector
-
Packages that use ChannelSftp.LsEntrySelector Package Description com.jcraft.jsch -
-
Uses of ChannelSftp.LsEntrySelector in com.jcraft.jsch
Methods in com.jcraft.jsch with parameters of type ChannelSftp.LsEntrySelector Modifier and Type Method Description void
ChannelSftp. ls(java.lang.String path, ChannelSftp.LsEntrySelector selector)
List files specified by the remotepath
.
-