What should I do if Linux prompts that the FTP command cannot be found?

angryTom
Release: 2020-03-11 10:38:12
Original
9190 people have browsed it

What should I do if Linux prompts that the FTP command cannot be found?

What should I do if Linux prompts that the FTP command cannot be found?

If the ftp client is not installed, it will prompt that there is no ftp command. The solution is to install ftp Just the software package.

The method to install the ftp software package is as follows:

1. Red Hat system

sudo yum install ftp -y
Copy after login

2.Debian system

sudo apt install ftp -y
Copy after login

3. SUSE

sudo zypper install ftp
Copy after login

You can use the ftp command after installation.

What should I do if Linux prompts that the FTP command cannot be found?

For more related tutorials, please pay attention to the Linux System Tutorial column!

The above is the detailed content of What should I do if Linux prompts that the FTP command cannot be found?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template