mirror of
https://github.com/sheumann/hush.git
synced 2025-01-08 18:30:27 +00:00
ftpd: add comment
This commit is contained in:
parent
ffb4bb3034
commit
51c9bb1fd1
@ -1106,10 +1106,11 @@ int ftpd_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else {
|
else {
|
||||||
/* Which unsupported commands were seen in the wild
|
/* Which unsupported commands were seen in the wild?
|
||||||
* (doesn't necessarily mean "we must support them")
|
* (doesn't necessarily mean "we must support them")
|
||||||
* wget 1.11.4: SIZE - todo.
|
* wget 1.11.4: SIZE - todo.
|
||||||
* lftp 3.6.3: MDTM - works fine without it anyway.
|
* lftp 3.6.3: MDTM - works fine without it anyway.
|
||||||
|
* IPv6-style PASV: "EPSV 2"
|
||||||
*/
|
*/
|
||||||
cmdio_write(FTP_BADCMD, "Unknown command");
|
cmdio_write(FTP_BADCMD, "Unknown command");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user