On Fri, Jan 6, 2012 at 4:53 AM, Michael Albinus <michael.albi...@gmx.de>wrote:
> Dan Katz <dpkatz...@gmail.com> writes: > > > - Writing an ange-ftp-process-startup-hook function which would > > toggle passive off (the main server I need to talk to would try to set > > passive on, but then the firewall would block things) > > Wouldn't it be sufficient to add this to your .emacs: > > (add-to-list > 'ange-ftp-passive-host-alist > (cons (regexp-quote "ftp.server") "off")) > Oh - that's nice. And sufficient indeed. I somehow missed 'ange-ftp-passive-host-alist' - thanks for pointing it out! Dan