Downloading files from FTP using C#.Net 1.1
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi to all, I am using .Net framework 1.1 and want to download files from FTP using C#. Anybody please help me to how to do this.
Pravin
-
Hi to all, I am using .Net framework 1.1 and want to download files from FTP using C#. Anybody please help me to how to do this.
Pravin
Use
WebClient
class andDownlodData
method in that. Before you need to authenticate the server. There are tons of samples available online.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions