Guest a_zen_s Posted October 14, 2002 Posted October 14, 2002 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 Quote
Guest Aquila Posted October 16, 2002 Posted October 16, 2002 Reference the system.dll to your project.. its somewhere in there Quote
*Gurus* Derek Stone Posted October 17, 2002 *Gurus* Posted October 17, 2002 No, it's not. There isn't built-in support for FTP in the .NET Framework. Quote Posting Guidelines
*Gurus* divil Posted October 17, 2002 *Gurus* Posted October 17, 2002 Derek is right (he usually is). You'll need to make your own implementation of the FTP protocol using the Socket class. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Guest a_zen_s Posted October 17, 2002 Posted October 17, 2002 thanks, i'll take a close look at the socket class Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.