FTP

From XPUB & Lens-Based wiki
Revision as of 12:57, 20 January 2014 by Michael Murtaugh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

File transfer protocol. Popular protocol for transfering files between servers; Not really recommended on public networks anymore as passwords are sent "in the clear" (without encryption), and thus susceptible to theft by packet sniffing. SFTP is preferred when possible due to the fact that passwords (as well as the main content of the file itself) are encrypted.

See: wikipedia:FTP