Hi,
Commands like FTPClient.dirDetails("....", false), FTPClient.dir(), FTPClient.dir("...") doesnot fetch me the list of filenames. Permission denial exception.
However, if i user FTPClient.dirDetails("....", true) lists the entire detail which i am really not interested in.
I was able to login to IIS FTP server and view the files using this user. I dont really think there are any permissions missing for this user on the system.
suggestions appreciated.
Travis