Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a routine that recursively deletes a directory structure on a FTP server. This works well until it runs into a hidden file.

Is there a way to get ListDirectoryDetails to show hidden files?
Once shown, is there a way to force the delete with WebRequestMethods.Ftp.DeleteFile?

Thanks,
Don
Posted
Comments
denispenis 6-Mar-12 14:18pm    
i have some problem , and can`t find easy solution

1 solution

try the link below.. my the luck be with you

http://bytes.com/topic/c-sharp/answers/600686-what-webrequestmethods-ftp-listdirectorydetails-returns[^]


if you dont find it there, post your question on MSDN article.. may be the Microsoft guys can help you.

http://msdn.microsoft.com/en-us/library/system.net.webrequestmethods.ftp.listdirectorydetails.aspx[^]


hope to see you smiling :)
 
Share this answer
 
v2

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



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