Topic: freeRTOS SFTP server

Hi.
Is there any example of a SFTP server running on freeRTOS+TCP? I have to point that I'm not using POSIX API of freeRTOS, so I can not use examples on wolfSSH Git because of their dependencies on lots of POSIX libraries.

Thanks in advance.

Share

Re: freeRTOS SFTP server

Hi rr9mvp,

While we have not ported wolfSSH/SFTP to FreeRTOS without POSIX, we have ported wolfSSH/SFTP to various platforms which you can find here:
https://github.com/wolfSSL/wolfssh/blob … ssh/port.h
https://github.com/wolfSSL/wolfssh/blob … src/port.c

If you are interested in having us help you port to your platform, please contact us at facts@wolfssl.com

Thanks,
Kareem

Share

Re: freeRTOS SFTP server

Hi Kareem
Thanks for your reply. If it is not ported SFTP protocol, maybe it would works for me if SCP is ported to freeRTOS. Is it ported to freeRTOS?

Thanks in advance.

Share

Re: freeRTOS SFTP server

Hi rr9mvp,

Unfortunately no, our SCP implementation is part of wolfSSH just like our SFTP, and they're all on the same platforms which does not currently include FreeRTOS without a POSIX API.

Thanks,
Kareem

Share