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

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