Re: vfs.c Could not parse

2001-10-07 Thread Pavel Roskin
Hi, Pavel! Some time ago we discussed this. Then extended ftpfs URL with locale specifiacation was proposed. But it does not cure if you have not required locale installed on your system. what about checking its three letters and if so, return ok but set date to 1970-01-01 to indicate

Re: vfs.c Could not parse

2001-10-07 Thread Pavel Machek
Hi! what about checking its three letters and if so, return ok but set date to 1970-01-01 to indicate date is wrong? Sound good to me. Letters should mean any ASCII letter or any character between 160 and 255. And is it defined anywhere, that months names should be only 3

Re: vfs.c Could not parse

2001-10-07 Thread Timur I. Bakeyev
On Sun, Oct 07, 2001 at 05:06:18AM -0400, Pavel Roskin wrote: what about checking its three letters and if so, return ok but set date to 1970-01-01 to indicate date is wrong? Sound good to me. Letters should mean any ASCII letter or any character between 160 and 255. And is it

Re: vfs.c Could not parse

2001-10-06 Thread Pavel Machek
Hi! This FTP server outputs the file dates with Frech format: 150 ASCII data connection for /bin/ls (139.54.66.187,1071) (0 bytes). total 15740 drwxr-xr-x 6 root other512 sep 26 16:52 . drwxr-xr-x 3 root other512 sep 25 14:43 .. drwxr-xr-x 13 root

Re: vfs.c Could not parse

2001-09-28 Thread Christian Gennerat
Andrew V. Samoilov a écrit : The table in static int is_month (char *str, struct tm *tim) { static char *month = JanFebMarAprMayJunJulAugSepOctNovDec; is obviously an English table, and is good for most servers. Some time ago we discussed this. Then extended ftpfs URL with

Re: vfs.c Could not parse

2001-09-28 Thread Andrew V. Samoilov
Christian Gennerat wrote: Andrew V. Samoilov a .crit : The table in static int is_month (char *str, struct tm *tim) { static char *month = JanFebMarAprMayJunJulAugSepOctNovDec; is obviously an English table, and is good for most servers. Some time ago we discussed

vfs.c Could not parse

2001-09-27 Thread Christian Gennerat
220 xxx FTP server (SunOS 5.7) ready. This FTP server outputs the file dates with Frech format: 150 ASCII data connection for /bin/ls (139.54.66.187,1071) (0 bytes). total 15740 drwxr-xr-x 6 root other512 sep 26 16:52 . drwxr-xr-x 3 root other512 sep 25 14:43