]> git.ipfire.org Git - thirdparty/squid.git/commit
Add support for FTP MLSD and MLST commands (RFC 3659)
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 23 Dec 2013 16:42:45 +0000 (18:42 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 23 Dec 2013 16:42:45 +0000 (18:42 +0200)
commit45880cbd1e9c8a03d6c5ab41c13dd7ed8856575c
treead0f1cbd8f1793e1483b2dd0d9ed027d3e6830e9
parent9d1baaf52425160c8e2f26b105ad5571774d8d42
Add support for FTP MLSD and MLST commands (RFC 3659)

FileZilla is a popular FTP clients supporting that command (via FEAT detection).
It will use MLSD instead of LIST if the server claims support for MLST and/or
MLSD command.
src/FtpServer.cc
src/client_side.cc