Eric Chatonet wrote:
To update an application from the web that requires downloading many files, I have built without any problem a process using the non blocking load command allowing to display a progress bar. Now I have protected access to the website folders (usual login and password). So I can no longer use "load": the command returns a 401 error (protected access).

If it's protected with htaccess you should be able to embed the login in the URL as with FTP:

   http://<user>:<password>@www.mydomain.com

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to