Pysftp Documentation - Read the Docs

pysftp Documentation

Release 0.2.7 Jeff Hinrichs

May 24, 2014

Contents

1 Example

3

2 Supports

5

3 Additional Information

7

4 requirements

9

4.1 pysftp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

4.2 Change Log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17

4.3 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19

4.4 Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20

5 Indices and tables

21

Python Module Index

23

i

ii

A simple interface to sftp. based on zeth's ssh.py

pysftp Documentation, Release 0.2.7

Contents

1

pysftp Documentation, Release 0.2.7

2

Contents

import pysftp with pysftp.Connection('my.example.server') as sftp:

sftp.put('/my/local/filename', '/my/remote/filename') sftp.get('the-file.txt')

CHAPTER 1 Example

3

pysftp Documentation, Release 0.2.7

4

Chapter 1. Example

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download