I would like to make a ftp server program. Does anyone know of a good tutorial on this? I've found source code, but a tutorial would help me learn how it works, and not just copy someone else's code and use it.
Thanks,
Jeepy
Printable View
I would like to make a ftp server program. Does anyone know of a good tutorial on this? I've found source code, but a tutorial would help me learn how it works, and not just copy someone else's code and use it.
Thanks,
Jeepy
You could take a look at RFC 959. It explains all the FTP commands.