Blame SOURCES/0045-Expand-explanation-of-ascii_-options-behaviour-in-ma.patch

ab00cd
From 61327320b54a59e319c522151f7a61c74ec94f2f Mon Sep 17 00:00:00 2001
ab00cd
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
ab00cd
Date: Tue, 2 Jan 2018 16:25:55 +0100
ab00cd
Subject: [PATCH 45/59] Expand explanation of ascii_* options behaviour in man
ab00cd
 page
ab00cd
ab00cd
---
ab00cd
 vsftpd.conf.5 | 22 ++++++++++++++++++----
ab00cd
 1 file changed, 18 insertions(+), 4 deletions(-)
ab00cd
ab00cd
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
ab00cd
index df14027..a5abeb2 100644
ab00cd
--- a/vsftpd.conf.5
ab00cd
+++ b/vsftpd.conf.5
ab00cd
@@ -114,16 +114,30 @@ Default: YES
ab00cd
 .B ascii_download_enable
ab00cd
 When enabled, ASCII mode data transfers will be honoured on downloads.
ab00cd
 When disabled, the server will pretend to allow ASCII mode but in fact
ab00cd
-ignore the request. Turn this option on to have the server actually do
ab00cd
+ignore requests to activate it. So the client will think the ASCII mode
ab00cd
+is active and therefore may still translate any
ab00cd
+.BR <CRLF>
ab00cd
+character sequences in the received file. See the following article for
ab00cd
+a detailed explanation of the behaviour:
ab00cd
+https://access.redhat.com/articles/3250241.
ab00cd
+
ab00cd
+Turn this option on to have the server actually do
ab00cd
 ASCII mangling on files when in ASCII mode.
ab00cd
 
ab00cd
 Default: NO
ab00cd
 .TP
ab00cd
 .B ascii_upload_enable
ab00cd
 When enabled, ASCII mode data transfers will be honoured on uploads.
ab00cd
-See also
ab00cd
-.BR ascii_download_enable
ab00cd
-for more details.
ab00cd
+When disabled, the server will pretend to allow ASCII mode but in fact
ab00cd
+ignore requests to activate it. So the client will think the ASCII mode
ab00cd
+is active and will translate native line terminators to the standard
ab00cd
+.BR <CRLF>
ab00cd
+line terminators for transmission, but the server will not do
ab00cd
+any translation. See the following article for a detailed explanation
ab00cd
+of the behaviour: https://access.redhat.com/articles/3250241.
ab00cd
+
ab00cd
+Turn this option on to have the server actually do
ab00cd
+ASCII mangling on files when in ASCII mode.
ab00cd
 
ab00cd
 Default: NO
ab00cd
 .TP
ab00cd
-- 
ab00cd
2.14.4
ab00cd