scrapy/scrapy
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
..
commands Merge remote-tracking branch 'origin/master' into callback_kwargs 2019-06-26 11:03:31 -03:00
contracts fix: do not catch system exceptions like KeyboardInterrupt 2019-04-05 11:52:00 +02:00
core Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
downloadermiddlewares Implement the METAREFRESH_IGNORE_TAGS setting 2019-05-08 12:52:29 +02:00
extensions Add a setting to use active mode in FTPFeedStorage (#3829) 2019-07-10 14:25:52 +02:00
http Merge pull request #3794 from csalazar/whitelist-form-methods-in-fromresponse 2019-07-02 20:08:14 +05:00
linkextractors New constructor arg *restrict_text* for FilteringLinkExtractor. 2019-02-28 17:21:17 +01:00
loader Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
pipelines Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
selector Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
settings Add a setting to use active mode in FTPFeedStorage (#3829) 2019-07-10 14:25:52 +02:00
spidermiddlewares PEP8 ofsite middleware 2018-08-24 15:18:16 -04:00
spiders Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
templates fix typo (Response -> Request) 2019-04-05 14:31:15 -03:00
utils Merge pull request #3859 from scrapy/more-deprecations 2019-07-08 09:46:48 +02:00
xlib Wipe scrapy.xlib.tx 2016-12-02 21:22:35 +00:00
VERSION Bump version: 1.5.0 → 1.6.0 2019-01-30 18:00:40 -03:00
__init__.py drop deprecated "optional_features" set 2015-09-15 09:00:08 +00:00
__main__.py Add support for executing scrapy using -m option of python 2017-05-15 22:52:23 -03:00
_monkeypatches.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
cmdline.py Merge pull request #3857 from mikolaje/master 2019-07-08 13:54:35 +05:00
crawler.py Deprecation removals for Scrapy 1.7 2019-07-06 13:41:56 +00:00
dupefilters.py Logging the request referer when DUPEFILTER_DEBUG is active 2019-01-18 11:38:59 -02:00
exceptions.py Undocument _InvalidOutput exception 2017-03-10 15:41:57 -03:00
exporters.py Fix for CSV export unnecessary blank lines problem on Windows (#3039) 2018-07-03 18:22:24 -03:00
extension.py Replace BaseSettings._getcomposite() with public .getwithbase() method 2015-11-11 17:39:57 +01:00
interfaces.py SpiderManager shim is removed 2018-07-06 03:28:01 +05:00
item.py Implement Item.deepcopy() 2019-03-22 17:07:10 +01:00
link.py PY3 raise an exception if bytes are passed as url to Link constructor 2015-08-28 23:04:02 +05:00
logformatter.py Switch from ` to `` where inline code formatting is desired 2019-03-01 16:56:58 +01:00
mail.py Use a helper for to_bytes() and None input 2017-10-05 10:16:42 +02:00
middleware.py Use collections.deque instead of list to store methods 2018-10-29 12:40:20 -03:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
pqueues.py improve tests and fix some lint warnings (#6) 2019-03-25 16:08:40 +03:00
resolver.py Do not cache DNS responses when cache size is 0 2017-07-04 23:18:15 +02:00
responsetypes.py Merge pull request #1503 from demelziraptor/amazon-json-response 2016-09-12 13:21:16 -03:00
shell.py Populate spider variable when using shell.inspect_response 2017-07-03 11:28:04 -03:00
signalmanager.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
signals.py Revert "new signal" 2019-03-25 16:08:40 +03:00
spiderloader.py Add SPIDER_LOADER_WARN_ONLY to toggle between spiderloader failure and warning 2017-03-07 17:40:40 +01:00
squeues.py assorted cleanups: comments, docstrings, etc 2019-03-25 16:08:40 +03:00
statscollectors.py enable test_stats and test_utils_log tests in Python 3 2015-08-26 01:58:59 +05:00