How I can configure ange-ftp to access over proxy-server-type firewalls?
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.