一:vsftpd安装

sudo apt-get install vsftpd

二:源码安装

源码包下载地址

tar -xzvf vsftpd-3.0.3.tar.gz

cd vsftpd-3.0.3

修改builddefs.h

安装依赖

sudo apt-get install openssl

sudo apt-get install libssl-dev

sudo apt-get install libssl1.1

sudo apt install libwrap0-dev

make && make install

二:vsftpd配置

man vsftpd 查看vsftpdman vsftpd.conf 查看vsftpd.conf配置说明

匿名配置:

# Allow anonymous FTP? (Disabled by default).
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
#local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
anon_upload_enable=YES
anon_root=/home/keda/ftp-root
no_anon_password=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_umask=022

日志配置:

#记录服务器上传和下载情况的日志文件.默认值为NO
xferlog_enable=YES
xferlog_std_format=YES
xferlog_file=/var/log/xferlog
dual_log_enable=YES
vsftpd_log_file=/var/log/vsftpd.log 

三:启动服务

systemctl stop vsftpd.service

systemctl start vsftpd.service

systemctl restart vsftpd.service

systemctl statues vsftpd.service

ubuntu vsftpd相关推荐

  1. ubuntu vsftpd虚拟用户配置/ubuntu12.04上搭建vsftpd服务示例linux

    转自这里 在ubuntu中安装完vsftpd后,安装libdb4.6-util: 复制代码 代码示例: sudo apt-get install db4.6-util 在etc下面建立目录vsftpd ...

  2. 在 Ubuntu 16.04上安装 vsFTPd

    在 Ubuntu 16.04上安装 vsFTPd Ubuntu vsFTPd 关于 vsFTPd vsFTPd 代表 Very Secure File Transfer Protocol Daemon ...

  3. 文件上传到ubuntu -- WinSCP 登录ftp服务器

    下载安装WinSCP,运行WinSCP 输入相应信息 (注意:用户名和密码是上一篇博客中(文件上传到ubuntu -- vsftpd 安装+配置),我们自己设置的用户登录ftp的用户,或者被允许登录f ...

  4. VSFTPD FTP服务器搭建手册

    文章目录 环境 安装 控制命令 设置自启动 启动 重启 关闭 查看是否启动 配置 配置登录用户相关的操作 配置vsftpd 关闭ftp匿名登录 限制登录用户不能跳出根目录 常见问题 当我们限定了用户不 ...

  5. FTP服务器传输文件

    FTP协议虚拟机与宿主机文件传输 文件传输方式: 1. U盘拷贝 2. 网络传输 FTP:File Transfer Protocol ,文件传输协议 SSH ( SFTP, scp ) NFS SA ...

  6. ftp: connect: 拒绝连接 Not connected. windows ftp虚拟机

    ftp连接服务其依赖vsftpd,vsftpd是"very secure  FTP daemon(非常安全的ftp守护进程)" 第一步:检查本机是否安装vsftpd root@ub ...

  7. [linux] shell脚本编程-ubuntu创建vsftpd服务

    1.  useradd -s /bin/bash -m 用户名 ,  创建用户,自动创建家目录 , 设置登录shell 2.  echo 用户名:密码 | chpasswd ,非交互式设置密码 3.  ...

  8. Ubuntu 用vsftpd 配置FTP服务器

    网上的文章好难懂啊..只想要简单粗暴,弄好能用就行啊,复杂的以后研究不行吗...折腾好久,其实弄出来能用不就这么点内容吗... 本文在Ubuntu Server 14.04 amd64系统测试. Ma ...

  9. Ubuntu 14.04 FTP服务器--vsftpd的安装和配置

    http://jingyan.baidu.com/article/67508eb4d6c4fd9ccb1ce470.html Ubuntu 14.04 FTP服务器--vsftpd的安装和配置 我们经 ...

  10. ubuntu安装 ftpd server(vsftpd)

    vsftpd is the Very Secure File Transfer Protocol Daemon. The server can be launched via a "supe ...

最新文章

  1. sql group by 取每组符合条件_从零学SQL-经典面试题
  2. HBase参数配置及说明
  3. DeepMind开源薛定谔方程求解程序:从量子力学原理出发,TensorFlow实现
  4. vue+iview 设置全局的url以及跨越问题
  5. VTK:Utilities之VectorArrayUnknownLength
  6. a标签点击事件_html常用标签
  7. 新闻更新延时引发的学习,CACHE的利用。
  8. python读取身份证照片信息_Python身份证照片识别信息,python
  9. 什么是Servlet类
  10. lenovo微型计算机如何拆t410,联想thinkpad T410S全面拆解
  11. LoadRunner教程(20)-LoadRunner 导出分析报告
  12. Hinton最新访谈丨他如何看待谷歌胶囊网络专利、神经科学以及下一代AI?
  13. HNU11722 The Gougu Theorem
  14. android 后台监听按键,Android监听home键的方法详解
  15. 前端面试技巧和注意事项_前端HR的面试套路,你懂几个?
  16. 用python爬取头条文章_AI第四课:Python爬取今日头条文章
  17. 手机上所部署的DigiCert证书过期怎么办
  18. C++中的预处理器概述
  19. AI芯片加持,安防下一爆点会是边缘计算?
  20. 在已安装win10环境中利用EasyBCD引导安装Ubuntu16.04-小白补充

热门文章

  1. KendoUI系列:switch 开关
  2. Unity3D U3D安装教程
  3. C++ 知识补给(二)
  4. [Learn Android Studio 汉化教程]Reminders实验:第一部分(续)
  5. 凸优化(一)绪论与凸集
  6. 推荐几款好用的云笔记软件
  7. 59% 的程序员曾担心自己猝死!
  8. 多拨软件测试,虚拟机下多拨与OP下多拨测试
  9. 条形码标签,实现产品追溯的最佳工具
  10. C51单片机数码管静态显示(附源码及工程)