Hi, i want to use lftp through a proxy with hftp Getting files is working well, but putting a simple textfile does not funktion.
Here is my try: 1. Try: lftp [EMAIL PROTECTED]:~/ftp5385> put test.txt ---- L�se Hostadresse auf... 1 Adresse gefunden ---- Verbinde mit proxy [Proxy-IP] ([Proxy-IP]) Port 8080 ---- Schicke Anforderung... ---> PUT ftp://[USER]:[EMAIL PROTECTED]/ftp5385/test.txt HTTP/1.1 ---> Host: [IP] ---> User-Agent: lftp/2.6.7 ---> Content-length: 263 ---> Last-Modified: Tue, 2 Sep 2003 14:22:49 GMT ---> Proxy-Authorization: Basic Z2Vpczp2ZjVqeHFucQ== ---> Connection: close ---> **** Dateiende beim Lesen der Kopfzeilen erhalten ---- Schlie�e HTTP-Verbindung ---- Verbinde mit proxy [Proxy-IP] ([Proxy-IP]) Port 8080 ---- Schicke Anforderung... ---> GET ftp://[USER]:[EMAIL PROTECTED]/ftp5385/test.txt HTTP/1.1 ---> Host: [IP] ---> User-Agent: lftp/2.6.7 ---> Proxy-Authorization: Basic Z2Vpczp2ZjVqeHFucQ== ---> Connection: close ---> �test.txt� bei 263 (100%) 10b/s ca. fertig:0S [Warte auf Antwort] After a while (some seconds) it shows: <--- HTTP/1.0 200 OK <--- Content-Type:text/html <--- ---- Schlie�e HTTP-Verbindung copy: put kehrte zu 0 zur�ck, suche entsprechendes get ????? There is shown that the file has 100% but after some seconds, lftp tries to make it again. And why is the Connection: close ? Any solutions ? Ciao Tobias
