cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: FTPS connection

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 8 Sep 2006 10:12:28 -0700

On Thu, Sep 07, 2006 at 11:11:07PM -0700, Rajesh Khatri wrote:
> Hi,
>
> I have installed curl and am trying to upload file to
> a ftps server. but i am not able to upload. please see
> the command below :--
>
> -------------------------------------------------
> D:\gates\curl-7.15.4-win32-ssl-sspi\curl-7.15.4>curl
> -T manual.txt -u infgacoi:aaa -SSLv2
> ftps://ftps01.oracle.com:21

Your Core FTP example shows it doing the equivalent of curl's --ftp-ssl.
Try this instead:

curl -T manual.txt -u infgacoi:aaa --ftp-ssl ftp://ftps01.oracle.com

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2006-09-08