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

[REBOL] Re: FTP User Error

From: lethalman:fyrebird at: 18-Oct-2004 14:43

thomas wrote:
>Hi all, >I 've a problem with ftp if the user is a emailadress. I.e. > >user: [name--beispiel--de] >pass: 12345 > >read ftp://user:[pass--ftp--host--de] > >Any ideas? It seems that REBOL ignore the rest of the string when the >command found the first @. I tried %40 for @ too - but it doesn't work. > >Regards >--thomas >
I'm new to rebol, however i know that [name--beispiel--de] will become automatically an email! and not a simple string!, so try this: user: "[name--beispiel--de]" It should work... -- Fyrebird Hosting Provider - Technical Department