This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 AT commands for SFTP - looking for example code

We are porting to an nRF9160 dev kit with LTE-M our existing ethernet device which sends data to Amazon Web Services (AWS) using sftp from a Python script. We would like to find an example or link to Git code to speed this development effort up, not using Python but preferably AT commands which can be embedded in c code or sent from the on-board nRF52840 to the nRF9160 via the serial port.
Would Nordic any anyone else kindly provide us with some assistance? I don't see specific sftp examples anywhere for this cellular modem, though I see the SFTP listed in one of the enum definitions.
Segger Embedded Studio v4.14, off-the-shelf nRF9160 DK

Parents Reply
  • Good suggestion, thanks. I'd already looked at the nRF52 trees on Rallare but when I saw no changes on diff'ing with 15.2.0 I didn't look further. We will try with some sftp c code we have and see how it goes; will post results.

    The incoming BLE data for transfer will be both stored in the Flash and sent over LTE-M, but the application can run on the nRF91 .. one hopes that will be more power-efficient.

Children
Related