C#.NET: FTP Several Files
Posted
by
Steve Kiss
on Stack Overflow
See other posts from Stack Overflow
or by Steve Kiss
Published on 2011-01-10T02:00:56Z
Indexed on
2011/01/10
4:53 UTC
Read the original article
Hit count: 236
Hi, I have what would seem like a common problem, but I cannot find an appropriate solution on any forums. I need to FTP an entire directory structure using .NET. I have found several code examples all of which show how you can FTP a single file by creating an FtpWebRequest object. Unfortunately, there is no information on how to deal with several files. Do I simply create a FtpWebRequest object for every single file? Any help would be appreciated. Thanks
© Stack Overflow or respective owner