in reply to Processing Files in a Remote Directory

If SFTP access to the remote machine is available, Net::SFTP::Foreign has methods that mimic most Perl directory and file handling built-in functions (opendir, readdir, open, close, read, write, readline, seek, stat, etc.).
  • Comment on Re: Processing Files in a Remote Directory