I've made some changes to the plumiftp script. A previous concern was
that once the file has been put into zope, it is deleted from the
temporary area, and thus appears to the user that it has disappeared
(not uploaded). I've modified that slightly so that the file is only
deleted once the ftp server receives a QUIT from the user.
Files-to-delete are kept in a dictionary of lists, and deleted when a
user logs out. The dictionary is global, but protected by a
threadLock. Any thoughts on potential problems?

Once the user logs out, then logs back in (to ftp) the file will no
longer be there.

vik
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to