Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I don't regularly work in the C# .NET environment.

I am using a Linux Web Server that contains an empty directory.

When I use the WebRequestMethods.Ftp.ListDirectory method, it raises an exception.
This exception does not occur when I am using a MS-Windows Web Server.

When I place a file in that empty directory, the WebRequestMethods.Ftp.ListDirectoryDetails operates as expected without exception.

I also note that using WebRequestMethods.Ftp.ListDirectoryDetails operates as expected without exception on empty directories and populated directories.


Why would this be the case?


Any advice would be appreciated.
Posted
Comments
David_Wimbley 13-Jan-13 3:31am    
Can you provide a code sample? Its possible you may have missed something. I use linux and windows ftp servers interchangeably with a class i've written that wraps FTP functionality in c# and have no issues.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900