| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: Curl Newbie question
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 11 Dec 2006 23:24:13 +0100 (CET)
On Mon, 11 Dec 2006, David Cook wrote:
> I am trying to connect to a secure ftp ip
I hope "secure ftp ip" means FTP SSL? And even if it does, it can be either
curl --ftp-ssl ftp://host/
or
curl ftps://host/
If it means SFTP, you'll need to build curl from CVS since it is still very
> using pasv
You don't login using pasv. PASV is used to setup the data transfer
> log in and then send/receive files.
curl is designed to send/receive one file per URL, but you can specify any
> I have tried a few things from the command line to no avail.
I'm sure we can give better help and advice if you show us what you've tried
> It is my understanding that curl is not interactive so I'm not sure where to
> 3. Send all files from a specific unix directory on my system to a location
curl doesn't have any feature that "send all" or similar. You'll have to write
> 4. Receive all files into a specific unix directory on my system from a
Similarly, curl doesn't "Receive all" either but you'd need to first list the
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2006-12-11 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info