FTP
Use PureFTPd as the FTP server, and the server's files can be managed through the FTP client. Such as
upload
,download
,delete
and other operations.FTP (File Transfer Protocol) a standard protocol for file transfer on the network
FTP defaults to passive mode: control connections use port
21
, data transmission uses random ports:39000-40000 range
. Active data connections use port20
FTP Overview
Function | Describe |
---|---|
Add FTP | Add a FTP account |
Change FTP Port | Change the FTP service port |
FTP log analysis | Analysis the FTP service logs |
Username | The user name of the FTP account |
Password | The password of the FTP account |
Status | Disabled , enabled FTP account |
Document Root | The document root of the FTP account. |
Quota | Displays , Modify the FTP account quota. (Only supports XFS filesystem) |
Note | The note of the FTP account. |
Set Path | Set the document root of the FTP account. |
CHG PW | Change the password of the FTP account. |
Log | View the FTP logs . |
Delete | Delete the FTP account. |
Add FTP
Add a FTP account
Function | Example | Describe |
---|---|---|
Username | kksss | The user name of the FTP account |
Password | Rfm7Wkhm5nSL3L5n | The password of the FTP account |
Document Root | /www/wwwroot/kksss | The document root of the FTP account. |
Change FTP Port
Modify the FTP service port, the default is: 21
After modification, please open the corresponding ports in the system firewall and the server provider's security group.
FTP log analysis
Quickly scan the logs of FTP services to check for security risks
FTP service management
FTP service management, configuration modification, Logs Manage
Quota
View
andmodify
the spacequota
of the specified FTP account. (Only supportsXFS
filesystem)
Set Path
- Username : The user name of the directory that needs to be modified
- Home :
Enter
orselect
a new directory - Migrate : Copy data to the new directory, the old directory data will not be deleted
CHG PW
View
andmodify
FTP accountpassword
Log
View FTP Login and Action logs
Login Log
Action Log
Feedback or Suggestions
If you encounter problems or suggestions during use, please contact us through the following methods:
- (Please describe in
detail
or providescreenshots
)
- Forum: https://www.aapanel.com/forum
- Email: [email protected]