[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: looking for an FTP -> SOCKS proxy
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05/01/09 07:34, Scott Bennett wrote:
> I know people are doing FTP transfers via tor, but I don't know how
> they are doing it. What are people using for a proxy to sit between
> either a native FTP client or a web browser to do FTP transfers?
> Thanks in advance for suggestions.
3proxy can do this, it's described in the wiki:
http://wiki.noreply.org/noreply/TheOnionRouter/TorifyHOWTO/FTP
I use the following configuration:
daemon
log /dev/null M
timeouts 30 30 60 60 180 1800 60 120
auth iponly
# we don't want DNS leaks
fakeresolve
allow *
parent 1000 socks4+ 127.0.0.1 9050
# normal ftp proxy
ftppr -i127.0.0.1 -p2121
# ftp proxy over http (e.g. web browsers)
proxy -i127.0.0.1 -p21212
pidfile /var/run/3proxy.pid
monitor /etc/3proxy.cfg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAklkz2wACgkQp8EswdDmSVhklACdFyZdEfmeDe1rV4m/jqRBqwSm
LVcAniwvA0KUmHfd9Y9HzBhv75JbnlyJ
=CgPe
-----END PGP SIGNATURE-----