Gregg, This is it! Thanks ;)
2006/5/17, Gregg Irwin <[EMAIL PROTECTED]>: > > > Hi Carlos, > > CL> Is there a way to access an FTP account where usersname has "@" in it? > > CL> This gives me error: > > CL> read ftp://[EMAIL PROTECTED]:[EMAIL PROTECTED]/path_to_file/ > > Have you tried this, scheme block, approach? > > read [ > scheme: 'ftp > host: domain.com > user: [EMAIL PROTECTED] > pass: "password" > ] > > -- Gregg > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- Carlos Lorenz www.revistaeletronica.com.br Unidade Lorenz Ltda (11) 4034 1971 -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
