index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
demos
/
demo_sftp.py
Age
Commit message (
Collapse
)
Author
2013-11-19
Remove `from __future__ import with_statement`
Scott Maxwell
2013-11-19
Use 'with' for opening most file and SFTPFIle objects
Scott Maxwell
2013-11-19
Use 'with' for opening most file and SFTPFIle objects
Scott Maxwell
2013-11-19
Change all exceptions to modern format (not Py2.5 compatible)
Scott Maxwell
2013-11-02
Fix some deprecation and resource warnings
Scott Maxwell
2013-10-31
Fix demos
Scott Maxwell
2013-09-27
Fixed a typo in the license header of most files
Jeff Forcier
Conflicts: paramiko/proxy.py
2009-07-19
fix my email address to be the current one.
Robey Pointer
2008-02-17
[project @ robey@lag.net-20080218003236-d2zgw43ys7xrccdx]
Robey Pointer
explain why we check ~/ssh/ in the demos
2007-02-13
[project @ robey@lag.net-20070213192109-axy7gl61x7w0cpbp]
Robey Pointer
add get/put to the sftp demo
2007-02-13
[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]
Robey Pointer
bump copyright year to 2007
2006-02-27
[project @ robey@lag.net-20060228030048-ca579e8c53c9c4b7]
Robey Pointer
this demo doesn't need to import interactive
2006-01-27
[project @ robey@master-shake.local-20060127181925-3e7e5133b20d2f5b]
Robey Pointer
add a demo for sftp