65
65
register_urlparse_netloc_protocol('sftp')
68
86
# don't use prefetch unless paramiko version >= 1.5.2 (there were bugs earlier)
69
87
_default_do_prefetch = False
70
88
if getattr(paramiko, '__version_info__', (0, 0, 0)) >= (1, 5, 5):
71
89
_default_do_prefetch = True
82
94
"""Find out what version of SSH is on the system."""