I am needing to convert an old Perl program from using Net::FTP::Recursive to SFTP. I don't see anything in any documentation or examples on how to just create a file list to a file from the remote server to a local directory and file. In the FTP there was a method called rdir which I used.
Thanks
Michael Gould