Archive Index
This month's Index
|
Subject: Re: Port to VMS; how to get changes into the main code stream?
Re: Port to VMS; how to get changes into the main code stream?
From: Peter Stuge <peter_at_stuge.se>
Date: Sat, 6 Mar 2010 03:34:39 +0100
Jose Baars wrote:
Sounds great!
> - Are the _libssh2_xxxx routines (the ones starting with underscore)
Yes. Strictly for internal use.
Everything that should be in the public API is in the public include
Everything outside those headers is off limits for applications.
> If they are for internal use only, as I expect, I will not
Sounds good!
> - Will there be more functions defined in the libssh2 API?
Yes, new functions can and will be added.
> Will the parameters of functions be subject to change?
There are a number of incompatible API changes coming, but there is
The API changes remain unplanned because even though there is
> In other words: To what extent will libssh2 be upward compatible?
The API will change at some point, and backwards compatibility may
> SCP is ssh1 so I didn't test that extensively, but it worked.
SCP can run also on SSH 2, it's a separate program running on the
SFTP is only SSH 2 though.
> The only example failing is the sftp_rw_nonblock.c, but after
I have't looked now but I'm sure you are right. The examples are not
Thanks!
//Peter
|