List all files in remote server using Jsch
问题 I am trying to list all the files/directory from a remote server using JSCH and i can able to get all the information as well.. But my problem is JSCH list all the files with file creation date, time stamp, type of read/write permission etc.., But in my case i need only the file/directory name in the remote server and no additional information's are required.. Below is my piece of java code.. import java.util.Vector; import com.jcraft.jsch.Channel; import com.jcraft.jsch.ChannelSftp; import