On Tue, Jul 04, 2006 at 11:43:03AM +0200, bruno wrote:
> 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 ?

If the proxy allows CONNECT to arbitrary ports, you can use this:

        set ftp:use-hftp no
        set ftp:proxy http://proxy:port

Then use plain `open ftp://site'. Lftp would issue CONNECT commands to proxy
to connect to desired ports. In this case plain ftp protocol is used and
all commands (including DELE) should work fine.

In contrast, HFTP cannot delete files if the proxy does not support DELETE.

-- 
   Alexander..

Reply via email to