Hello Alexander. Thanks for your help. This is the mdtm command output with debug mode on:
lftp [email protected]:~> quote mdtm mails.csv ---- Conectándose a 192.168.0.7 (192.168.0.7) port 21 <--- 220- <--- 220 franqui FTP server (Version 2.1WU(1)) ready. ---> FEAT <--- 500 'FEAT': command not understood. ---> AUTH TLS <--- 504 Unknown authentication type: TLS, only Kerberos V5 understood ---> USER root <--- 331 Password required for root. ---> PASS XXXX <--- 230 User root logged in. ---> PWD <--- 257 "/" is current directory. ---> TYPE I <--- 200 Type set to I. ---> mdtm mails.csv 213 191100302140423 And this is the "ls" output: lftp [email protected]:~> ls ---- Conectándose a 192.168.0.7 (192.168.0.7) port 21 <--- 220- <--- 220 franqui FTP server (Version 2.1WU(1)) ready. ---> FEAT <--- 500 'FEAT': command not understood. ---> AUTH TLS <--- 504 Unknown authentication type: TLS, only Kerberos V5 understood ---> USER root <--- 331 Password required for root. ---> PASS XXXX <--- 230 User root logged in. ---> PWD <--- 257 "/" is current directory. ---> PASV <--- 227 Entering Passive Mode (192,168,0,7,4,20) ---- Conectando socket de datos a (192.168.0.7) puerto 1044 ---- Conexión de datos establecida ---> LIST <--- 150 Opening ASCII mode data connection for /bin/ls. total 980 drwxr-xr-x 22 root bin 1024 Mar 3 09:57 . drwxr-xr-x 22 root bin 1024 Mar 3 09:57 .. -r-------- 1 root auth 0 Mar 3 09:57 .lastlogin lrwxrwxrwx 1 root root 36 Apr 15 2005 .mailrc -> /var/opt/K/SCO/MailUA/1.0.3a/.mailrc -rw-r--r-- 1 root sys 4 Feb 16 12:54 .mosaicpid -rw-r--r-- 1 root sys 814 Feb 16 12:20 .profile -rw-r--r-- 1 root sys 18 Sep 11 2007 .rhosts -rw-r--r-- 1 root sys 41 Feb 18 10:35 .scoadmin.pref -rw-r--r-- 1 root sys 286 Feb 16 12:54 .scohelp-global-history -rw------- 1 root sys 3114 Mar 3 09:57 .sh_history lrwxrwxrwx 1 root root 38 Apr 15 2005 .utillist2 -> /var/opt/K/SCO/Unix/5.0.4Eb/.utillist2 -rw-r--r-- 1 root sys 158752 Oct 20 2006 LQCFRANQ.GUA -rw-r--r-- 1 root sys 284468 Oct 20 2006 LQCFRANQ.VMA -rw-r--r-- 1 root sys 0 Oct 31 20:32 apgarriba drwxr-xr-x 3 bin bin 2560 Apr 15 2005 bin drwxr-xr-x 2 root root 2048 Nov 20 2007 cobol drwxr-xr-x 2 root sys 512 Nov 9 2005 copia drwxr-xr-x 13 bin bin 5632 Mar 3 08:00 dev drwxr-xr-x 2 root sys 512 Apr 22 2005 driver3com drwxrwxr-x 24 bin auth 7168 Mar 3 09:57 etc drwxr-xr-x 2 bin bin 2560 Apr 15 2005 ibin ---- Got EOF on data connection ---- Cerrando socket de datos drwxrwxr-x 4 bin bin 512 Apr 15 2005 lib drwxr-xr-x 2 root root 1024 Apr 15 2005 lost+found -rw-r----- 1 root sys 145 Mar 2 11:04 mails.csv If i try "get mails.csv" using lftp, the file is transfered to my ubuntu machine with a wrong date (December 30, 1910). But, if i do the same using ftp, the date is correct (March 2, 2010). That's why 'm not sure if the problem is the sco server or lftp. Cheers. Lio Mori. 2010/3/2 Alexander V. Lukyanov <[email protected]>: > On Tue, Mar 02, 2010 at 12:25:23PM -0300, Fast Cred wrote: > Please turn on debug in lftp, send here the output (esp. of MDTM command), > and also the output of "ls" command in lftp. > > I suspect it is a y2010 problem on sco server :) > > -- > Alexander.
