Legato and SFTP

The app I am working on will require the ability to download large files (~ 2 meg) using SFTP. I know Legato supports libcurl, but does that support extend to SFTP? The WP76xx is simply being used as a “data mule” allowing connection to a remote server, handling the TCP overhead with the data being passed between the server and a local PIC32 which acts as a router/concentrator for custom devices.

Thanks!

Please refer to previous topic:

Hope it helps.

1 Like

nice write up however a curiousity has come to mind.
will this allow recursive downloads ? or multiple files, or will it need to loop ? as in scp -r * would work?