mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Reflect in the ftpd(8) manpage the fact that ASCII SIZE
requests against large files will be denied. MFC after: 10 days
This commit is contained in:
parent
aff8da7074
commit
255a70376b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101376
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user