* Opening remote files through proxy gateway
@ 2002-09-08 23:58 int_80h
2002-09-09 9:35 ` Eric Marsden
0 siblings, 1 reply; 3+ messages in thread
From: int_80h @ 2002-09-08 23:58 UTC (permalink / raw)
I am having trouble opening files on a remote server through a proxy
firewall. Here is the output of the proxy when I ftp to REMOTE
manually (names have been changed to protect the innocent).
ftp REMOTE
Connected to PROXY.
220 aftpd:Check Point FireWall-1 Secure FTP server running on NONAME
Name (PROXY:none):
331 aftpd: RADIUS password: you can use password@RADIUS-password
NOTE: The 331 line about is literally the way it reads.
I talked to the sysadmin and he told do this instead:
1) ftp to the proxy gateway machine PROXY
2) type REMOTEUSERNAME@NTUSERNAME@REMOTE
3) type REMOTEPASSWORD@NTPASSWORD
That worked.
My question is:
How do I configure emacs to do what I did manually to open files on
REMOTE?
I have tried this in my .emacs
(setq ange-ftp-gateway-host "PROXY"
ange-ftp-smart-gateway-port "PROXYPORT"
ange-ftp-smart-gateway t
)
Emacs just hangs when trying to connect, so I cannot see the ftp
buffer to tell you what is going on there.
Any help will be greatly appreciated. Thanks in advance.
int_80h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Opening remote files through proxy gateway
2002-09-08 23:58 Opening remote files through proxy gateway int_80h
@ 2002-09-09 9:35 ` Eric Marsden
2002-09-09 23:26 ` Ayamico Hamasaki
0 siblings, 1 reply; 3+ messages in thread
From: Eric Marsden @ 2002-09-09 9:35 UTC (permalink / raw)
>>>>> "in8" == int 80h <int_80h@hotmail.com> writes:
in8> I talked to the sysadmin and he told do this instead:
in8> 1) ftp to the proxy gateway machine PROXY
in8> 2) type REMOTEUSERNAME@NTUSERNAME@REMOTE
in8> 3) type REMOTEPASSWORD@NTPASSWORD
that sounds pretty convoluted!
Ange-ftp doesn't include any builtin functionality to do this. You
could try to use an ftp client program that is able to send this
password information transparently. The alternative is to modify the
function ange-ftp-smart-login in ange-ftp.el to do what you want.
--
Eric Marsden <URL:http://www.laas.fr/~emarsden/>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Opening remote files through proxy gateway
2002-09-09 9:35 ` Eric Marsden
@ 2002-09-09 23:26 ` Ayamico Hamasaki
0 siblings, 0 replies; 3+ messages in thread
From: Ayamico Hamasaki @ 2002-09-09 23:26 UTC (permalink / raw)
You may refer to http://www.khngai.com/emacs/ftp.php , although not
exactly the same.
Best Regards
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-09 23:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-08 23:58 Opening remote files through proxy gateway int_80h
2002-09-09 9:35 ` Eric Marsden
2002-09-09 23:26 ` Ayamico Hamasaki
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).