I need help here, I am trying to open a directory on this linux server from a windows box using a perl script to get a file that was previously ftp in there, I can't use Net::SSH::Perl, is there any other way to accomplish such a thing? Like using some system(ssh some command here) command, and go to the directory I want, grab the file and be done with it?