Hello,
Iam using the Net::FTP module to connect to an Windows NT FTP Server, Serv-U. the problem is I cannot get a listing to work on this server, if I run the same script on a Unix Server all is well.
Here is the specific line Iam using.
@remotelist = $ftp->ls("-Al");
@remotelist returns nothing. I have tried using dir as well, but still no joy.
Any ideas?
In reply to Net::FTP Help
by GG