FTP
How does an FTP session work?
command link
When you log on to FTP server, a connection called command link is opened up between your comp and the server. Your comp uses this link for sending commands to the server, and the server uses this link for sending messages and info back to your computer
ASCII vs. Binary Mode
ASCII mode is used for sending text files and alters things such as line feed and carriage return; binary mode is used for sending binary files and lets files through untouched.
How does file compression work?