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"))

> Dan

Best regards, Michael.

Reply via email to