FTP through a socks proxy

Hey, I need to connect to a FTP server through a socks5 proxy.
Do you know any Elixir library to achieve this?

Did you ever solved it?

1 Like

I’ll check tomorrow but I think we ended up using a raw curl command.

I confirm: we did use curl which supports both FTP and socks proxy

1 Like