Oct 14, 2002 #1 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
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
Oct 16, 2002 #3 D Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,875 Location Rhode Island, USA No, it's not. There isn't built-in support for FTP in the .NET Framework.
Oct 17, 2002 #4 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England Derek is right (he usually is). You'll need to make your own implementation of the FTP protocol using the Socket class.
Derek is right (he usually is). You'll need to make your own implementation of the FTP protocol using the Socket class.