17
17
"""Implementation of Transport over SFTP, using paramiko."""
21
19
# TODO: Remove the transport-based lock_read and lock_write methods. They'll
22
20
# then raise TransportNotPossible, which will break remote access to any
23
21
# formats which rely on OS-level locks. That should be fine as those formats