curl-users
RE: LibCurlNet: SSL23_GET_SERVER_HELLO error with secure ftp site
Date: Wed, 7 Dec 2005 12:32:57 -0800
Thanks for the lesson...yes, you're right!
Ok, now I see the picture.
This site supports several protocols:
FTPS
SFTP(SSH2)
HTTPS
I've tried it with three machines, two behind my corporate firewall, and one
on the outside (my home machine), using various client apps (just to confirm
whether I should be able to use libcurlnet or not).
>From home, I can use SFTP/SSH2 but not in corporate firewall.
>From inside the corporate firewall, the linux machine I was using was
running FTPS.
That leaves me with:
(a) Making a firewall change (since libcurlnet doesn't do SFTP)
(b) HTTPS
Does libcurlnet do https for file transfer?
-----Original Message-----
From: curl-users-bounces_at_cool.haxx.se
[mailto:curl-users-bounces_at_cool.haxx.se]
Sent: Wednesday, December 07, 2005 11:52 AM
To: 'the curl tool'
Subject: Re: LibCurlNet: SSL23_GET_SERVER_HELLO error with secure ftp site
On Wed, Dec 07, 2005 at 11:14:04AM -0800, Bailo, John wrote:
>
>
> I was able to connect to this site and upload a file using a program
called
> FtpBear that is part of my Suse Linux distro.
>
>
>
> When it connected I selected ftps and I think it set the port to 22.
Are you sure it wasn't sftp? That one runs on port 22.
> Do I need to set any other parameters?
sftp on port 22 is a completely different protocol from ftps on port 21.
sftp is based on ssh, and curl does not support it.
> >From what you've seen in the code, am I doing the equivalent of an ftps
(is
> that the same as SSL) on port 22?
>
>
>
> How do I set a port?
The port is set in the URL, following the host name and a colon.
>>> Dan
-- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved _____ << ella for Spam Control >> has removed 7106 Spam messages and set aside 908 Newsletters for me You can use it too - and it's FREE! www.ellaforspam.com <http://www.ellaforspam.com>Received on 2005-12-07