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.
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.