Hi,
I experienced a problem with the dirDetails() method. I'm trying to get the listing of the directory "dummy"
lrwxrwxrwx 1 root root 24 Apr 26 10:46 dummy -> /root/dummy2
which is a softlink to a real directory. The method should give me back the content list of "dummy", but it gives me an array of FTPFile which contains only one element, the softlink itself.
Apr 26, 2007 1:17:00 PM - - LogManager$RootLogger - log() - _ftp_client.pwd(): /root/dummy
Apr 26, 2007 1:17:00 PM - - LogManager$RootLogger - log() - dirDetails FTPFile[] size: 1
Apr 26, 2007 1:17:00 PM - - LogManager$RootLogger - log() - dirDetails FTPFile[0] name: /root/dummy
The directory /root/dummy2 exists and it contains:
lrwxrwxrwx 1 root root 24 Apr 26 10:46 dummy_file
I'me here for further informations.
Best Regards,
/Yuri