From f7b892905c62b94a6e54d115ee2d6d32d66af013 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:25:55 -0500 Subject: Imported Upstream version 1.7.6 Closes: #543784 --- docs/paramiko.SFTPClient-class.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/paramiko.SFTPClient-class.html') diff --git a/docs/paramiko.SFTPClient-class.html b/docs/paramiko.SFTPClient-class.html index 41043ac..9e49cc3 100644 --- a/docs/paramiko.SFTPClient-class.html +++ b/docs/paramiko.SFTPClient-class.html @@ -563,6 +563,7 @@ object --+

Inherited from object: __delattr__, + __format__, __getattribute__, __hash__, __new__, @@ -570,7 +571,9 @@ object --+ __reduce_ex__, __repr__, __setattr__, - __str__ + __sizeof__, + __str__, + __subclasshook__

@@ -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.

+ that path. You can pass in None to stop using a current + working directory.

Parameters:
    @@ -1506,7 +1510,7 @@ object --+