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)

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

Steps To Set Auto Responders Through Plesk

1. You have to log in to Plesk.2. Select the “Mail” option.3. Locate the existing…

Steps To Add Your Credit Card To Your PayPal Account

This tutorial assumes you are already logged in to PayPal. Click on the profile link.…

Install cPanel on a Virtual Server Running CentOS 6 with 7 Simple Steps

An easy application, cPanel enables the monitoring of servers through a GUI interface instead of…