How does this code facilitate SFTP file listing?
ChannelSftp sftpChannel = (ChannelSftp) session.openChannel("sftp");
sftpChannel.ls("/directory");
How does this code facilitate SFTP file listing?
ChannelSftp sftpChannel = (ChannelSftp) session.openChannel("sftp");
sftpChannel.ls("/directory");