国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 幫助中心 > 正文

linux配置FTP

2024-07-09 22:50:24
字體:
來源:轉載
供稿:網友

 

1.安裝服務

#yum -y instal vsftpd

2.修改配置

#vi /etc/vsftpd/vsftpd.conf

標黃為必需修改,其他選項按需修改(ps:對應被動模式選項配置選項不存在,可自行添加)

# Allow anonymous FTP? (Beware - allowed by default if you comment this out).

anonymous_enable=NO

 

# Make sure PORT transfer connections originate from port 20 (ftp-data).

connect_from_port_20=YES

pasv_enable=YES

pasv_min_port=1000

pasv_max_port=2000

 

# When "listen" directive is enabled, vsftpd runs in standalone mode and

# listens on IPv4 sockets. This directive cannot be used in conjunction

# with the listen_ipv6 directive.

listen=YES

 

# This directive enables listening on IPv6 sockets. By default, listening

# on the IPv6 "any" address (::) will accept connections from both IPv6

# and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6

# sockets. If you want that (perhaps because you want to listen on specific

# addresses) then you must run two copies of vsftpd with two configuration

# files.

# Make sure, that one of the listen options is commented !!

listen_ipv6=NO

3.iptables放行

-A INPUT -p tcp --dport 20:21 -j ACCEPT

-A OUTPUT -p tcp --dport 20:21 -j ACCEPT

-A INPUT -p tcp --dport 1000:2000 -j ACCEPT

-A OUTPUT -p tcp --dport 1000:2000 -j ACCEPT

4.用戶建立

因為ftpusers、user_list中均有root,說明默認禁止root登錄FTP,因此可以使用非root其他用戶直接登錄FTP,訪問路徑默認用戶路徑/home/用戶名

5.登錄方式

windows:百度一堆方法軟件

linux:

# ftp 124.172.154.66

Connected to 124.172.154.66.

220 (vsFTPd 3.0.2)

530 Please login with USER and PASS.

530 Please login with USER and PASS.

KERBEROS_V4 rejected as an authentication type

Name (124.172.154.66:root): idchost

331 Please specify the password.

Password: 

230 Login successful.

Remote system type is UNIX.

Using binary mode to transfer files.

ftp> ls

227 Entering Passive Mode (124,172,154,66,4,102).

150 Here comes the directory listing.

-rw-rw-r--    1 1000     1000         2397 Aug 21 11:15 domain.txt

-rw-rw-r--    1 1000     1000         5429 Aug 21 11:45 domain_ip.txt

226 Directory send OK.

ftp> quit

221 Goodbye.

 

 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 修水县| 左权县| 温泉县| 濉溪县| 通州区| 郓城县| 库伦旗| 玉田县| 博爱县| 乌兰察布市| 米林县| 赣榆县| 焦作市| 荆门市| 京山县| 宁武县| 榆社县| 天镇县| 富蕴县| 临漳县| 钦州市| 高平市| 南阳市| 永清县| 昂仁县| 通州市| 周至县| 和龙市| 峨边| 阳曲县| 满洲里市| 扎赉特旗| 襄汾县| 台中市| 拉孜县| 博爱县| 晋宁县| 东光县| 万年县| 弥勒县| 霍城县|