[Zope3-checkins] SVN: Zope3/trunk/src/zope/server/ftp/server.py
Fixed issue 363; thanks to Juergen for the fix.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Apr 6 21:14:11 EDT 2005
Log message for revision 29894:
Fixed issue 363; thanks to Juergen for the fix.
Changed:
U Zope3/trunk/src/zope/server/ftp/server.py
-=-
Modified: Zope3/trunk/src/zope/server/ftp/server.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/server.py 2005-04-07 00:36:10 UTC (rev 29893)
+++ Zope3/trunk/src/zope/server/ftp/server.py 2005-04-07 01:14:11 UTC (rev 29894)
@@ -206,7 +206,7 @@
opts = ()
if args.strip().startswith('-'):
try:
- opts, args = getopt(args.split(), 'lad')
+ opts, args = getopt(args.split(), 'Llad')
except GetoptError:
self.reply('ERR_ARGS')
return
More information about the Zope3-Checkins
mailing list