Hello, I try to use lftp to store, get, list and delete files on a FTP server. There's a proxy between lftp and proftpd. The delete command seems to be not implemented by the proxy. Have you an idea for configuring lftp to succeed in deleting files ?
lftp [EMAIL PROTECTED]:~/EFI> rm file_to_delete ---- Connecting to proxy my_proxy (10.10.10.1) port 8080 ---- Sending request... ---> DELETE ftp://[EMAIL PROTECTED]/file_to_delete HTTP/1.1 ---> Host: my-ftp_server ---> User-Agent: lftp/3.4.7 ---> Depth: 0 ---> Authorization: Basic aW50ZWdfdHR2YTp0ZWxldHZhMDE= ---> Connection: keep-alive ---> <--- HTTP/1.0 501 Not Implemented <--- Server: squid/2.5.STABLE1 <--- Mime-Version: 1.0 <--- Date: Fri, 30 Jun 2006 08:09:49 GMT <--- Content-Type: text/html <--- Content-Length: 1224 <--- Expires: Fri, 30 Jun 2006 08:09:49 GMT <--- X-Squid-Error: ERR_UNSUP_REQ 0 <--- X-Cache: MISS from S59D <--- Proxy-Connection: close <--- rm: Operation not supported: 501 Not Implemented (DELETE) ---- Closing HTTP connection lftp [EMAIL PROTECTED]:~/>