[Patches] [Patch #101187] Patch for ftplib to support REST

noreply@sourceforge.net noreply@sourceforge.net
Tue, 22 Aug 2000 00:09:37 -0700


Patch #101187 has been updated. 

Project: 
Category: Modules
Status: Open
Summary: Patch for ftplib to support REST

Follow-Ups:

Date: 2000-Aug-15 22:34
By: tim_one

Comment:
Assigned to Barry for an opinion.  This came in after feature freeze, but it's arguably more of a bugfix than a new feature.  If you're capable of making that decision with more confidence than me, please Postpone it or assign it to a competent (not me) reviewer for 2.0.
-------------------------------------------------------

Date: 2000-Aug-22 07:09
By: moshez

Comment:
This seems great, and I'm very +1, except for one thing: the ``self.sendcmd("REST %.0f" % rest)'' thing: wouldn't it be better to self.sendcmd("REST %d" % int(rest))? 
Other then that, it seems to do nothing when the rest argument is not given, so it can't hurt too much. Oh, and of course, this needs doc patches.

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

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101187&group_id=5470