[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Server-side functions?
[Thread Prev] | [Thread Next]
- Subject: Server-side functions?
- From: Martin Galvan <omgalvan.86@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 22 Jun 2018 12:04:37 -0300
- To: libssh@xxxxxxxxxx
Hi all, Since there's no documentation on how to write server code using libssh, could anyone point me in the right direction? My server should be rather simple: it has to accept an incoming SCP transfer through a non-standard port (i.e. something other than 22) from a known IP address. I'm guessing ssh_scp_pull_request should do the trick here, but I wonder if there's anything else I should do. How would authentication work when I'm at the server side?
Re: Server-side functions? | g4-lisz@xxxxxxxxxxxx |