Setting a systemwide ftp proxy?

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Arp
Level 3
Level 3
Posts: 147
Joined: Mon Mar 11, 2013 8:41 am

Setting a systemwide ftp proxy?

Post by Arp »

Hi,

I have a problem. I am using a python program that needs to download stuff via ftp. It does that using the ftplib package.
Our network has a restriction regarding ftp, so I need to use a proxy. The ftplib package, however, does not support proxies.

Is it somehow possible to implement a system-wide proxy, similar to the proxy in .wgetrc?

Thx.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
haleakalas

Re: Setting a systemwide ftp proxy?

Post by haleakalas »

I don't have first hand experience but I read that transparent socks5 proxy utilities are available. Do a quick web search and see what's out there. Otherwise you could also use a VPN to alleviate the restriction on your network.
Locked

Return to “Networking”