cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 ftpd.c
Yar Tikhiy
yar at FreeBSD.org
Wed Apr 18 22:43:41 UTC 2007
yar 2007-04-18 22:43:40 UTC
FreeBSD src repository
Modified files:
libexec/ftpd ftpcmd.y ftpd.8 ftpd.c
Log:
Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).
The support for RFC 2640 (UTF8) is optional and rudimentary.
The server just advertises its capability to handle UTF-8 file
names and relies on its own 8-bit cleanness, as well as on
the backward compatibility of UTF-8 with ASCII. So uploaded
files will have UTF-8 names, but the initial server contents
should be prepared in UTF-8 by hand, no on-the-fly conversion
of file names will be done.
PR: bin/111714
Submitted by: Zhang Weiwu <see email in the PR>
MFC after: 1 week
Revision Changes Path
1.66 +22 -1 src/libexec/ftpd/ftpcmd.y
1.72 +17 -1 src/libexec/ftpd/ftpd.8
1.212 +6 -1 src/libexec/ftpd/ftpd.c
More information about the cvs-src
mailing list