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

[REBOL] FTP User Error

From: tb::digitalgeneration::de at: 18-Oct-2004 14:43

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