0 / 60 seg.

In order to list the files of a specified directory using an SFTP connection, which ChannelSftp method is used?

ChannelSftp sftpChannel = (ChannelSftp) channel;
Vector<ChannelSftp.LsEntry> list = sftpChannel._____("/path/to/directory");