Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that the ftp tool cannot connect to the linux server

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Reason:

The ftp tool cannot connect to the Linux server and the file cannot be uploaded because your ftp server is not built (or started).

Build process:

1. Install vsftpd

Log in to the Linux server, execute the following command, and install vsftpd.

Yum install vsftpd-y

2. Start the service

Execute the following command to start the service.

Systemctl start vsftpd

3. Execute the following command to confirm whether the service is started.

Netstat-tunlp

If you see port 21, it is successful.

4. Execute the following command to set vsftpd to boot.

Chkconfig vsftpd on

The ftp tool can connect to the Linux server normally, and the files can be uploaded.

These are the details of how the ftp tool cannot connect to the linux server. Please pay attention to other related articles for more information.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report