I have 2 raspberry and a windows computer that has an apache server. I want to run a script that is on the server from those 2 raspberry.
I type in the command line:
sudo python3 192.168.0.8//teste/teste.py
but the following message comes up:
python3: can not open file '192.168.0.8 /teste/teste.py': [Errno 2] No such file or directory
What am I doing wrong? How to call execute a script that is on a server?