Hi,
We are using edtftpj-1.4.0.
When in the April month I call
dirDetails
in a directory that contains a subdirectory named "A", I receive the following information
(toString of FTPFile returned by dirDetails):
[Name=Apr 03 08:03 A,Size=4096,Permissions=null,Owner=505,Group=506,Is link=false,Is dir=true,Linked name=null,Permissions=null,Last modified=03-04-2008 08:03]
The name is "Apr 03 08:03 A"
It's very very strange!!
When in the April month I call
dirDetails
in a directory that contains a subdirectory named "Z", I receive the following information
(toString of FTPFile returned by dirDetails):
[Name=Z,Size=4096,Permissions=null,Owner=505,Group=506,Is link=false,Is dir=true,Linked name=null,Permissions=null,Last modified=03-04-2008 08:18]
The name is "Z". It is correct.
Could anyone please help me?
Thanks a lot!