David Bovill wrote:
> 
> Looks like:
> 
> > put url "user:password@ftp://ftp.metacard.com/"; with authentication
> 
> Should be:
> put url "ftp://user:[EMAIL PROTECTED]/";
>      

True, sorry for the confision.

> 
> However I can't quite get it to work yet... not sure which paths to use
> (think it should be the full path from HOME) - keep getting the anonymous
> FTP directory?

If I do:
put url "ftp://user:[EMAIL PROTECTED]/"; I log in as user at the root
of my $HOME which is probably something like /home/users/user_name/.

> 
> > From: Andu <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: Re: FTP in 2.4
> >
> >>
> >> Anyone know how to use LibURL to ftp? Any help text on this?
> >
> > put url "ftp://ftp.metacard.com/"; with "/", returns the directory
> > put url "user:password@ftp://ftp.metacard.com/"; with authentication
> > put url "ftp://ftp.metacard.com/MetaCard/linux.tgz"; returns file
> > put <data> into url Y uploads files
> > set ftpActive() for active (as opposed to passive) transfers
> >
> > ...and make sure you report any bugs.
> >

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