Hi,

I'm trying to make a module that would dearchive an inventory archive
without user password. This would be very useful if the user cannot provide
the password via console or any other way.

I found the following method to proceed *with* the password :

IInventoryArchiverModule iar = scene.RequestModuleInterface<
IInventoryArchiverModule>();
iar.DearchiveInventory("firstname", "lastname", "/inventory/path",
"userpassword", filestream);
but is there a way to process to IAR loading *without* password ?

Many thanks,
PMint.
_______________________________________________
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to