Source: wikibot/list-of-ftp-commands

= List of FTP commands
{wiki=List_of_FTP_commands}

FTP (File Transfer Protocol) commands are used to communicate with an FTP server to facilitate file transfers and management. Here’s a list of common FTP commands: \#\#\# Basic FTP Commands: 1. **USER**: Specifies the username for authentication. - Example: \`USER username\` 2. **PASS**: Specifies the password for authentication. - Example: \`PASS password\` 3. **QUIT**: Ends the FTP session gracefully. - Example: \`QUIT\` 4.