[issue15002] urllib2 does not download 4 MB file completely using ftp

2012-06-04 Thread sspapilin
Changes by sspapilin : -- title: urllib2 does not download 4 MB file fully using ftp -> urllib2 does not download 4 MB file completely using ftp ___ Python tracker <http://bugs.python.org/issu

[issue15002] urllib2 does not download 4 MB file fully using ftp

2012-06-04 Thread sspapilin
New submission from sspapilin : File test.py is #!/usr/bin/env python import urllib2 print urllib2.urlopen('ftp://ftp.ripe.net/pub/stats/ripencc/delegated-ripencc-extended-latest').read() When I issue python test.py > out.txt , I get file about 100KB in size, the beginning