Ramji
Ramji

Reputation: 2566

FTP Upload download using dot net 2.0

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

Answers (3)

Ramji
Ramji

Reputation: 2566

Finally found the best possible example

http://www.vcskicks.com/csharp_ftp_upload.html

Upvotes: 0

Josh Stodola
Josh Stodola

Reputation: 82483

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

Upvotes: 1

Reed Copsey
Reed Copsey

Reputation: 564413

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

Upvotes: 4

Related Questions