Package paramiko :: Module sftp_client
[show private | hide private]
[frames | no frames]

Module paramiko.sftp_client

Client-mode SFTP support.
Function Summary
  _to_unicode(s)
decode a string as ascii or utf8 if possible (as required by the sftp protocol).

Function Details

_to_unicode(s)

decode a string as ascii or utf8 if possible (as required by the sftp protocol). if neither works, just return a byte string because the server probably doesn't know the filename's encoding.

Generated by Epydoc 2.1 on Wed Aug 16 14:35:04 2006 http://epydoc.sf.net