mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2587 from MikeinRealLife/documentation_update
[MRG+1] Document ftp_user and ftp_password meta keys
This commit is contained in:
commit
2f28cb3b4a
|
|
@ -304,6 +304,8 @@ Those are:
|
|||
* :reqmeta:`download_maxsize`
|
||||
* :reqmeta:`download_latency`
|
||||
* :reqmeta:`proxy`
|
||||
* ``ftp_user`` (See :setting:`FTP_USER` for more info)
|
||||
* ``ftp_password`` (See :setting:`FTP_PASSWORD` for more info)
|
||||
|
||||
.. reqmeta:: bindaddress
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue