On Thu, Jul 11, 2002 at 04:44:40AM -0400, aaron t wrote: > lftp seems like a very promising program for me but i cannot seem to get it > to connect to other ftps through a socksv4 proxy (i have not tested it for > socksv5 proxy) > i compiled the program with ./configure --with-socks; make; make install > and it runs fine and nice with no errors during the installation > i go to edit the lftp.conf to add my proxy to the > > 'set ftp:proxy xx.xx.xx.xx:1080'
ftp:proxy is not used for socks proxy specification. Use an environment variable instead. See your socks library documentation for which variable to set. -- Alexander.
