Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: FTP User Error

From: tb:digitalgeneration at: 18-Oct-2004 16:31

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 [name--example--de] 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