vsftpd 3.0.2
[tomato/tomato-dir865l.git] / release / src / router / vsftpd / BUGS
blob1e5ac9f53b6349e2dd8d75d3cbd4106d27175fdb
1 BUGS
2 ====
4 This file, surprisingly enough, contains a list of known outstanding bugs
5 in the program. Bugs that get documented here are typically not particularly
6 serious, and may never get fixed. Serious bugs will get fixed immediately.
8 - RFC compliance: if we get no PORT or PASV, looks like we're supposed to
9 assume a PORT to the same IP as control connection, and port 20.
10 - RFC compliance: shouldn't include directories in NLST. Note that wu-ftpd
11 complies here, almost all other FTPd's don't
12 - ls <existing but unreadable dir> should list nothing, but it lists the
13 directory name itself
14 - In ASCII mode, the SIZE command needs to take into account the size of
15 the file _after_ ASCII linefeed mangling?
16 - If someone has one of the timeouts (command, data) setup, but not the other,
17 then timeout will behave whackily.