[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Implement SCP server
[Thread Prev] | [Thread Next]
- Subject: Re: Implement SCP server
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 28 Jun 2019 07:20:50 +0200
- To: libssh@xxxxxxxxxx
- Cc: Alberto Garcia <agarciaillera@xxxxxxxxx>
On Friday, June 28, 2019 1:47:29 AM CEST Alberto Garcia wrote: > Hi, > > I have a working SSH server created using libssh. I would like to know how > can I implement scp capabilities into it so it can be used to copy file > from/to it. > > I've seen documentation about using libssh as a client but nothing > regarding a server. Don't use scp, use sftp. scp is just horrible. Andreas -- Andreas Schneider asn@xxxxxxxxxxxxxx GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
Re: Implement SCP server | Alberto Garcia <agarciaillera@xxxxxxxxx> |
Re: Implement SCP server | Jakub Jelen <jjelen@xxxxxxxxxx> |
Implement SCP server | Alberto Garcia <agarciaillera@xxxxxxxxx> |