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: Dan Katz
Subject: Re: [h-e-w] Trouble with TRAMP temp files under Windows 7
Date: Fri, 6 Jan 2012 08:21:32 -0500

On Fri, Jan 6, 2012 at 4:53 AM, Michael Albinus <address@hidden> wrote:
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"))

 Oh - that's nice.  And sufficient indeed.  I somehow missed 'ange-ftp-passive-host-alist' - thanks for pointing it out! 

Dan

reply via email to

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