FTP (File Transfer Protocol) is used to transfer files between computers over a network. It allows users to upload and download files to and from remote servers.
Key points
Definition:FTP (File Transfer Protocol): a protocol used to transfer (upload and download) files between computers over a network.
Commonly used for managing website files — uploading web pages to a web server.
FTP transfers can be authenticated (requiring username and password) for security.
Exam Tip:FTP is for FILE TRANSFER, not for viewing web pages. Use HTTP/HTTPS for web browsing, FTP for uploading/downloading files.