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)