pysftp - PyPI
https://pypi.org/project/pysftp05.07.2016 · .listdir_attr now returns a sorted list, sorted on filename; created pysftp.cd with-context version of os.chdir for local directories; created docs, cookbook to show off some of the notable features of pysftp; 0.2.7 (released 2014-05-24) created pysftp.Connection.walktree, recursively walk, depth
Cook Book — pysftp 0.2.8 documentation
pysftp.readthedocs.io › en › release_0pysftp.Connection.chown() ¶ pysftp’s method allows you to specify just, gid or the uid or both. If either gid or uid is None (default), then pysftp does a stat to get the current ids and uses that to fill in the missing parameter because the underlying paramiko method requires that you explicitly set both.
pysftp - PyPI
pypi.org › project › pysftpJul 05, 2016 · .listdir_attr now returns a sorted list, sorted on filename created pysftp.cd with-context version of os.chdir for local directories created docs, cookbook to show off some of the notable features of pysftp 0.2.7 (released 2014-05-24) created pysftp.Connection.walktree, recursively walk, depth first, a remote directory structure.
API — pysftp 0.2.9 documentation - Read the Docs
pysftp.readthedocs.io › en › release_0listdir(remotepath='.') ¶ return a list of files/directories for the given remote path. Unlike, paramiko, the directory listing is sorted. listdir_attr(remotepath='.') ¶ return a list of SFTPAttribute objects of the files/directories for the given remote path. The list is in arbitrary order. It does not include the special entries ‘.’ and ‘..’.