Hi. I am trying to get wget.exe v1.9 to work under Windows 9x and NT5 OS', but I cannot get it to work the way I want it. I am trying to download subfolders/subdiretories and binary files recursively from a specified folder.
Notes: The FTP server is Microsoft FTP Service (Version 5.0). The password has $1 in it. I revised the texts to not show the real details due to private information. The example is in Windows 2000 SP4's CLI: C:\test\wget-v1.9>wget -r ftp://domainname\user_name:[EMAIL PROTECTED]/builds/productname/version/8/subfolder/layout/* --14:07:02-- ftp://domainname%5Cuser_name:[EMAIL PROTECTED]/builds/productname/version/8/subfolder/layout/* => `192.168.0.222/builds/productname/version/8/subfolder/layout/.listing' Connecting to 192.168.0.222:21... connected. Logging in as domainname\user_name ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /builds/productname/version/8/subfolder/layout ... done . ==> PORT ... done. ==> LIST ... done. accept: Unknown error I can do a manual FTP login and stuff without any problems, but can't do recursive downloads (limited due to ftp.exe). Any ideas? Thank you in advance. :) -- "There's an ant crawling up your back in the nighttime." --TMBG /\___/\ / /\ /\ \ Phillip Pi (Ant); The Ant Farm: http://antfarm.ma.cx | |o o| | \ _ / E-mail: [EMAIL PROTECTED] or [EMAIL PROTECTED] ( )
