Well, it's a method to include username and password within a ftp-url if you write it like: ftp://username:[EMAIL PROTECTED] - that is, the colon (:) is used to separate username and password, and the @ character is used to separate username and password from the hostname. Cesar's problem was, that the username itself contained a @ character, so there were two @s in the url which probably is not allowed or at least confuses the connection.
Regards, Robert Alessandro Manotti wrote: > Sorry, can you explain me the exact meaning of this syntax: > > ftp://[EMAIL PROTECTED]:[EMAIL PROTECTED]/path_to_file/ > > Thank you! > > --Alessandro > > > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
