help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Trouble with TRAMP temp files under Windows 7


From: Michael Albinus
Subject: Re: [h-e-w] Trouble with TRAMP temp files under Windows 7
Date: Fri, 06 Jan 2012 10:53:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Dan Katz <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]