http://www.cnblogs.com/bcsflilong/p/4200139.html

Steps

1.  Install vsftpd

sudo apt-get install vsftpd

2.  backup the config file

sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.old

3.  modify The config file

anonymous_enable=NO
local_root=/home/xxx/share
local_enable=yes
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list

4.  Restart ftp

sudo service vsftpd restart

for more information See links

最新文章

  1. macOS 我的装机
  2. Selenium安装失败WebDriverException: Message: 'gechodriver' executable needs to be in PATH
  3. 攻城狮在路上(贰) Spring(一)--- 软件环境、参考书目等一览表
  4. 30分钟LINQ教程
  5. 字符集WideCharToMultiByte
  6. AttributeError: 'module' object has no attribute 'TornadoAsyncNotifier'
  7. CUDA Thread Indexing
  8. 反编译android APK
  9. COM 参数有in, out ,retval
  10. memcached 学习笔记
  11. python的py文件打包成exe
  12. Java Web使用Html5 FormData实现多文件上传
  13. Python 爬取美团酒店信息
  14. 简易promise的实现(二)
  15. Scrapy代码实战
  16. 认识Jmeter工具
  17. 实现多线程异步自动上传本地文件到 Amazon S3
  18. Python 创建和使用类
  19. 使用 Solr 创建 Core 并导入数据库数据
  20. VS Supercharger插件的破解

热门文章

  1. ELK 实用架构
  2. 递归缓存技术,缓存机制Memoization
  3. 移动像素的px ,dp/pt,dpr的关系
  4. Bootstrap点击弹出注册登录
  5. bzoj1041 圆上的整点 数学
  6. Filezilla 错误
  7. 【CTF】某xss练手小游戏
  8. python re模块 collections模块
  9. html自定义垂直导航菜单
  10. webservice 介绍