[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/FTPServer.py typo
Andreas Jung
andreas at andreas-jung.com
Thu Jan 12 14:36:15 EST 2006
Log message for revision 41290:
typo
Changed:
U Zope/trunk/lib/python/ZServer/FTPServer.py
-=-
Modified: Zope/trunk/lib/python/ZServer/FTPServer.py
===================================================================
--- Zope/trunk/lib/python/ZServer/FTPServer.py 2006-01-12 19:34:46 UTC (rev 41289)
+++ Zope/trunk/lib/python/ZServer/FTPServer.py 2006-01-12 19:36:15 UTC (rev 41290)
@@ -393,7 +393,7 @@
def rnfr_completion(self,response):
status=response.getStatus()
if status==200:
- self.respond ('350 RNTO command successful.')
+ self.respond ('350 RNFR command successful.')
else:
self.respond ('550 %s: no such file or directory.' % self.fromfile)
More information about the Zope-Checkins
mailing list