Linux cannot find a solution to the FTP command
This article mainly introduces Linux can not find FTP command solution, has a certain reference value, need friends can refer to the next. Let's take a look at how Linux can not find FTP commands.
Linux Tips FTP command not found What to do
No ftp client installed will prompt no ftp command, the solution is to install ftp package.
Install ftp packages as follows:
1. Red Hat
sudo yum install ftp -y
2. Debian system
sudo apt install ftp -y
3、SUSE
sudo zypper install ftp
After installation, you can use the ftp command.
The above is the Linux FTP command can not find the details of the solution, after reading whether there is any harvest? If you want to know more, welcome to the industry news!