summaryrefslogtreecommitdiffhomepage
path: root/demos/demo_sftp.py
AgeCommit message (Collapse)Author
2013-11-19Remove `from __future__ import with_statement`Scott Maxwell
2013-11-19Use 'with' for opening most file and SFTPFIle objectsScott Maxwell
2013-11-19Use 'with' for opening most file and SFTPFIle objectsScott Maxwell
2013-11-19Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell
2013-11-02Fix some deprecation and resource warningsScott Maxwell
2013-10-31Fix demosScott Maxwell
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
Conflicts: paramiko/proxy.py
2009-07-19fix 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