Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] LOAD IMAGE

From: n::francois::worldonline::fr at: 30-Jun-2001 16:05

I need to load an image for a script. It works when I do this on local : a: load-image %imageName.gif but when I do it on the server, It replies "access denied" ; so I must use the ftp url and it works : a: load ftp://login:[pass--ftpServer--com]/imageName.gif but the probleme is that the user can see my ftp-login and my ftp-pass ? How can I load the image whithout giving the login and pass ? Thank you for your help.....