22 lines
528 B
Plaintext

Welcome to the FTP Server!
This is the root directory of the FTP server.
You can download files from here using the GET command.
Available commands:
- USER <username> : Login with username
- PASS <password> : Provide password
- PWD : Show current directory
- CWD <path> : Change directory
- LIST : List files in current directory
- RETR <filename> : Download a file (GET command)
- QUIT : Disconnect from server
Test users:
- admin / admin123
- user / password
- test / test123
- guest / guest
Enjoy testing the FTP server!