Hi, I'm trying to troubleshoot an issue with ftp-through-http-proxy. I can mirror a directory just fine when the proxy is not involved, using lftp and regular FTP as the protocol. When an HTTP proxy is involved, the connection times out repeatedly for one of the files (log.txt, 80K in size), and I ctrl-C the process.
My question is, what happened to the files that appeared to be downloaded before log.txt? The debug output shows a "200 OK" for each of those files, and the Content-Type and Content-Length are displayed correctly for each of those files, but they do not appear in the directory created by lftp, nor in /tmp. I haven't been able to find much info on how hftp works, in general -- is it completely up to the client how to go about it? Thanks, Curran Schiefelbein
