Admin backups secure ftp interface error

dkzr

Verified User
Joined
Oct 17, 2013
Messages
94
Location
The Netherlands
When I enable Secure FTP in a backup schedule and save it, I get the following error:

Code:
%s=%s is not a valid option! Please report to skin developer. Should be %s=%sftp_secureyesftp_secureftps
 
Please try:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
Back
Top