FTP
FTP
Overview
FTP (File Transfer Protocol) is a standard protocol used to transfer files between a client and a
server over a network. It typically uses:
IIS (Internet Information Services) is Microsoft’s web server software for hosting applications
on Windows, supporting protocols like HTTP, HTTPS, and FTP.
Requirement: Windows Pc
Instruction:
bash
Copy code
ftp localhost
1. Upload a File:
o In your FTP client, connect to the FTP server.
o Navigate to the local folder containing the file you want to upload.
o Drag and drop the file into the FTP window.
2. Download a File:
o Similarly, to download a file, drag it from the FTP window to your local machine.