[ python-Bugs-738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs

SourceForge.net noreply at sourceforge.net
Sun Nov 30 17:12:59 EST 2003


Bugs item #738973, was opened at 2003-05-16 23:18
Message generated for change (Comment added) made by jjlee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=738973&group_id=5470

Category: Python Library
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Shahms E. King (shahms)
Assigned to: Jeremy Hylton (jhylton)
Summary: urllib2 CacheFTPHandler doesn't work on multiple dirs

Initial Comment:
using the CacheFTPHandler for ftp requests in urllib2
works as expected for files in the same directory as
the original file, however, as ftpwrapper() changes the
directory only after the initial connection, any
urllib2.urlopen('ftp://...') that is in a different
directory that the initial urlopen() call will fail
with a "450: File Not Found"

----------------------------------------------------------------------

Comment By: John J Lee (jjlee)
Date: 2003-11-30 22:12

Message:
Logged In: YES 
user_id=261020

I've submitted a fix for this as patch 851736. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=738973&group_id=5470



More information about the Python-bugs-list mailing list