|
From: Earnie B. <ea...@us...> - 2005-03-07 12:55:06
|
<quote who="Carlos Laviola"> > Does anyone have any idea on how I might be able to fix this? FWI, I > installed current versions of MSYS, MSYSdtk and MinGW successively, > then created an fstab as told, but ftp didn't work, so I can't get > some perl modules I need to compile an application. Any help is > appreciated. > Ftp works, your use isn't as you expected. As for CPAN, which perl are you using? The native ActiveState or the one from msysDTK? Perhaps the issue is with perl instead of ftp? Try: ftp -n ftp.perl.org You will see that it does not prompt for the User/Password. One *DOES* need to be supplied with the USER/PASS ftp commands. So if you type anonymous when asked for the user name does it work? Earnie -- http://www.mingw.org http://sourceforge.net/projects/mingw https://sourceforge.net/donate/index.php?user_id=15438 |