On Tue, Jan 30, 2001 at 09:55:58AM +0000, Dominic Mitchell wrote:
> On Mon, Jan 29, 2001 at 08:13:11PM +0000, Mark Fowler wrote:
> > Robin said:
> > > On Mon, Jan 29, 2001 at 07:53:00PM +0000, Mark Fowler wrote:
> > > >  2) Got any nice bits of your .emacs file to share?
> > > 
> > > Hmm, well this:
> > > 
> > > (add-hook 'ange-ftp-process-startup-hook
> > >           '(lambda ()
> > >              (ange-ftp-raw-send-cmd proc "passive on")))
> > > 
> > > enables ange-ftp mode to work from inside our firewall.
> > > Not very exciting unless you have the same problem...
> 
> I can't get this to work.  At least not with efs under xemacs.  It just
> hangs after issuing the command.  Unfortunately, my elisp debugging
> skills aren't up to sorting it out.  :-(
> 
> -Dom

You'll be wanting

;; efs passive FTP mode as behind firewall
(setq efs-use-passive-mode t)

If you want to send some passwords in plaintext then ;)


jp (who has trouble getting OpenSSH's scp to work)

Reply via email to