[Zope] Re: Multiple FTP sessions for a user.
Anton Stonor
stonorn at giraffen.dk
Wed Apr 28 16:21:10 EDT 2004
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
More information about the Zope
mailing list