ssh_login.add_folder_and_file_at_location(
"folder_name_adding",
"location/placing/created/folder",
"file_name.txt",
"this is the text that will be added to file_name.txt")
delete folder from server
ssh_login.delete_folder("/folder/to/delete")
future upgrades
look into channel = p_connect.invoke_shell() so we can have interactive console with multiple intences and can jus do a bunch of stuff on a bunch of different servers in a certain order, keep in mind thats interactive shell so big change potential prolly need exact use cases see: https://www.youtube.com/watch?v=lLKdxIu3-A4