Re: [Zope] ftp problem: ZServer unhandled connect event??
Thanks for the speedy patch. That solved most of the ftp download problem. To improve, there are still something we can do: 1. When running Zserver in debug mode, some ftp transfer will give out: PROBLEM(100) ZServer unhandled connect event message. 2. When run in ftp-passive mode, some large files(above 350KB) still cannot be retrieved, but no problem in non-passive mode. I'm not sure if this is due to Zserver or my linux network configuration. 3. Some objects cannot be downloaded, like "acl_users", but retrieving them will cause the batch process to stop. Of course this is related to the ftp client in use. Maybe we can give a default download action for un-downloadable objects, like just creating a zero-length file? Li Dongfeng ----- Original Message ----- From: "Andreas Jung" <andreas@digicool.com> To: "Li Dongfeng" <mavip4@inet.polyu.edu.hk> Sent: Friday, July 13, 2001 3:18 AM Subject: Re: [Zope] ftp problem: ZServer unhandled connect event??
You cou please grab the latest version of ZServer/FTPResponse.py from the CVS and try the patch we made ? Hope this solves your problem.
Andreas ============================================================================ ==== Andreas Jung andreas@digicool.com Digital Creations "Zope Dealers" http://www.zope.org ----- Original Message ----- From: "Li Dongfeng" <mavip4@inet.polyu.edu.hk> To: "Andreas Jung" <andreas@digicool.com> Cc: "Zope list" <zope@zope.org> Sent: Dienstag, 10. Juli 2001 02:00 Subject: Re: [Zope] ftp problem: ZServer unhandled connect event??
Thanks for the response. The problem seems to be: we cannot ftp download large file (larger than 90KB). I have also tried to use DOS console ftp, also the same problem with downloading large files, message like this:
ftp> get flashplayer5installer.exe 200 PORT command successful. 550 Error opening file.
but I can download the files in Zope's management screen using "view". It seems this has be reported in collector No. 1027.
Li Dongfeng
----- Original Message ----- From: "Andreas Jung" <andreas@digicool.com> To: "Li Dongfeng" <mavip4@inet.polyu.edu.hk> Sent: Monday, July 09, 2001 10:08 PM Subject: Re: [Zope] ftp problem: ZServer unhandled connect event??
Does WS_FTP work for you with Zope ? The message is generated inside the asyncore.py module of Python 2.1. I'll try to track it down. If FTP not working for you please put it in the collector.
Andreas ----- Original Message ----- From: "Li Dongfeng" <mavip4@inet.polyu.edu.hk> To: "Zope list" <zope@zope.org> Sent: Sonntag, 8. Juli 2001 21:29 Subject: [Zope] ftp problem: ZServer unhandled connect event??
I upgrade from 2.3.0 to 2.4.0b3, and I tried to use ws_ftp(on Win98) do download a folder. Every time a file is transfered, the console running zope will show (a lot of) such message:
2001-07-09T02:19:39 PROBLEM(100) ZServer unhandled connect event
I have no idea if this is a bug with 2.4.0 or it is something I have done wrong. No such problem with 2.3.0.
Li Dongfeng
f��f��������~����?��j���������y�z�������y
f����+f�Ί�����X�̥���Y����~����ʲʲ۬t-�jז+??��Ί������?�w �:y��zm?��lΊ^��?����??-�w?:)yׯ
From: "Li Dongfeng" <mavip4@inet.polyu.edu.hk> Subject: Re: [Zope] ftp problem: ZServer unhandled connect event??
Thanks for the speedy patch. That solved most of the ftp download problem. To improve, there are still something we can do:
1. When running Zserver in debug mode, some ftp transfer will give out: PROBLEM(100) ZServer unhandled connect event message.
I am really sure this can be ignored. The trunk contains a patch that solves this problem.
2. When run in ftp-passive mode, some large files(above 350KB) still cannot be retrieved, but no problem in non-passive mode. I'm not sure if this is due to Zserver or my linux network configuration.
I just tested downloads/uploads with large files (>20M) both in passive and non-passive mode without any problems.
3. Some objects cannot be downloaded, like "acl_users", but retrieving them will cause the batch process to stop. Of course this is related to the ftp client in use. Maybe we can give a default download action for un-downloadable objects, like just creating a zero-length file?
Hm...the emulated file permissions for such objects deny the download and the corresponding FTP error code is returned when you try to download such an object. That is the same as when you try to download a regular Zope object you don't have permissions on it. So Zopes behaviour is fine in this case. Maybe you should use a better FTP client :-) Andreas ...ignore everything below...my Outlook is unable to remove Unicode text when I edit the last line of the text :-)
f����+f�Ί�����X�̥���Y����~����ʲʲ۬t-�jז+??��Ί������?�w �:y��zm?��lΊ^��?����??-�w?:)yׯ
participants (2)
-
Andreas Jung -
Li Dongfeng