From f7b892905c62b94a6e54d115ee2d6d32d66af013 Mon Sep 17 00:00:00 2001
From: "Jeremy T. Bouse" Inherited from
@@ -687,7 +690,8 @@ object --+
SFTP doesn't really have the concept of a current working directory, this
is emulated by paramiko. Once you use this method to set a working
directory, all operations on this SFTPClient object will be relative to
- that path.object
:
__delattr__
,
+ __format__
,
__getattribute__
,
__hash__
,
__new__
,
@@ -570,7 +571,9 @@ object --+
__reduce_ex__
,
__repr__
,
__setattr__
,
- __str__
+ __sizeof__
,
+ __str__
,
+ __subclasshook__
None
to stop using a current
+ working directory.