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

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

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?

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

Reply via email to