Sorry, can you explain me the exact meaning of this syntax:

ftp://[EMAIL PROTECTED]:[EMAIL PROTECTED]/path_to_file/

Thank you!

--Alessandro




On 5/17/06, Cesar Chavez <[EMAIL PROTECTED]> wrote:
>
> 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=B4s 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 sol=
ve
> > > 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=E9sar
> > >
> > > ----- 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
> > > >
> > > > --=3D20
> > > > 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.
>
>
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to