Hello,

I want to use lftp with socks for login and list and not for data.
I have tryed with tsocks I never can get data out of socks.

So I tryed to compile lftp with socks support.
I'm using lftp-4.3.8 and dante-1.3.2 compiled versions with for:

- Dante: ./configure --with-socks-conf=/etc/socks.conf
/etc/socks.conf
route {
    from: 0.0.0.0/0   to: 0.0.0.0/0   via:127.0.0.1  port = 4444
    protocol: tcp
    proxyprotocol: socks_v4
    method: none
}

(I'm using a SSH -D)

- LFTP: ./configure  --with-socksdante=/dante-1.3.2 --without-openssl

At this state I'm missing some points on how lftp handles socks:

1. Without any option lftp uses by default the socks and Dante config, how disable it ? 2. I'm trying to have the ftp data out of the socks: ftp:bind-data-socket have no effects 3. Is any way to get the result expected: login/list usings sock, data without it ?

Regards,
Sacha.

_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to