DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.359 : ListenOnAllInterfaces=true
DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.359 : ---> PORT 10,153,170,249,8,176
DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.375 : 200 PORT command successful.
DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.375 : ---> LIST *.fav*
DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.406 : 150 Opening BINARY mode data connection for /usr/bin/ls.
DEBUG [FTPActiveDataSocket] 14 七月 2009 12:41:45.421 : Calling accept()
DEBUG [FTPActiveDataSocket] 14 七月 2009 12:41:45.421 : accept() succeeded
ALL [FTPClient] 14 七月 2009 12:41:45.421 : -rw-r--r-- 3 bill2 billing 3143 7月14日 12:40 G20090714124023C.fav20090714C
ALL [FTPClient] 14 七月 2009 12:41:45.421 : -rw-r--r-- 3 bill2 billing 4824 7月14日 12:40 I20090714124023C.fav20090714C
ALL [FTPClient] 14 七月 2009 12:41:45.421 : -rw-r--r-- 3 bill2 billing 41180 7月14日 12:40 P20090714124023C.fav20090714C
DEBUG [FTPActiveDataSocket] 14 七月 2009 12:41:45.421 : closeChild() succeeded
DEBUG [FTPActiveDataSocket] 14 七月 2009 12:41:45.421 : close() succeeded
DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.593 : 226 Transfer complete.
DEBUG [FTPFileFactory] 14 七月 2009 12:41:45.593 : Confirmed format UNIX
INFO [FTPFileFactory] 14 七月 2009 12:41:45.593 : Trying zh_CN locale
DEBUG [FTPFileFactory] 14 七月 2009 12:41:45.593 : Ignoring date parsing errors
NAME--------------->
NAME--------------->
NAME--------------->
DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.593 : ---> MDTM
DEBUG [FTPControlSocket] 14 七月 2009 12:41:45.593 : 500 'MDTM ': command not understood.
INFO [FTPControlSocket] 14 七月 2009 12:41:45.593 : Expected reply code = [213]
Exception in thread "main" com.enterprisedt.net. ftp.FTPException: 500 'MDTM ': command not understood.
at com.enterprisedt.net. ftp.FTPControlSocket.validateReply(FTPControlSocket.java:1149)
at com.enterprisedt.net. ftp.FTPClient.modtime(FTPClient.java:3606)
at com.enterprisedt.net. ftp.FileTransferClient.getModifiedTime(FileTransferClient.java:733)
at Test Ftp.getDownloadVos(TestFtp.java:84)
at Test Ftp.main(TestFtp.java:112)