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