diff options
author | yar <yar@FreeBSD.org> | 2002-08-05 13:37:18 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2002-08-05 13:37:18 +0000 |
commit | 87d654b4a49cf0b409a82cd4fb373217b9a81977 (patch) | |
tree | 37bcb06ed67fbde56efd352e58b08c13bd864694 /libexec | |
parent | 739c46b18bafb75d3f2d8c4abd11ed4ae2375d79 (diff) | |
download | FreeBSD-src-87d654b4a49cf0b409a82cd4fb373217b9a81977.zip FreeBSD-src-87d654b4a49cf0b409a82cd4fb373217b9a81977.tar.gz |
Reflect in the ftpd(8) manpage the fact that ASCII SIZE
requests against large files will be denied.
MFC after: 10 days
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 4088f2b..4a44beb 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -282,6 +282,9 @@ are recognized, but not implemented. MDTM and SIZE are not specified in RFC 959, but will appear in the next updated FTP RFC. +To avoid possible denial-of-service attacks, SIZE requests against +files larger than 10240 bytes will be denied if the current transfer +type is ASCII. .Pp The ftp server will abort an active file transfer only when the ABOR |