Remi Rampin
Remi Rampin
Can you post the full error please?
Looks like you don't have permission to go into that folder. I don't think there is a bug in scp.py.
What is the exact mode of the folder?
Does the mode on `/`, `/var`, or `/var/www` not include the `r` or `x` bit?
I think this could be added, if there is a need for it. It is not trivial though, because of the way the SCP protocol works: we request something (usually...
I don't think anybody expects this to happen. This library has nothing to do with TAR files.
I would rather raise an exception than do something completely different and unexpected.
Would wrapping the calls to `open()` in a member method help? That way you can override it in a subclass?
I'm surprised not to see backslashes in the list, is that correct?
Hi @madscientist, there are a few issues similar to this like #138. Can you check if #139 helps?