From f3a7567443d9e52add6224291e98999740d4c33d Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 20 Feb 2017 17:15:05 +0100 Subject: [PATCH] Add note on FTP_PASSWORD default value --- docs/topics/settings.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 72e7a881f..522843fee 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -705,6 +705,14 @@ Default: ``"guest"`` The password to use for FTP connections when there is no ``"ftp_password"`` in ``Request`` meta. +.. note:: + Paraphrasing `RFC 1635`_, although it is common to use either the password + "guest" or one's e-mail address for anonymous FTP, + some FTP servers explicitly ask for the user's e-mail address + and will not allow login with the "guest" password. + +.. _RFC 1635: https://tools.ietf.org/html/rfc1635 + .. setting:: FTP_USER FTP_USER