unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* ange-ftp vs. $ftp_proxy
@ 2003-01-16 19:04 Dan Jacobson
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Jacobson @ 2003-01-16 19:04 UTC (permalink / raw)
  Cc: amb

Gentlemen, the entire Emacs Info manual and ange-ftp.el do not mention
the word ftp_proxy.  Please mention how one can or cannot have
ange-ftp use this.

(getenv "ftp_proxy") for me gives "http://localhost:8080/", i.e. wwwoffle.
So I tried things like
(setq ange-ftp-smart-gateway (getenv "ftp_proxy")), even
(setq ange-ftp-smart-gateway "localhost")
(setq ange-ftp-smart-gateway-port "8080")
but like sorry, no go.

Why not "modernize" ange-ftp to use the ftp_proxy env variable if it
finds it non empty?  e.g. would wget or lynx be so oblivious? No.
-- 
http://jidanni.org/ Taiwan(04)25854780

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ange-ftp vs. $ftp_proxy
       [not found] <mailman.427.1042758260.21513.bug-gnu-emacs@gnu.org>
@ 2003-01-17 16:38 ` Benjamin Riefenstahl
  2003-01-17 17:07 ` Kevin Rodgers
  2003-01-17 17:21 ` Benjamin Riefenstahl
  2 siblings, 0 replies; 4+ messages in thread
From: Benjamin Riefenstahl @ 2003-01-17 16:38 UTC (permalink / raw)


Hi Dan,


Dan Jacobson <jidanni@dman.ddts.net> writes:
> the entire Emacs Info manual and ange-ftp.el do not mention the word
> ftp_proxy.

Nor does ange-ftp.el mention the words HTTP, HTML, URL or W3.  To me
that indicates that AngeFTP can only do FTP.

> (getenv "ftp_proxy") for me gives "http://localhost:8080/",
> i.e. wwwoffle.

To me this indicates that you have an FTP-to-HTTP gateway running, but
AngeFTP doesn't do HTTP, so this is not usefull to AngeFTP.

> Why not "modernize" ange-ftp to use the ftp_proxy env variable if it
> finds it non empty?  e.g. would wget or lynx be so oblivious? No.

Wget and lynx are primarily HTTP application.  They just also do FTP,
if required.  AngeFTP only does FTP.


If you want AngeFTP to use a proxy, it should be an FTP-to-FTP relay.

If you want to do HTTP, you can look at w3 or emacs-w3m (sp?). 

If you want the same convenience for HTTP, that AngeFTP gives for FTP,
than you need WebDAV support.  I'm not aware of an ELisp implemention
for that or if anybody works on this currently.


Hope this helps, benny

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ange-ftp vs. $ftp_proxy
       [not found] <mailman.427.1042758260.21513.bug-gnu-emacs@gnu.org>
  2003-01-17 16:38 ` ange-ftp vs. $ftp_proxy Benjamin Riefenstahl
@ 2003-01-17 17:07 ` Kevin Rodgers
  2003-01-17 17:21 ` Benjamin Riefenstahl
  2 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2003-01-17 17:07 UTC (permalink / raw)


Dan Jacobson wrote:

> Why not "modernize" ange-ftp to use the ftp_proxy env variable if it
> finds it non empty?


I am eagerly awaiting your contribution (implementation).


-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ange-ftp vs. $ftp_proxy
       [not found] <mailman.427.1042758260.21513.bug-gnu-emacs@gnu.org>
  2003-01-17 16:38 ` ange-ftp vs. $ftp_proxy Benjamin Riefenstahl
  2003-01-17 17:07 ` Kevin Rodgers
@ 2003-01-17 17:21 ` Benjamin Riefenstahl
  2 siblings, 0 replies; 4+ messages in thread
From: Benjamin Riefenstahl @ 2003-01-17 17:21 UTC (permalink / raw)


Hi Dan,


Dan Jacobson <jidanni@dman.ddts.net> writes:
> ftp_proxy.  Please mention how one can or cannot have ange-ftp use
> this.

Ange-ftp cannot use this. 

> (getenv "ftp_proxy") for me gives "http://localhost:8080/",
> i.e. wwwoffle.

That's an FTP-to-HTTP gateway.  Ange-ftp doesn't do HTTP, only FTP.

> Why not "modernize" ange-ftp to use the ftp_proxy env variable if it
> finds it non empty?  e.g. would wget or lynx be so oblivious? No.

Wget and lynx are primarily HTTP clients, although they will do FTP if
necessary.


For ange-ftp you would need a real FTP-to-FTP proxy. 

For HTTP you can look at W3 or emacs-w3m. 


Hope this helps, benny

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-17 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.427.1042758260.21513.bug-gnu-emacs@gnu.org>
2003-01-17 16:38 ` ange-ftp vs. $ftp_proxy Benjamin Riefenstahl
2003-01-17 17:07 ` Kevin Rodgers
2003-01-17 17:21 ` Benjamin Riefenstahl
2003-01-16 19:04 Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).