Reputation: 2566
Need to upload and download files to and from a FTP server Synchronously using vb.net, any sample code will be helpful
Upvotes: 0
Views: 2351
Reputation: 2566
Finally found the best possible example
http://www.vcskicks.com/csharp_ftp_upload.html
Upvotes: 0
Reputation: 82483
I've used the FTP Client written in VB.NET by Paul Kimmell before with success.
Upvotes: 1
Reputation: 564413
The documentation for FtpWebRequest shows samples of how to download, upload, and delete files on a server, using VB.NET.
Upvotes: 4