Here is something I use that generates the *progress data* with ftp and
password:

on mouseup
  
  libURLSetLogField "field 2"
  libURLSetStatusCallback  "setPercentage",(the long id of this card)
  --bunches of other stuff
  put "trialStackForClient.rev" into FName
  put url ("ftp://user:[EMAIL PROTECTED]/web/" & FName) into \
      stkToRun
  go stack stkToRun
  
end mouseup

Jim Ault
Las Vegas


On 12/6/06 7:15 AM, "Eric Chatonet" <[EMAIL PROTECTED]>
wrote:

> Hi all,
> 
> 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).
> Normal.
> I must use ftp that allows to specify a username and a password but I
> am no longer able to display download progress :-(
> Your thinking will be welcome :-)
> 


_______________________________________________
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