Does the edFTP.NET library work with the
Tandem NonStop Guardian FTP Server? Using the library I am able to connect and login fine but calling the ftpClient.Dir(".", false) or ftpClient.Dir(".", true) method does not return anything although there is one file in the current directory. If I connect to the FTP server using the command line FTP client distributed with Windows and enter the "dir" command I see the following:
200 PORT command successful.
150 Opening data connection for \THA3.$WORK.LWCINOUT. (216.195.99.43,32065d) (0
bytes).
File Code EOF Last Modification Owner RWEP
APT957DF 0 8192 28-Aug-06 09:32:57 120,108 "ncnc"
226 Transfer complete.
ftp: 139 bytes received in 0.00Seconds 139000.00Kbytes/sec.
Any information will be highly appreciated.