How to creare a new file on remote machine using python | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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