使用Filezilla Server配置FTP服务器
https://blog.csdn.net/chuyouyinghe/article/details/78998527

FileZilla Server日志

Connecting to server...
Connected, waiting for authentication
Logged on
(000014)2018/9/14 11:42:44 - (not logged in) (10.4.26.21)> Connected, sending welcome message...
(000014)2018/9/14 11:42:44 - (not logged in) (10.4.26.21)> 220-FileZilla Server version 0.9.43 beta
(000014)2018/9/14 11:42:44 - (not logged in) (10.4.26.21)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000014)2018/9/14 11:42:44 - (not logged in) (10.4.26.21)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000014)2018/9/14 11:42:44 - (not logged in) (10.4.26.21)> USER root
(000014)2018/9/14 11:42:44 - (not logged in) (10.4.26.21)> 331 Password required for root
(000014)2018/9/14 11:42:44 - (not logged in) (10.4.26.21)> PASS ******
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 230 Logged on
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> CWD /
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 250 CWD successful. "/" is current directory.
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> SIZE /FtpServer/event_common_20180913.txt
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 213 2686622
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> TYPE I
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 200 Type set to I
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> PORT 10,4,26,21,199,235
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 200 Port command successful
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> APPE /FtpServer/event_common_20180913.txt
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 150 Opening data channel for file transfer, restarting at offset 2686622
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 226 Successfully transferred ""
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> QUIT
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> 221 Goodbye
(000014)2018/9/14 11:42:44 - root (10.4.26.21)> disconnected.

用户目录。权限。
读权限。读文件。
写权限。才能创建文件,但是不能覆盖。
删除权限。追加权限。才能覆盖文件。
目录如果不存在的话也会创建文件失败。

FileZilla Server FTP服务器失败的更多相关文章

  1. FileZilla Server ftp 服务器下通过alias别名设置虚拟目录(多个分区)

    最近检查服务器的时候发现磁盘空间不够用了,正好有两个硬盘正好,一个硬盘还空着,正好通过ftp服务器的别名功能实现添加空间了,这样就不用重新弄机器了 说明:FileZilla Server 的虚拟目录设 ...

  2. Jenkins结合.net平台综合应用之使用FileZilla搭建ftp服务器

    上一节我们讲解了如何编译web项目,web项生成以后我们是手动复制到iis目录下的,这显然不符合devops初衷,这里我们讲解如何利用ftp协议把文件传到远程服务器的iis目录下. 这一讲分两部分一部 ...

  3. filezilla server FTP 安装报错 "could not load TLS network. Aborting start of administration interface"

    filezilla server FTP 安装报错   "could not load TLS network. Aborting start of administration inter ...

  4. 使用Filezilla搭建FTP服务器

    1.FTP over TLS is not enabled, users cannot securely http://blog.sina.com.cn/s/blog_4cd978f90102vtwl ...

  5. FileZilla搭建FTP服务器

    一.基础环境1.服务端机器:192.168.0.104 FillaZilla Server端下载2.客户端机器:192.168.0.100 FillaZilla客户端下载 !!!搭建FTP服务端的机器 ...

  6. 【运维】使用FileZilla搭建FTP服务器

    一.下载Filezilla  Server 官网网址:https://filezilla-project.org 二.安装Filezilla  Server   Filezilla  Server的安 ...

  7. Windows使用filezilla搭建FTP服务器

    参考:https://segmentfault.com/a/1190000009033181 下载软件https://filezilla-project.org/ 安装过程不详述,默认安装即可 启动软 ...

  8. Filezilla Server搭建FTP服务器

    一.下载Filezilla  Server 官网网址:https://filezilla-project.org 下载链接 :https://filezilla-project.org/downloa ...

  9. 使用FileZilla等软件搭建ftp服务器

    FTP的全称是File Transfer Protocol(文件传输协议).顾名思义,就是专门用来传输文件的协议. FTP服务器,则是在互联网上提供存储空间的计算机,它们依照FTP协议提供服务.简单地 ...

随机推荐

  1. PHP+Redis实现高并发下商品超卖问题

    对于一些有一定用户量的电商网站,如果只是单纯的使用关系型数据库(如MySQL.Oracle)来做抢购,对数据库的压力是非常大的,而且如果不使用好数据库的锁机制,还会导致商品.优惠券超卖的问题.我所在的 ...

  2. 实验06——java自动封箱、自动拆箱

    package cn.tedu.demo; /** * @author 赵瑞鑫 E-mail:1922250303@qq.com * @version 1.0 * @创建时间:2020年7月17日 上 ...

  3. SeekBar滑动时,progress数值不连续

    问题描述 logcat 你是否也遇见过这样的情况,SeekBar的进度不连续 这是我在做一个编辑图片的APP时,观察我打印的log,发现progress不是连续的 这时候可能就有人问:是你代码写的不对 ...

  4. ios 浅谈一下UITextFiled UITextView 在tableview的cell上边展示

    最近在项目中.要做到在tableview的cell上边加一个输入框.允许用户输入. 1.我首先选的是在uitextView  然后在通知键盘出现的时候,将tableview的内容设置在键盘的上边.但是 ...

  5. EfficientNet

  6. 第一次MySQL的SQL注入实验

    测试平台:https://www.mozhe.cn/news/detail/324 上完SQL注入的第一节课过来对着笔记一步一步来做.. 1.首页面上没有id=XXX的东西,看见“平台维护通知”,点开 ...

  7. 2020-07-23:开启rdb后,redis的启动流程是怎样的?

    福哥答案2020-07-23: Redis 在完成初始化全局服务器配置,加载配置文件,初始化服务器,开始加载持久化的数据到内存中.如果启用了 appendonly 了,则Redis从 appendfi ...

  8. 调试备忘录-NTC电阻的使用(教程 + 代码)

    软件环境:CodeWarrior 11.1 硬件环境:NXP S9KEAZ64A 传感器参数:NTC热敏电阻(R25 = 50k,B25-50 3950) 写在前面 最近做小项目需要用到NTC电阻,因 ...

  9. C++中将对象this转换成unsigned char指针

    示例程序 // ---CodeBlob.h--- #ifndef CODEBLOB_H_ #define CODEBLOB_H_ class CodeBlob { private: const cha ...

  10. 数据库之Oracle优化技巧(一)

    数据库之Oracle优化技巧(一) 1.where子句中的连接顺序 在Oracle数据库中,where子句的执行顺序是自下而上进行解析,根据这个原理,表之间的连接必须写在其他where条件之前,那些可 ...