When you are trying to connect to ftp server you are getting error lftp: command not found this is means that your ftp client not installed on linux . To solve the issue you have to install the FTP client on your Linux
To install the FTP its quite simple just login to your server using pUTTY as root account and run the following command:
In this exmaple we are going to connect to FTP server name:FTP-SERVER-IP with user:ftp-username , from SSH pUTTY run the following commands:
Sometimes you tried to run command ls to display the list of the directories and files and you got an error Fatal error: Certificate verification: certificate common name doesn’t match requested host name ‘FTP-SERVER-IP’ to solve the error you have to disable ssl connection to the FTP Server by run the following command:
after this command you can now run the lftp commands successfully by passing the ssl certifcate.
Each failover IP address will need its own line in the configuration file. The configuration…
What is mdadm? The mdadm utility can be used to create and manage storage arrays…
There are several scenarios that you might need to increase or decrease your php maximum…
What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…
Python normally installed on all cPanel hosting server because most of Centos/red hat update system…
Usually CentOS 7 comes in a numbers of variants, For most users, there are two…