1

I want to sent files over a private network from Ubuntu 16.04 to a windows box.(Its an IOT box) I am able to scp into other linux devices but how do I send files to windows? I want to do this via terminal? As I am building a console application. I want to do this entirely from the Ubuntu ask the windows box is remote. Thanks.

Sam
  • 13

1 Answers1

0

If the windows disk is mounted in Nautilus, it probably have the path at /run/gvfs/user/1000/ etc., and using such path should work. If my path is wrong, is something similar, Google for the right one.

Maybe need to install DEB package Samba server/client and also verify setup at app "personal file sharing".

joao
  • 51