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.
Asked
Active
Viewed 327 times
1
-
Reading "windows box" I assume you are in some kind of virtual environment? Could you add it to the description and the title so people know what it is about? – derHugo Jun 29 '17 at 16:02
-
Its not a virtual environment. It is an iot box – Sam Jun 29 '17 at 19:41
-
@mikewhatever: Could you please explain how that would enable OP to copy files from a local Ubuntu machine to a remote Windows machine. – David Foerster Jun 30 '17 at 06:26
1 Answers
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