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

LOAD IMAGE

 [1/2] 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.....

 [2/2] from: gchiu:compkarori at: 1-Jul-2001 10:18


On Sat, 30 Jun 2001 16:05:48 +0200 "Nicolas FRANCOIS" <[n--francois--worldonline--fr]> wrote:
> How can I load the
image whithout giving the login and
> pass ? > Thank you for
your help..... I imagine that you are starting the cgi script with the wrong security settings. Try #!/path/to/rebol -cs -- Graham Chiu