diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-05 13:37:18 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-05 13:37:18 +0000 |
| commit | 255a70376b8d62d046e25aa4c899557600baf693 (patch) | |
| tree | 37bcb06ed67fbde56efd352e58b08c13bd864694 /libexec | |
| parent | aff8da70742fa2e324b0632ee6fe3795331ce9bd (diff) | |
Notes
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 4088f2b379f3..4a44beb6222c 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 |
