28 Apr
2004
28 Apr
'04
8:21 p.m.
Doug Filteau wrote:
I need to enable a non-anonymous username to have >1 session (like an anonymous user). The username is used in an MS Outlook macro to upload documents via FTP to the Zope server, which means that the possibility exists for multiple instances of the same username may be connected concurrently to the Zope instance.
What about solving it on the client side: Check if you already have an open connection before you upload, and use it if that's the case. Or just remember to close the FTP session each time. /Anton