r197 - ZopeChinaPak/trunk

2 views
Skip to first unread message

czug-checkins

unread,
Jul 11, 2006, 5:41:53 AM7/11/06
to czug-c...@googlegroups.com
Author: panjy
Date: Tue Jul 11 17:41:53 2006
New Revision: 197

Modified:
ZopeChinaPak/trunk/ftp_pak.py

Log:
more fix


Modified: ZopeChinaPak/trunk/ftp_pak.py
==============================================================================
--- ZopeChinaPak/trunk/ftp_pak.py (original)
+++ ZopeChinaPak/trunk/ftp_pak.py Tue Jul 11 17:41:53 2006
@@ -109,8 +109,8 @@
61.171.153.131 4205 ==> 550 No such directory.
"""

- if line[1].find('/??/') != -1:
- self.respond('250 ?? in path, skip this command, hacked by zopen.cn.')
+ if line[1].find('?') != -1:
+ self.respond('250 ? in path, skip this command, hacked by zopen.cn.')
return
old_cmd_cwd (self, line)

Reply all
Reply to author
Forward
0 new messages