From b80e1bb6c5605406cfff45ae8058cd0f142ef3f4 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 24 Oct 2016 15:08:24 +0200 Subject: [PATCH] Document new FTP_* settings --- docs/topics/settings.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 0515a9e0d..78fbc79fe 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -686,6 +686,34 @@ The Feed Temp dir allows you to set a custom folder to save crawler temporary files before uploading with :ref:`FTP feed storage ` and :ref:`Amazon S3 `. +.. setting:: FTP_PASSIVE_MODE + +FTP_PASSIVE_MODE +---------------- + +Default: ``True`` + +Whether or not to use passive mode when initiating FTP transfers. + +.. setting:: FTP_PASSWORD + +FTP_PASSWORD +------------ + +Default: ``"anonymous@example.com"`` + +The password to use for FTP connections when there is no ``"ftp_password"`` +in ``Request`` meta. + +.. setting:: FTP_USER + +FTP_USER +-------- + +Default: ``"anonymous"`` + +The username to use for FTP connections when there is no ``"ftp_user"`` +in ``Request`` meta. .. setting:: ITEM_PIPELINES