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 Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,878 Location Rhode Island User Rank *Expert* No, its not. There isnt built-in support for FTP in the .NET Framework.
Oct 17, 2002 #4 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 Derek is right (he usually is). Youll need to make your own implementation of the FTP protocol using the Socket class.
Derek is right (he usually is). Youll need to make your own implementation of the FTP protocol using the Socket class.