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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top