cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: FTPS upload problem

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 23 Apr 2009 23:25:07 +0200 (CEST)

On Thu, 23 Apr 2009, Hays, Randy L. wrote:

> I'm trying to use curl to FTPS files to a specific vendor. We used the Glub
> tool in the past when we were on Solaris. This tool doesn't work on IBM so
> we are trying to get curl to work. I'm able to list files and download
> fine. Upload does not work. Below is the trace. Any suggests to get this
> working? I saw some other posts that were similar but no solution. We are
> using version 7.19.4.

Downloads and uploads use the same concept for connecting the data connection
so this difference really is strange.

> curl 7.19.4 (powerpc-ibm-aix5.3.0.0) libcurl/7.19.4 OpenSSL/0.9.7d

This OpenSSL version is really old so you may have better luck with a modern
version...

> == Info: SSL re-using session ID

Tried disabling session id? --no-sessionid.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-04-23