python_sftp_client

Python module for SFTP Client


Keywords
python, django, sftp, ftp
License
BSD-3-Clause
Install
pip install python_sftp_client==0.2

Documentation

Python SFTP Client by Yogesh Dwivedi (cisin.com)

Contributions are strongly appreciated. Seriously, give github a try, fork and get started :)

Demo & About

Python SFTP Client enables operate SFTP remote server. copy files from remote to local path. get remote file information. manage remote files

Updates and tutorials can be found on

Features

  • Get file from remote server to local machine.
  • Put files from local to remote server
  • Open files.
  • Get file info
  • Create directory to remote machine.
  • Remove directory to remote machine.
  • file listings & permission.

Documentation

Basics