OK Carlos, I will use Gregg's approach into my read mail utility

Obrigado!, Thanks!

Cesar

----- Original Message ----- 
From: "Carlos Lorenz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 17, 2006 12:29 PM
Subject: [REBOL] Re: FTP with "@" inside username


> Cesar,
>
> It works indeed but I prefer Gregg´s approach where everything is in a
block
>
> read [
>    scheme: 'ftp
>    host: domain.com
>    user: [EMAIL PROTECTED]
>    pass: "password"
> ]
>
> Gracias por su ayuda!
> Carlos
>
>
> 2006/5/17, Cesar Chavez <[EMAIL PROTECTED]>:
> >
> >
> > Hi Carlos, I have the same problem with a POP server username and solve
> > that
> > using this
> >
> > system/schemes/pop/user: "[EMAIL PROTECTED]"
> > system/schemes/pop/pass: "password"
> > system/schemes/pop/host: "pop.domain.com"
> > inbox: open pop://
> >
> > try with something like this
> >
> > system/schemes/ftp/user: "[EMAIL PROTECTED]"
> > system/schemes/ftp/pass: "password"
> > system/schemes/ftp/host: "ftp.domain.com"
> > ftpsite: open ftp://
> >
> > and let me know if it work
> >
> > Regards
> >
> > César
> >
> > ----- Original Message -----
> > From: "Carlos Lorenz" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, May 17, 2006 10:56 AM
> > Subject: [REBOL] FTP with "@" inside username
> >
> >
> > >
> > > Hi list,
> > >
> > > Is there a way to access an FTP account where usersname has "@" in it?
> > >
> > > This gives me error:
> > >
> > > read ftp://[EMAIL PROTECTED]:[EMAIL PROTECTED]/path_to_file/
> > >
> > > Thanks
> > >
> > > --=20
> > > 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.
> > >
> > >
> > >
> >
> > --
> > 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.
>
>
>

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to