FTP

  • Thread starter Thread starter xhenxhe
  • Start date Start date
X

xhenxhe

Does VB.NET have FTP capabilities? Can anyone point me to some basic
instructions?

Thanks,
Dustin
 
Hi, xhenxhe

I would suggest to take a look at TcpClient class and related samples
Also, you can use Process class to run FTP using external ftp software.

HTH
Alex
 
Back
Top