Good evening, I'm trying to make a ftp with WGET 1.7 My problem is that my PC is under a proxy, and there is no way to make an FTP unless you make first a FTP to that proxy, and then the proxy opens a ftp session to the final machine what you want to connect to You introduce as the name for the ftp when you connect to the proxy: anonymous@machine_where_you_want_ftp �Is there any form to make this type of ftp with Wget?
I have put in the file wgetrc as ftp_proxy, our proxy with the 21 port, because if I didn't write the port WGET connects to port number 80, so it isn't really ftp traffic what it's generated (I believe) In the log file that it's generated after introducing the following line: "wget --delete-after -r -l 2 -o ftp_log ftp://luna.gui.uva.es/pub/padre/Renta99/r99c10a4.exe", I can see that my PC gets to connect with the ftp proxy, then the request is sent to the proxy and its answer is "ERROR -1: Malformed status line" Could you give me some advise about this item? Sincerely yours, ***************************************************************************************** Sonia G�mez Mart�n Junta de Castilla y Le�n Rigoberto Cortejoso, 14 47014 Valladolid (Spain) Tel.: 983 419326 Fax: 983 419999 *****************************************************************************************
