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

d7fdbd
From 7d4b76abb437184fa692533cb5537318026a30e8 Mon Sep 17 00:00:00 2001
d7fdbd
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
d7fdbd
Date: Fri, 24 Nov 2017 11:26:37 +0100
d7fdbd
Subject: [PATCH 39/59] Improve documentation of ASCII mode in the man page
d7fdbd
d7fdbd
---
d7fdbd
 vsftpd.conf.5 | 6 ++++++
d7fdbd
 1 file changed, 6 insertions(+)
d7fdbd
d7fdbd
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
d7fdbd
index d1f0db5..3ca55e4 100644
d7fdbd
--- a/vsftpd.conf.5
d7fdbd
+++ b/vsftpd.conf.5
d7fdbd
@@ -113,11 +113,17 @@ Default: YES
d7fdbd
 .TP
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
+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
 
d7fdbd
 Default: NO
d7fdbd
 .TP
d7fdbd
-- 
d7fdbd
2.14.4
d7fdbd