Hey guys, I've been trying desperately to get my emacs configured to use ange-ftp to an ftp server. My shell-box is behind a firewall, and as such I have my .emacs file looking like this: Code: (require 'tramp) (setq tramp-default-method "ftp") (setq ange-ftp-ftp-program-name "pftp") And then I've tried to set up my .netrc file as this to be able to use autocompletion on host name.. and this I can't even get to work either.... Code: machine server-host-name port-no login password