Steps To Set Auto Responders Through Plesk
1. You have to log in to Plesk.2. Select the “Mail” option.3. Locate the existing…
To activate the FTP mode in ensim control panel to ACTIVE mode the following has to be achieved,
You will need to manually edit some ensim files to turn off the passive
the mode that ensim uses to transfer files via FTP.
Change the following lines in the file:
/usr/lib/opcenter/vhbackup/vhbackup
Search for ncftpput and add the -E option to the FTP command.
Old line:
ftpcmd = /usr/bin/ncftpput -f %s/ncftp.cfg %s %s %
(tempdir,remotexml,localtar)
New line:
ftpcmd = /usr/bin/ncftpput -E -f %s/ncftp.cfg %s %s %
(tempdir,remotexml,localtar)
Change the following lines in the file:
/usr/lib/opcenter/vhbackup/vhrestore
Search for ncftpget and add the -E option to the FTP command.
Old line:
cmd = /usr/bin/ncftpget -f %s/ncftp.cfg %s %s %
(temp_dir,local_dir,remote_file)
New line:
cmd = /usr/bin/ncftpget -E -f %s/ncftp.cfg %s %s %
(temp_dir,local_dir,remote_file)
Explore more hosting insights, tips and industry updates.
1. You have to log in to Plesk.2. Select the “Mail” option.3. Locate the existing…
This tutorial assumes you are already logged in to PayPal. Click on the profile link.…
An easy application, cPanel enables the monitoring of servers through a GUI interface instead of…