Just open a connection to an FTP server using a socket. I think FTP runs on port 21.
The most important thing you need to know, in my opinion, is how the FTP works (i.e. what messages are sent). Following that, any FTP client code that you find should be helpful in understanding the protocol. Ane being an ASCII protocol means it's pretty easy to understand.
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.