Please let me explain the problem with these simple script: user: ask "Username? " pass: ask "Password? " ftp-host: www.example.de
read join ftp:// [user ":" pass "@" ftp-host "/"] --> IF the Username is an emailadress like [EMAIL PROTECTED] the ftp command use at the login only the left part of the userstring (name) as User-ID and the right part as ftp-path. So my problem is how can I use an email string as User-ID regards --thomas -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
