ftplib and attributes

Anthony Baxter anthony at interlink.com.au
Fri Apr 26 05:08:27 EDT 2002


>>> "Daniel Dittmar" wrote
> One very annoying feature of many UNIX based ftp servers is the following:
> drwxrwsr-x   5 python   www          8192 Mar  1 16:54 ..
> drwxrwsr-x   2 python   www          8192 Aug  7  2001 art
> 
> Note how a recent file/directory has a time, where as an older file will
> have a year instead.

That's actually UNIX's "ls" command.

eg.

-rw-rw-r--   1 root     sys           928 Dec 13 02:12 /etc/vfstab
-rw-rw-r--   1 root     root          768 May 31  2000 /etc/vfstab.before_auto_mirror
-r-xr-xr-x   1 bin      bin          9968 Oct  6  1998 /etc/volcopy
-r--r--r--   1 root     bin           781 May 31  2000 /etc/vold.conf

Anthony
-- 
Anthony Baxter     <anthony at interlink.com.au>   
It's never too late to have a happy childhood.






More information about the Python-list mailing list