bugs

来自「linux下的轻量级的ftp服务器」· 代码 · 共 23 行

TXT
23
字号
BUGS====This file, surprisingly enough, contains a list of known outstanding bugsin the program. Bugs that get documented here are typically not particularlyserious, and may never get fixed. Serious bugs will get fixed immediately.- RFC compliance: if we get no PORT or PASV, looks like we're supposed toassume a PORT to the same IP as control connection, and port 20.- RFC compliance: shouldn't include directories in NLST. Note that wu-ftpdcomplies here, almost all other FTPd's don't- ls <existing but unreadable dir> should list nothing, but it lists thedirectory name itself- In ASCII mode, the SIZE command needs to take into account the size ofthe file _after_ ASCII linefeed mangling?- ASCII mode uploads: we're only supposed to remove \r if they preceed \n,but I rip them out unconditionally.- Security model: vsf_privop_get_ftp_port_sock() should probably do theconnect() to the remote location itself.- If someone has one of the timeouts (command, data) setup, but not the other,then timeout will behave whackily.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?