all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using ange-ftp between Unix and VMS.
@ 2003-11-24 19:09 Will Williamson
  2003-11-24 19:52 ` Peter Milliken
  0 siblings, 1 reply; 2+ messages in thread
From: Will Williamson @ 2003-11-24 19:09 UTC (permalink / raw)


I am using gnu emacs version 21.2.1 on a Solaris box.  I am trying to
use ange-ftp to access files on a VMS machine.  I get the following
error: "Cannot get listing for device".  Here is the output from the
ange-ftp window:

ftp> open e15a1
Connected to e15a1.
220 e15a1 FTP Server (Version 4.2) Ready.
ftp> user "wewilli1" Turtle Power!
331 Username WEWILLI1 requires a Password
230 User logged in.
ftp> hash
Hash mark printing on (8192 bytes/hash mark).
ftp>

Any suggestions on how to troubleshoot this?

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

* Re: Using ange-ftp between Unix and VMS.
  2003-11-24 19:09 Using ange-ftp between Unix and VMS Will Williamson
@ 2003-11-24 19:52 ` Peter Milliken
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Milliken @ 2003-11-24 19:52 UTC (permalink / raw)


Don't know if it is the same problem that I had about 3 years ago now - I
was trying to ange-ftp from a Windoze box to VMS (the company I was working
for then didn't want to put any NFS type package onto the VMS box).

At that time ange-ftp didn't make much of an attempt to understand the
output of ls from VMS ftp. Looking at ange-ftp now, it looks like the
maintainers have done considerable work to attempt supporting VMS.

Have you looked through the ange-ftp.el commentary? There seems to be some
extensive stuff there now over the version I was using.

As a last resort you'll have to do what I did - which is debug the source
and work it out for yourself. Back then I wrote a reasonable amount of Elisp
and then recoded some of it into Ada ((quick parsing and restructuring of
the output of ls to suit what ange-ftp wanted) for speed. I think from
memory it took about 2 - 3 days to get up and going but since all of the
work was on VMS boxes it was worth the time investment :-)

Goodluck, I know how frustrating it can be to want to use Emacs and be stuck
with something like VMS (which I have used extensively about 15 years ago -
but who wants to go back to using LSE and EVE when you have been exposed
Emacs? :-)).

Peter

"Will Williamson" <wewilli1@hotmail.com> wrote in message
news:2693cc5f.0311241109.20d2f907@posting.google.com...
> I am using gnu emacs version 21.2.1 on a Solaris box.  I am trying to
> use ange-ftp to access files on a VMS machine.  I get the following
> error: "Cannot get listing for device".  Here is the output from the
> ange-ftp window:
>
> ftp> open e15a1
> Connected to e15a1.
> 220 e15a1 FTP Server (Version 4.2) Ready.
> ftp> user "wewilli1" Turtle Power!
> 331 Username WEWILLI1 requires a Password
> 230 User logged in.
> ftp> hash
> Hash mark printing on (8192 bytes/hash mark).
> ftp>
>
> Any suggestions on how to troubleshoot this?

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

end of thread, other threads:[~2003-11-24 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-24 19:09 Using ange-ftp between Unix and VMS Will Williamson
2003-11-24 19:52 ` Peter Milliken

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.