Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How I can configure ange-ftp to access over proxy-server-type firewalls?

ange-ftp configure firewalls
0
Posted

How I can configure ange-ftp to access over proxy-server-type firewalls?

0

Put the following code in your `.emacs’. Modify values according to your network configuration. (setq ange-ftp-gateway-host “proxy-server” ange-ftp-smart-gateway-port “21” ange-ftp-local-host-regexp “.*” ange-ftp-smart-gateway t ) Specify ange-ftp-gateway-host as host name of the proxy server, ange-ftp-smart-gateway-port as port number of the proxy server. Set host name regexp you want to access directly, not to access over proxy, to ange-ftp-local-host-regexp.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123