How to creare a new file on remote machine using python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to creare a new file on remote machine using python

hi all, I have to create a new file on remote server linux using Python..can you help how to create ???

2nd Jun 2017, 1:31 PM
Anurag Sharma
Anurag Sharma - avatar
1 Answer
+ 1
open.x in the remote location if python exist on remote system. Or just scp an existing file from your computer to the remote in a bash script. I'm not knowing how, but this is idea's I hope.
16th Jun 2017, 6:02 PM
Baard Helmen
Baard Helmen - avatar