tags:

views:

156

answers:

3

Need to upload and download files to and from a FTP server Synchronously using vb.net, any sample code will be helpful

+4  A: 

The documentation for FtpWebRequest shows samples of how to download, upload, and delete files on a server, using VB.NET.

Reed Copsey
+1  A: 

I've used the FTP Client written in VB.NET by Paul Kimmell before with success.

Josh Stodola
A: 

Finally found the best possible example

http://www.vcskicks.com/csharp%5Fftp%5Fupload.html

Ramji