free sftp C library, Most Wanted ;-)

D

dan (dj74)

Hi,

I'm looking for free sftp C library (GPL, BSD or other free license)
which can be used in gcc for windows (mingw)

I must send file via sftp connection and need to make small exe file
without installing additional stuff (like openssh etc.)

(I've just made it in PHP and because PHP supports sftp it was very easy
- about 10 lines of code) is it possible to make the same in C (gcc on
windows)?

Daniel
 
M

Michel Bardiaux

dan said:
Hi,

I'm looking for free sftp C library (GPL, BSD or other free license)
which can be used in gcc for windows (mingw)

I must send file via sftp connection and need to make small exe file
without installing additional stuff (like openssh etc.)

(I've just made it in PHP and because PHP supports sftp it was very easy
- about 10 lines of code) is it possible to make the same in C (gcc on
windows)?

Daniel

Absolutely OT for c.l.c. To be helpful I tried to send you a private
e-mail but I get:

<[email protected]>: Name service error for
panie.co.mnie.pan.tu: Host
not found

Either use a visibly munged or visibly anonymous nym, or a *good* e-mail
address.

HaND,
 
C

Christian Staudenmayer

Hi,

I'm looking for free sftp C library (GPL, BSD or other free license)
which can be used in gcc for windows (mingw)

I must send file via sftp connection and need to make small exe file
without installing additional stuff (like openssh etc.)

(I've just made it in PHP and because PHP supports sftp it was very easy
- about 10 lines of code) is it possible to make the same in C (gcc on
windows)?

Daniel

You might want to read up on the difference between free software and open-source.

Greetings, Chris
 
D

dan (dj74)

Christian Staudenmayer wrote:
....
....
You might want to read up on the difference between free software and open-source.

I know the difference between GPL, BSD etc., however I'm still for sftp
C library ;-(

Daniel
 
R

Richard Tobin

You might want to read up on the difference between free software and
open-source.

I didn't see anything in his message implying that he was ignorant in
this respect.

-- Richard
 
C

Christian Staudenmayer

On 26 Nov 2004 14:45:03 GMT
I didn't see anything in his message implying that he was ignorant in
this respect.

-- Richard

I'm not sure on this one, but I think Free Software zealots wouldn't say the BSD license is a free one. Nevermind though. :)

Greetings, Chris
 
W

Wolfgang Riedel

dan (dj74) said:
Hi,

I'm looking for free sftp C library (GPL, BSD or other free license)
which can be used in gcc for windows (mingw)

I must send file via sftp connection and need to make small exe file
without installing additional stuff (like openssh etc.)

(I've just made it in PHP and because PHP supports sftp it was very easy
- about 10 lines of code) is it possible to make the same in C (gcc on
windows)?

Daniel

Hi,

ot here, but look at
http://www.openssh.com/
it contains sftp client/server moduls;
if their license (bsd) doesn't suit you, they list
alternatives.

hth,
Wolfgang
 
F

Flash Gordon

Richard Tobin wrote:
...
...
but what about my question? ;-)

Your question is Off Topic. If you implement such a library we will help
you with the C issues (but not the networking issues). This is NOT a
"source wanted" group, it is a group for discussing the C language and
helping with C language problems, but not extensions.
 
M

Michel Bardiaux

Wolfgang said:
Hi,

ot here, but look at
http://www.openssh.com/
it contains sftp client/server moduls;
if their license (bsd) doesn't suit you, they list
alternatives.

hth,
Wolfgang

Are you deliberately trying to mislead him? He said he wants a
*library*, you direct him to code that contains *applications*. There is
no *library* support for sftp there.
 
M

Michel Bardiaux

dan said:
Richard Tobin wrote:
...


...
but what about my question? ;-)

Daniel
One again:

Absolutely OT for c.l.c. To be helpful I tried to send you a private
e-mail but I get:

<[email protected]>: Name service error for
panie.co.mnie.pan.tu: Host
not found

Either use a visibly munged or visibly anonymous nym, or a *good* e-mail
address.

You are now *this* close to being plonked...
 
C

Chris Croughton

On 26 Nov 2004 14:45:03 GMT


I'm not sure on this one, but I think Free Software zealots wouldn't
say the BSD license is a free one. Nevermind though. :)

Some people say that the GPL isn't "free as in freedom", whereas the BSD
one is free. There are valid arguments for both ways round (but note
that RMS himself admits that the BSD licence is 'free', he disapproves
of it on other grounds).

Chris C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,218
Latest member
JolieDenha

Latest Threads

Top