buvt Required software discussion

buvt Required software discussion

Using ssh to run commands with special characters causes problems
Using tools like mv, mkdir, rm etc. usually there are no problems with special characters (of files/folders) as these characters are escaped correctly by the node.js APIs.
However when one ads ssh [host] in front of these commands, then the special characters causes problems.
So a python script on the remote side is used instead.

More reasons for using python for API calls