Just found out when I issue 'ls -t' command the sort was done
incorrectly. Typically Unix ls will report file date including hours
within the last 6 months, older than that will result in the display
of the year.
Try the following command:
cns-build2 paullew dist> lftp ftp://ftp.scriptics.com/pub/tcl/tcl8_3
cd ok, cwd=/pub/tcl/tcl8_3
lftp ftp.scriptics.com:/pub/tcl/tcl8_3> ls -t | head
-rw-rw-r-- 1 welch users 2782914 Dec 23 00:40 tk83b1.zip
-rw-rw-r-- 1 welch users 3889795 Dec 23 00:39 tk8.3b1.tar.Z
-rw-rw-r-- 1 welch users 2866916 Dec 23 00:39 tcl83b1.zip
-rw-rw-r-- 1 welch users 2427309 Dec 23 00:39 tk8.3b1.tar.gz
-rw-rw-r-- 1 welch users 3846049 Dec 23 00:38 tcl8.3b1.tar.Z
-rw-rw-r-- 1 welch users 2498009 Dec 23 00:38 tcl8.3b1.tar.gz
-rw-rw-r-- 1 welch users 2487543 Dec 23 00:38 tcl83b1.exe
-rw-rw-r-- 1 johnd users 2550245 May 1 10:25 tcl8.3.1.tar.gz
-rw-rw-r-- 1 johnd users 3913157 May 1 10:25 tcl8.3.1.tar.Z
-rw-rw-r-- 1 hobbs users 3630 May 1 10:24 tclsh.ico
lftp ftp.scriptics.com:/pub/tcl/tcl8_3>
Notice the Dec is in front of May? This is wrong!! For a moment
I thought the latest version is tk83b1.zip...
BTW, is 2.2.2 the latest version?
Also, in emacs, I can setup symbolic links:
> ln -s ftp://ftp.scriptics.com/pub/tcl tcl
Then I can read this file which cause the open of the ftp to that
site. Maybe this can be done by adding a switch to lftp, e.g.,
> lftp -i tcl
If argument after -i is a symlink, read the link and open that site.
One nice thing about this idea is you can have a collection of sites
stored in filesystem just like the bookmarks.
-- Paul 07/21/00 09:10 AM --