FTP in VB.NET

  • Thread starter Thread starter a_zen_s
  • Start date Start date
A

a_zen_s

Guest
Does anyone have/point me in the direction of vb.net code which will upload/download a file via ftp?

Thank you,

a_zen_s
 
Derek is right (he usually is). You'll need to make your own implementation of the FTP protocol using the Socket class.
 
Back
Top