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

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