pysftp Documentation - Read the Docs
media.readthedocs.org › pdf › pysftp4.1.7 pysftp.Connection.put_d() The opposite of get_d(), put_d allows you to copy the contents of a local directory to a remote one via SFTP. # copy files from images, to remote static/images directory, preserving modification time sftp.put_d('images','static/images', preserve_mtime=True) 4.1.8 pysftp.Connection.put_r()
pysftp - PyPI
pypi.org › project › pysftpJul 05, 2016 · created .put_d to put the contents of a local directory to a remote one created a context manager chdir method, pysftp.Connection.cd created .put_r to recursively put the contents of a local directory to a remote one fixed a bug with .st_mode_to_int on py3 (#52) .listdir_attr now returns a sorted list, sorted on filename
pysftp - PyPI
https://pypi.org/project/pysftp05.07.2016 · created .put_d to put the contents of a local directory to a remote one created a context manager chdir method, pysftp.Connection.cd created .put_r to recursively put the contents of a local directory to a remote one fixed a bug with .st_mode_to_int on py3 (#52) .listdir_attr now returns a sorted list, sorted on filename
pysftp Documentation - Read the Docs
readthedocs.org › projects › pysftppysftp.Connection.put_d() The opposite of get_d(), put_d allows you to copy the contents of a local directory to a remote one via SFTP. # copy files from images, to remote static/images directory, preserving modification ˓→time sftp.put_d('images','static/images', preserve_mtime=True) pysftp.Connection.put_r()