PDA

Click to See Complete Forum and Search --> : FTP and the WebClient


rohr2000
Jul 30th, 2003, 09:59 AM
Has anyone been able to download files using an ftp URI with the WebClient? I am not sure if it is even supported but my fingers are crossed. Please send me some sample code if you have any.

Pirate
Jul 30th, 2003, 12:58 PM
Try this :
http://www.codeproject.com/dotnet/dotnetftp.asp

rohr2000
Jul 30th, 2003, 04:26 PM
This works for most of the files I am downloading. The problem I am having now is changing the CWD to a hidden folder. Any ideas?

Pirate
Jul 31st, 2003, 12:02 PM
See the FileAttributes enum under IO namespace..