gomindi Posted September 30, 2002 Posted September 30, 2002 I am creating a windows application and I want to connect to an FTP server so that I can send/receive data. anyone have any basic code for this task? Any help would definitely be appreciated. Quote
*Gurus* Derek Stone Posted September 30, 2002 *Gurus* Posted September 30, 2002 The .NET framework includes limited support for FTP. You'll need to implement the FTP protocol manually or use a third party control, if they are available. Quote Posting Guidelines
gomindi Posted September 30, 2002 Author Posted September 30, 2002 Would you happen to know how to implement the FTP protocol manually? Quote
*Gurus* Derek Stone Posted September 30, 2002 *Gurus* Posted September 30, 2002 I haven't done so myself, as I have neither the time or need to, but it would be a fairly straightforward task. Consult the FTP RFC to learn more about the protocol. Quote Posting Guidelines
*Gurus* divil Posted October 1, 2002 *Gurus* Posted October 1, 2002 Fortunately FTP is quite an easy protocol, and the RFC is quite descriptive. You'll want RFC 959. 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
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.