From xemacs-m  Wed Mar 26 08:00:02 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA00092
	for <xemacs-beta@xemacs.org>; Wed, 26 Mar 1997 08:00:01 -0600 (CST)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id OAA24038; Wed, 26 Mar 1997 14:59:54 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA23494; Wed, 26 Mar 1997 14:59:51 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: andyp@parallax.co.uk (Andy Piper)
Cc: xemacs-beta@xemacs.org
Subject: Re: efs question
References: <199703261308.NAA19504@wrath.parallax.co.uk>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 26 Mar 1997 14:59:44 +0100
In-Reply-To: andyp@parallax.co.uk's message of Wed, 26 Mar 1997 13:08:01 GMT
Message-Id: <y9l209269f3.fsf@modas.informatik.uni-tuebingen.de>
Lines: 26
X-Mailer: Gnus v5.4.33/XEmacs 20.1(beta9)

>>>>> "Andy" == Andy Piper <andyp@parallax.co.uk> writes:

Andy> Finally making the transition from ange ftp to efs (a bit late I admit)
Andy> what is the equivalent of ange-ftp-smart-gateway - I can't find anyway
Andy> of coping with gateways that want you to log in as user@remotehost.

Does this do it?

proxy:
This indicates that your gateway works by first FTP'ing to it, and
then issuing a USER command of the form

                     USER <username>@<host>

In this case, you might set efs-gateway-type to

       (list 'proxy "ftp" efs-ftp-program-args)
        
If you need to use a nonstandard client, such as iftp, give this
instead of "ftp".  If this client needs to take special arguments,
give them instead of efs-ftp-program-args.

In that case, RTFM?

Cheers =8-} Chipsy

