Re: Clients using a GUI to access FTP



In article <HETCg.69077$gU4.62731@trnddc07>,
John Santos <john@xxxxxxx> writes:

It *is* asking for a human-readable list of files. That's what LIST
does: produce a human-readable list of files. (MS IE may not *want*
an HRLoF, but that's all that is available, so that's what it asks for
and that's what it gets.)

True, he mis-stated it. :-) All the directory listing provided by FTP
Servers are human readable. And we damn humans are just too damned adaptable.
We can interpret a Unix style list or a VMS style list. Computers are a
bit dumber. They pretty much have to be told what the formats are going
to look like beforehand. There are actually two ways to make this work.
You can make VMS deliver the directory in a format that FTP Clients can
interpret or you can change all the clients to understand the VMS format
as well as the Unix format. Considering VMS's relevance in the industry
today, which do you think is the better (and more likely) choice?



More so than the Unix ls listing... What's with listing the filename
last?

Why not? Humans have this strange ability to recognize it wherever it
falls in the line. And the listing is intended to be human readable
(although there have been many succesful programs that interpret it.)

The weird stuff with spacing when the size gets big? (Probably
a day-one bug that has been faithfully preserved for over 30 years.)

Of course it is. Hind-sight is always 20-20. How many people do you
think there were in the early 70's who thought that disks (and thus
files) would ever be as big as they are today? And once done, it can
be very hard to change without breaking an awful lot of existing art.


The weird way dates are displayed?

What's wierd about the dates?

bill

--
Bill Gunshannon | de-moc-ra-cy (di mok' ra see) n. Three wolves
bill@xxxxxxxxxxxxxxx | and a sheep voting on what's for dinner.
University of Scranton |
Scranton, Pennsylvania | #include <std.disclaimer.h>
.



Relevant Pages

  • Re: Unix equivalent of SYS$BINTIM ?
    ... a binary time from a particular format - in keeping with the UNIX ... my first UNIX didn't have strptime(), ... So, tell me, did versions of VMS prior to ...
    (comp.os.vms)
  • Re: multinet public key question
    ... VMS box running Multinet 5.1A from a unix box. ... I used ssh-keygen to export a copy in the format used by VMS; ... One OS to rule them all | Martin Vorlaender | OpenVMS rules! ...
    (comp.os.vms)
  • Re: Unix equivalent of SYS$BINTIM ?
    ... a binary time from a particular format - in keeping with the UNIX philosophy, strptime allows the programmer to *specify* that input format. ... So, tell me, did versions of VMS prior to ...
    (comp.os.vms)
  • Re: Unix equivalent of SYS$BINTIM ?
    ... input to SYS$BINTIM which will then parse the text and output a binary ... value native to VMS. ... Does anyone know if there is an equivalent to this in UNIX? ... I have found routines that get time from unix binary format to text ...
    (comp.os.vms)
  • Re: replace statement and free format
    ... doesn't) that a vendor PRODUCE a compile-time listing of the source code. ... Free form reference format allows for each source line to have 255 characters ... - Depending on how many "passes" your compiler does of source code, ...
    (comp.lang.cobol)