scrapy/scrapy/extensions
Luiz Francisco Rodrigues da Silva df68c4b9b1 Add a setting to use active mode in FTPFeedStorage (#3829)
Add a setting to use active mode in FTPFeedStorage

FTP servers can be configured in active and passive mode, by default
Python and Scrapy use passive mode and there was no way to use active.

This commit adds a setting FEED_STORAGE_FTP_ACTIVE to allow a feed
to be exported to a FTP server configured in active mode.
2019-07-10 14:25:52 +02:00
..
__init__.py Move scrapy/contrib remaining top-level files to scrapy/extensions 2015-04-29 21:27:19 -03:00
closespider.py Disable CloseSpider extension if no CLOSPIDER_* setting set 2016-01-26 13:08:42 +01:00
corestats.py [MRG+1] Show elapsed time in statscollector (#3638) 2019-04-07 00:03:40 +05:00
debug.py Move scrapy/contrib remaining top-level files to scrapy/extensions 2015-04-29 21:27:19 -03:00
feedexport.py Add a setting to use active mode in FTPFeedStorage (#3829) 2019-07-10 14:25:52 +02:00
httpcache.py Merge pull request #3735 from anubhavp28/smallfix 2019-04-13 01:52:22 +05:00
logstats.py Test Slot's heartbeat state before stopping it 2016-11-07 16:44:57 +01:00
memdebug.py Move scrapy/contrib remaining top-level files to scrapy/extensions 2015-04-29 21:27:19 -03:00
memusage.py cleanup: removed unused MEMUSAGE_REPORT 2017-05-16 13:59:58 +03:00
spiderstate.py Disable SpiderState extension if no JOBDIR set 2016-01-26 15:25:15 +01:00
statsmailer.py Move scrapy/contrib remaining top-level files to scrapy/extensions 2015-04-29 21:27:19 -03:00
telnet.py Be consistent with domain used for links to documentation website 2019-01-31 01:28:53 -03:00
throttle.py add AUTOTHROTTLE_TARGET_CONCURRENCY option and expand AutoThrottle docs 2015-06-27 04:59:42 +05:00