>So I tried using the script above, as well as the following:
>
>   put url "ftp:[EMAIL PROTECTED]:[EMAIL PROTECTED]/"; into fld 1
>
>In both cases, the libURL stack script just hangs until I force quit the
>script.  It appears libURL doesn't have a recourse when the server returns a
>message of rejecting anonymous login.  I'm also wondering if the libURL
>script may not accept 2 "@" symbols in a string.
>
>Can someone suggest how I might format user/password to get FTP working?

I don't know if this helps but an ISP I use has the same convention 
which affects grabbing e-mail as well.  I use Eudora for my e-mail 
client and I found that if I use "+" instead of the first "@", it 
works perfectly!

So I've no idea whether this'll work with MetaCard FTP, but why don't 
you try the following instead:

    put url "ftp://user+mydomain.com:[EMAIL PROTECTED]/"; into fld 1

Just an idea?! ;)

Cheers

Peter
-- 
Peter Reid
Reid-IT Limited, Loughborough, Leics., UK
Tel: +44 (0)1509 268843 Fax: +44 (0)870 052 7576
E-mail: [EMAIL PROTECTED]
Web: http://www.reidit.co.uk

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to