mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 21:04:20 +00:00
Document new FTP_* settings
This commit is contained in:
parent
565baae1e2
commit
b80e1bb6c5
@ -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 <topics-feed-storage-ftp>` and
|
||||
:ref:`Amazon S3 <topics-feed-storage-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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user