January 2018
Beginner to intermediate
454 pages
10h 8m
English
You now have a (very) basic FTP server implementation. You can connect to the server and list the files and folders in the current folder.
Start it with cargo run and give it a try! I recommend that you use FileZilla. This is a great FTP client. Connect to localhost on the port 1234 and use the anonymous username (or none), and you should be able to have a bit of fun already:

Information on the file transfers and additional commands will be covered in later chapters.
Read now
Unlock full access