Blame SOURCES/0039-Improve-documentation-of-ASCII-mode-in-the-man-page.patch

bd689f
From 7d4b76abb437184fa692533cb5537318026a30e8 Mon Sep 17 00:00:00 2001
bd689f
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
bd689f
Date: Fri, 24 Nov 2017 11:26:37 +0100
bd689f
Subject: [PATCH 39/59] Improve documentation of ASCII mode in the man page
bd689f
bd689f
---
bd689f
 vsftpd.conf.5 | 6 ++++++
bd689f
 1 file changed, 6 insertions(+)
bd689f
bd689f
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
bd689f
index d1f0db5..3ca55e4 100644
bd689f
--- a/vsftpd.conf.5
bd689f
+++ b/vsftpd.conf.5
bd689f
@@ -113,11 +113,17 @@ Default: YES
bd689f
 .TP
bd689f
 .B ascii_download_enable
bd689f
 When enabled, ASCII mode data transfers will be honoured on downloads.
bd689f
+When disabled, the server will pretend to allow ASCII mode but in fact
bd689f
+ignore the request. Turn this option on to have the server actually do
bd689f
+ASCII mangling on files when in ASCII mode.
bd689f
 
bd689f
 Default: NO
bd689f
 .TP
bd689f
 .B ascii_upload_enable
bd689f
 When enabled, ASCII mode data transfers will be honoured on uploads.
bd689f
+See also
bd689f
+.BR ascii_download_enable
bd689f
+for more details.
bd689f
 
bd689f
 Default: NO
bd689f
 .TP
bd689f
-- 
bd689f
2.14.4
bd689f