V
V
v0lume2015-05-07 00:36:18
C++ / C#
v0lume, 2015-05-07 00:36:18

C++ SFTP client/server how to implement?

Greetings!
It is necessary to implement secure ftp client and server under windows 7 in c++.
Googling, I went to WinINet, but as I understand it, I won’t do sftp
through it. What else can sftp be implemented through? It is desirable, of course, by means of win or

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rsa97, 2015-05-07
@Rsa97

Through ProFTPD will not suit? Or do you need to build your own bike? Then take the description of the standard and forward. Sockets are available through WinInet, they are enough to implement SFTP.

A
AxisPod, 2015-05-07
@AxisPod

Maybe take libssh2 and not soar the brain? There is an implementation of the SFTP client.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question