FTP code using Windows API

  • Thread starter Thread starter aparnasinha26
  • Start date Start date
A

aparnasinha26

Hi ALl,

Please cud any one guide me as to upload and download files by FTP
using Windows API in VB.Net Or is there any better way to do it in VB
dot net...I dont want to use third party components..

Thanks,
Aparna
 
There is FTPWebRequest class in .net 2. If you are using .net 1.x then
you'll have to implement FTP yourself.
 
Back
Top