Paul Ohashi wrote:
Hi All,

Hello,

I moved my web server from UNIX to Windows and some things

boy talk about a downgrade :)

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

Why not use Net::FTP instead? I imagine your windows doesn't know what those commands are.


know what the Windows equivalent would be? All suggestions are
appreciated, thanks.

Move back off Winders ;p

--
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