[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Function question
[Thread Prev] | [Thread Next]
- Subject: Re: Function question
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 11 Aug 2021 09:27:14 +0200
- To: libssh@xxxxxxxxxx
On Wednesday, August 11, 2021 7:52:09 AM CEST Schuler Jeremy wrote: > Dear Mr/Mrs > > I started a project with your library. I am now available to connect with > SSH to Wifi. Now I would like to send data from Server to client and from > client to server how can I do this? Once you decided what kind of channel you want you use ssh_channel_write() https://api.libssh.org/stable/ group__libssh__channel.html#ga5d658df773ba854b35ff9f905341e2fb See also the examples/ directory in the source code. Cheers Andreas -- Andreas Schneider asn@xxxxxxxxxxxxxx GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
Function question | Schuler Jeremy <j.schuler@xxxxxxxxxxxx> |