当前位置:网站首页>ftp部署
ftp部署
2022-07-23 05:47:00 【study_小达人】
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
限制在自己的主目录:
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/chroot_list
或者
local_root=/data/test
listen=NO
listen_ipv6=YES
userlist_deny=NO 限制user_list内的不能登录(为yes的时候)
userlist_enable=YES 限制ftpuser内的不能登陆
tcp_wrappers=YES
pam_service_name=vsftpd
边栏推荐
- Unity3d: ugui source code, rebuild optimization
- 路由与交换技术——静态路由
- Analysis of inheritablethreadlocal and Alibaba's transmittablethreadlocal design ideas
- Hcip - first experiment
- post表单提交数据限制
- Analyze redis server
- OSPF comprehensive experiment in hcip-mgre environment
- C custom queue set
- Unity3d+moba+ skill indicator (II)
- Do a Cisco experiment!
猜你喜欢

Gameframework:resource loading, resource loading, dependency loading, task pool, object pool, reference count

Learning diary - (routing and switching technology) ACL access control list

DHCP second experiment

OSPF comprehensive experiment

psutil监控的简单使用

Routing and interface technology -- Summary of direct network

学习日记——(路由与交换技术)动态路由(rip协议)和静态路由

HCIP---HCIA知识回顾(一)

C #: quick sort. If there is the same number, it will be ignored, and then continue the previous search direction to find the next number that meets the requirements for replacement

OSPF comprehensive experiment in hcip-mgre environment
随机推荐
C language can also write Plants vs. Zombies
以go语言为例类比侦探推理来讲解【性能分析】
Hcip --- condition matching and OSPF Protocol
C: stack stack source code, array stack, chain stack
Unity3d:assetbundle simulation loading, synchronous loading, asynchronous loading, dependent package loading, automatic labeling, AB browser, incremental packaging
Unity3d:场景加载 GameObejct上脚本执行顺序
Unity3d:ugui, UI and special effect particle level, bakemesh above 2018.2, particles between two images and in Scrollview
OSPF comprehensive experiment in hcip-mgre environment
剖析Redis集群
OSPF和RIP的路由扩展配置
详解TCP连接的释放
剖析Redis中的Sentinel模式
Unity used trilib plug-in under URP pipeline to load model material incorrectly
Routing extension configuration of OSPF and rip
Unity3d+moba+ skill indicator (II)
Analysis of UDP protocol and TCP protocol
学习日记(路由与交换技术)——浮动静态路由和缺省路由
Explain various network protocols in detail
HCIP-HCIA知识回顾(二)
post表单提交数据限制