cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: connects but then nothing

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 5 Oct 2006 14:32:54 -0700

On Thu, Oct 05, 2006 at 05:12:28PM -0400, Dorr, Brad wrote:
> I am trying to send a file using SSL. It will connect but then does nothing. Can someone help give me direction?
>
> Below is the command I run and the output from it. I have verbose turned on and show errors. I actually need to send a file but for now I would just like to use the -l option and get back a list of files on their server so I know it works. But it won't return anything, it just sits there after the connect.
>
> curl --ftp-ssl -Slvu ????:????? ftp.initiatesystems.com:990

--ftp-ssl and operation on port 990 are almost always mutually exclusive.
In this case, try without the --ftp-ssl but prefixing the host name with
ftps://

>>> Dan

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