whizkid123 Posted December 30, 2002 Posted December 30, 2002 How do you send and receive files to an FTP server in VB.Net? Quote
*Gurus* divil Posted December 30, 2002 *Gurus* Posted December 30, 2002 You'll have to write the code to do it manually using the FTP protocol. You can do this with the Socket class, and reading the FTP RFC (959). There are no .NET framework classes that deal with transfer to/from an FTP server. 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
Datahighway Posted January 3, 2003 Posted January 3, 2003 Hi whizkid123 i have found exsample for you. You can downloaded the source code from allapi.net http://www.allapi.net/php/redirect/redirect.php?action=download&id=264 Have fun 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.