Hello ,
Facts
I have an FTP client instance where
1. ftp.dirDetails(".") shows the name of current directory instead to list the content of it
2. ftp.dirDetails([current directory name]) also shows the name of current directory instead to list the files contained in the directory
3. ftp.dirDetails("") lists the content of the directory as I would also expected from ftp.dirDetails(".").
4 ftp.dir() lists the content of the directory as expected
==
Questions
1. ftp.dirDetails(".") behavior looks wrong to me , is that a bug or maybe I am missing something
2. ftp.dirDetails([current directory name]) - is this documented , should this have the same behavior with ftp.dirDetails(".") ?
3. ftp.dirDetails("") - is this documented , should this have the same behavior with ftp.dirDetails(".") ?
Our applications uses successful 1. and 2. which seams to work fine with many FTP servers .
We are just using the FTP client and not have any control of the FTP Server side .
Thank you in advance for any help , it is much appreciated
George