Data transfer from/to Vera

ftpput can be used to upload files from Vera to a ftp server.

Which options are available for the opposite direction? Is there a simple way to transfer files to Vera (besides setting up a web server and using wget …)?

If you’ve enabled [tt]ssh[/tt] for remote login to Vera, try using [tt]scp[/tt] to copy files into Vera. It works for me from Mac-to-Vera and there are Windows based [tt]scp[/tt] tools that I use for work for Windows-to-Linux.

With the cmdline interface, initiating this from a Mac is something like:

scp foo.txt root@192.168.1.80:/etc/cmh/foo.txt

It’ll prompt for Vera’s [root] password, unless you establish Security keys (“trust” certificates) at both ends, which is complex.

I use WinSCP.

Thanks for the pointers!

Yeap, that’s the one we use for Windows @work. Basically the “putty” tools and WinSCP.