Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.8k views
in .NET FTP by (120 points)
I wrote some code using EnterpriseDT FTP a while ago. It has been working well for quite a while now, but the IT guys are setting up a new FTP server using IIS7, and my old code is not working properly when pointed at the new server.

The issue is that the "DirDetails" function is now returning a zero length array of items. I strongly suspect the server setup, but I don't know what to tell the IT guys to look at. As far as we can tell, it is set up the same as the old, working IIS6 server.

Any assistance is very appreciated.

1 Answer

0 votes
by (162k points)
There's no standard for directory listings, and some servers provide weird ones that aren't easily parsed.

If you enable logging at the All level, that should display in the log what is being sent back and any errors that might be occurring.

Categories

...