FTP Upload

met0555

New member
Joined
Aug 29, 2006
Messages
4
Programming Experience
1-3
Hi,i would like code that will help me to upload a file to an ftp site using vb.net. the server it's not always the same it's the user who will choose.

tanks
 
You can use System.Net.WebClient and it's UploadFile method.
 
Back
Top