I have an embedded environment with a limited amount of storage available. I want to run an SFTP server in this environment and the Linux version I'm using does not contain one.
Does anyone know of a set of c-libraries for a Linux SFTP server that is lightweight? (ie. the binary is small in size, much less than 1MB)
NOTE: The libraries would need to be cross-compileable.