Any way to make python os.system module code universally work ?
For example:
Below is easy but it is not universal means works if you run in linux dosent work if you run in windows. tell me if you know to make below universal i.e across all O.S platforms.
import os
os.system("sshpass -p 'your password' scp /opt/pysftp_server.txt root@172.19.113.87:/home")