kb: how-to
Plesk for Linux
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to enable secure FTP (FTPS) connections in Plesk for Linux?
Answer
- Log in to Plesk.
- Go to Tools & Settings > Security Policy and select one of the following options under Secure FTP:
- Allow both secure FTPS and non-secure FTP connections will accept both FTP and FTPS connections.
- Allow only secure FTPS connections will force FTPS connections.
Enabling FTPS via a command-line interface
-
Connect to the Plesk server via SSH.
-
Set FTP to be FTPS only using the plesk bin server_pref utility:
# plesk bin server_pref -u -ftp-over-ssl required
Available options:
-
required- Allow only secure FTPS connections -
disabled- Allow only non-secure FTP connections. Do not use FTPS -
enabled- Allow both secure FTPS and non-secure FTP connections
-
Additional Information
By default, Plesk FTP server supports explicit FTPS only. To turn on implicit FTPS, follow these instructions:
Comments
Please sign in to leave a comment.