REFS
上传用户:ig0539
上传日期:2022-05-21
资源大小:181k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

C/C++

  1. The following FTP related references are useful:
  2. (Implemented or partially implemented in vsftpd):
  3. =================================================
  4. RFC-959, original FTP spec.
  5. http://www.rfc-editor.org/rfc/rfc959.txt
  6. RFC-1123, the small FTP related section extends / clarifies RFC-959.
  7. http://www.rfc-editor.org/rfc/rfc1123.txt
  8. RFC-2228, FTP security extensions. vsftpd implements the small subset needed
  9. to support TLS / SSL connections.
  10. http://www.rfc-editor.org/rfc/rfc2228.txt
  11. RFC-2389. Proposes FEAT and OPTS commands.
  12. http://www.rfc-editor.org/rfc/rfc2389.txt
  13. RFC-2428. Essentially IPv6 support.
  14. http://www.rfc-editor.org/rfc/rfc2428.txt
  15. "Securing FTP with TLS" (draft-murray-auth-ftp-ssl-09.txt). Document that
  16. dives into the standardized behaviour of SSL / TLS connections in conjunction
  17. with RFC-2228.
  18. http://www.isaserver.org/articles/Securing_FTP_with_TLS.html
  19. "Extensions to FTP" (draft-ietf-ftpext-mlst-16.txt). Standardizes SIZE, MDTM,
  20. MLST and MLSD. Note that vsftpd has not implemented MLST and MLSD due to lack
  21. of demand from users. Perhaps the client support just isn't there.
  22. http://www.ietf.org/internet-drafts/draft-ietf-ftpext-mlst-16.txt
  23. (Not implemented in vsftpd):
  24. ============================
  25. RFC-1579. Proposes an APSV command. No users have requested this in vsftpd;
  26. perhaps the client support just isn't there.
  27. http://www.rfc-editor.org/rfc/rfc1579.txt
  28. RFC-1639. Proposes commands LPRT and LPSV. Seems to be deprecated in favour of
  29. EPRT and EPSV in RFC-2428.
  30. http://www.rfc-editor.org/rfc/rfc1639.txt
  31. RFC-2640. Deals with internationalization and the LANG command. I'm not seeing
  32. any vsftpd users with requirements in this area.
  33. http://www.rfc-editor.org/rfc/rfc2640.txt