How can i send file csv from raspberry to my laptop with internet

how can i send file csv from raspberry to my laptop with internet

raspberry and laptop use deferent router

the easiest way is using the program winSCP

Did you give up on email then?

A possible alternative approach is to send the file contents over MQTT.

1 Like

Could you explain whether you are trying to do this manually or need to create an automated process?

i need to send file data in form csv every 6hours to cloud or to pc via any protocol like sftp

There are so many possible ways. I think you need to show us what you have tried and any problems you have encountered.

Other options:

  • Configure SAMBA on the Pi and access as a shared drive.
  • Create a process on the PC to grab the file from the Pi on a schedule over SCP or SFTP.

Another option is email.

have a look at :sftp

Another option could be to use Telegram.
It has an API and is capable of sending/receiving many file-types including CSV (as a buffer object).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.