This is a really great library. Thanks for your work maintaining this!
I'd like to see a method of setting permissions for files once they've been transferred. There seems to be some work within the putfo method, but it would be great if I could set a flag within my scp class instance or when calling the put method (e.g. scp.put(file1, server/path/to/file1_copy, mode='0644')).
This is a really great library. Thanks for your work maintaining this!
I'd like to see a method of setting permissions for files once they've been transferred. There seems to be some work within the
putfomethod, but it would be great if I could set a flag within myscpclass instance or when calling theputmethod (e.g.scp.put(file1, server/path/to/file1_copy, mode='0644')).