Scott Rossi wrote:
> 
> Hello List:
> 
> I believe I understand the form to use with FTP in the new libURL stack is:
> 
>   put url "ftp://user:[EMAIL PROTECTED]/"; into fld 1

No, "ftp://user:[EMAIL PROTECTED]/"; is the correct way.

> 
> ...to get a directory listing.  But with my ISP, the username takes the form
> of:
> 
>   [EMAIL PROTECTED]
> 
> So I tried using the script above, as well as the following:
> 
>   put url "ftp:[EMAIL PROTECTED]:[EMAIL PROTECTED]/"; into fld 1

The library seems to parse the 2 @ correctly, the problem must be
somewhere else.
I'm very skeptical of [EMAIL PROTECTED] for for username though, never
heard of it.
Can you login with other ftp clients? If you have Interarchy you can see
exactly what the server doesn't like and let me know.

> 
> 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.

The library needs better error handling then just hanging, that's for
sure; I wonder who did it;-).

> 
> Can someone suggest how I might format user/password to get FTP working?
> 
> (BTW, I'm using the build of libURL that ships in the latest download from
> Metacard.com.)
> 
> Thanks & Regards,
> 
> Scott Rossi
> Creative Director
> 
> Tactile Media, Multimedia & Design
> Email: [EMAIL PROTECTED]
> Web: www.tactilemedia.com
> 
> 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.

-- 
Regards, Andu
_______________
[EMAIL PROTECTED]

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