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.

Linux: Recover data from the crash disk

If you have Linux flavor OS installed and if your disk is crashed then try…

Cloud Web Hosting – The Emerging Trend in Hosting Technology

In the strong public feeling of economic pressure, large organizations and even small companies are…

How You Can Block Emails By Country

In this article, we will see how to use these functions, as cPanel has new…