Hi All,

I moved my web server from UNIX to Windows and some things 
no longer work. I expected this to happen, but now I need
some help. Here's what worked on UNIX:

my @ftpUpList = `ftp ftp.somewhere.com <<EOM
admin
admin
prompt
cd tool/upload/S
ls -ltRr
bye
EOM`;

This would put a recursive listing of my upload site in the 
array @ftpUpList and all was peachy...

Since moving the web server to windows, it fails. Does anyone
know what the Windows equivalent would be? All suggestions are
appreciated, thanks.

Paul

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to