对于参数的详细的解释
    cmds_allowed=ABOR,ACCT,APPE,CWD,CDUP,DELE,HELP,LIST,MODE,MDTM,MKD,NOOP,NLST,PASS,PASV,PORT,PWD,QUIT,REIN,RETR,RMD,RNFR,RNTO,SITE,SIZE,STOR,STAT,STOU,STRU,SYST,TYPE,USER

    1. # ABOR - abort a file transfer 取消文件传输
    2. # ACCT* - send account information 发送帐户信息
    3. # APPE - append to a remote file 附加到远程文件
    4. # AUTH - 权限
    5. # CDUP - CWD to the parent of the current directory CWD到当前目录的父
    6. # CWD - change working directory 更改目录
    7. # DELE - delete a remote file 删除文件
    8. # EPRT -
    9. # EPSV -
    10. # PEAT -
    11. # HELP - return help on using the server 帮助使用服务器
    12. # LANG -
    13. # LIST - list remote files 列目录
    14. # MD5 -
    15. # MDTM - return the modification time of a file 返回文件的更新时间
    16. # MFMT -
    17. # MKD - make a remote directory 新建文件夹
    18. # MLSD -
    19. # MLST -
    20. # MODE - set transfer mode 设置传输模式
    21. # MODE -
    22. # NLST - name list of remote directory 远程目录的名称列表
    23. # NOOP - do nothing 什么都不做
    24. # OPTS -
    25. # PASS - send password 发送密码
    26. # PASV - enter passive mode 进入被动模式
    27. # PBSZ -
    28. # PORT - open a data port 打开一个传输端口
    29. # PROT -
    30. # PWD - print working directory 显示当前工作目录
    31. # QUIT - terminate the connection 退出
    32. # REIN* - reinitialize the connection 重新初始化连接
    33. # REST -
    34. # RETR - retrieve a remote file 下载文件
    35. # RMD - remove a remote directory 删除目录
    36. # RNFR - rename from 重命名
    37. # RNTO - rename to 重命名
    38. # SITE - site-specific commands 特定于站点的命令
    39. # SIZE - return the size of a file 返回文件大小
    40. # STAT - return server status 服务器状态
    41. # STOR - store a file on the remote host 上传文件
    42. # STOU - store a file uniquely 唯一地存储文件
    43. # STRU - set file transfer structure 设置文件传输格式
    44. # STRU -
    45. # SYST - return system type
    46. # TYPE - set transfer type 设置传输类型
    47. # USER - send username