/usr/share/doc/python-libssh2/html/api-objects.txt is in python-libssh2 1.0.0-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | libssh2 libssh2-module.html
libssh2.LIBSSH2_TRACE_SCP libssh2-module.html#LIBSSH2_TRACE_SCP
libssh2.LIBSSH2_TRACE_SFTP libssh2-module.html#LIBSSH2_TRACE_SFTP
libssh2.LIBSSH2_TRACE_KEX libssh2-module.html#LIBSSH2_TRACE_KEX
libssh2.LIBSSH2_TRACE_TRANS libssh2-module.html#LIBSSH2_TRACE_TRANS
libssh2.LIBSSH2_TRACE_AUTH libssh2-module.html#LIBSSH2_TRACE_AUTH
libssh2.LIBSSH2_TRACE_PUBLICKEY libssh2-module.html#LIBSSH2_TRACE_PUBLICKEY
libssh2.LIBSSH2_TRACE_SOCKET libssh2-module.html#LIBSSH2_TRACE_SOCKET
libssh2.LIBSSH2_TRACE_CONN libssh2-module.html#LIBSSH2_TRACE_CONN
libssh2.LIBSSH2_CALLBACK_X11 libssh2-module.html#LIBSSH2_CALLBACK_X11
libssh2.__doc__ libssh2-module.html#__doc__
libssh2.LIBSSH2_TRACE_ERROR libssh2-module.html#LIBSSH2_TRACE_ERROR
libssh2.channel libssh2.channel-module.html
libssh2.session libssh2.session-module.html
libssh2.sftp libssh2.sftp-module.html
libssh2.version libssh2.version-module.html
libssh2.version.__authoremail__ libssh2.version-module.html#__authoremail__
libssh2.version.__url__ libssh2.version-module.html#__url__
libssh2.version.__version_info__ libssh2.version-module.html#__version_info__
libssh2.version.__doc__ libssh2.version-module.html#__doc__
libssh2.channel.Channel libssh2.channel.Channel-class.html
libssh2.channel.Channel.exit_status libssh2.channel.Channel-class.html#exit_status
libssh2.channel.Channel.pty libssh2.channel.Channel-class.html#pty
libssh2.channel.Channel.flush libssh2.channel.Channel-class.html#flush
libssh2.channel.Channel.close libssh2.channel.Channel-class.html#close
libssh2.channel.Channel.send_eof libssh2.channel.Channel-class.html#send_eof
libssh2.channel.Channel.poll libssh2.channel.Channel-class.html#poll
libssh2.channel.Channel.__init__ libssh2.channel.Channel-class.html#__init__
libssh2.channel.Channel.x11_req libssh2.channel.Channel-class.html#x11_req
libssh2.channel.Channel.write libssh2.channel.Channel-class.html#write
libssh2.channel.Channel.poll_read libssh2.channel.Channel-class.html#poll_read
libssh2.channel.Channel.setenv libssh2.channel.Channel-class.html#setenv
libssh2.channel.Channel.shell libssh2.channel.Channel-class.html#shell
libssh2.channel.Channel.read libssh2.channel.Channel-class.html#read
libssh2.channel.Channel.setblocking libssh2.channel.Channel-class.html#setblocking
libssh2.channel.Channel.execute libssh2.channel.Channel-class.html#execute
libssh2.channel.Channel.eof libssh2.channel.Channel-class.html#eof
libssh2.channel.Channel.pty_resize libssh2.channel.Channel-class.html#pty_resize
libssh2.channel.Channel.window_read libssh2.channel.Channel-class.html#window_read
libssh2.channel.ChannelException libssh2.channel.ChannelException-class.html
libssh2.session.Session libssh2.session.Session-class.html
libssh2.session.Session.callback_set libssh2.session.Session-class.html#callback_set
libssh2.session.Session.direct_tcpip libssh2.session.Session-class.html#direct_tcpip
libssh2.session.Session.last_error libssh2.session.Session-class.html#last_error
libssh2.session.Session.set_trace libssh2.session.Session-class.html#set_trace
libssh2.session.Session.startup libssh2.session.Session-class.html#startup
libssh2.session.Session.hostkey_hash libssh2.session.Session-class.html#hostkey_hash
libssh2.session.Session.open_session libssh2.session.Session-class.html#open_session
libssh2.session.Session.close libssh2.session.Session-class.html#close
libssh2.session.Session.sftp_init libssh2.session.Session-class.html#sftp_init
libssh2.session.Session.userauth_list libssh2.session.Session-class.html#userauth_list
libssh2.session.Session.__init__ libssh2.session.Session-class.html#__init__
libssh2.session.Session.userauth_password libssh2.session.Session-class.html#userauth_password
libssh2.session.Session.session_method_pref libssh2.session.Session-class.html#session_method_pref
libssh2.session.Session.forward_listen libssh2.session.Session-class.html#forward_listen
libssh2.session.Session.userauth_publickey_fromfile libssh2.session.Session-class.html#userauth_publickey_fromfile
libssh2.session.Session.userauth_authenticated libssh2.session.Session-class.html#userauth_authenticated
libssh2.session.Session.scp_send libssh2.session.Session-class.html#scp_send
libssh2.session.Session.scp_recv libssh2.session.Session-class.html#scp_recv
libssh2.session.Session.set_banner libssh2.session.Session-class.html#set_banner
libssh2.session.Session.session_methods libssh2.session.Session-class.html#session_methods
libssh2.session.SessionException libssh2.session.SessionException-class.html
libssh2.sftp.Sftp libssh2.sftp.Sftp-class.html
libssh2.sftp.Sftp.rename libssh2.sftp.Sftp-class.html#rename
libssh2.sftp.Sftp.setstat libssh2.sftp.Sftp-class.html#setstat
libssh2.sftp.Sftp.readdir libssh2.sftp.Sftp-class.html#readdir
libssh2.sftp.Sftp.shutdown libssh2.sftp.Sftp-class.html#shutdown
libssh2.sftp.Sftp.close libssh2.sftp.Sftp-class.html#close
libssh2.sftp.Sftp.seek libssh2.sftp.Sftp-class.html#seek
libssh2.sftp.Sftp.__init__ libssh2.sftp.Sftp-class.html#__init__
libssh2.sftp.Sftp.open libssh2.sftp.Sftp-class.html#open
libssh2.sftp.Sftp.mkdir libssh2.sftp.Sftp-class.html#mkdir
libssh2.sftp.Sftp.write libssh2.sftp.Sftp-class.html#write
libssh2.sftp.Sftp.rmdir libssh2.sftp.Sftp-class.html#rmdir
libssh2.sftp.Sftp.tell libssh2.sftp.Sftp-class.html#tell
libssh2.sftp.Sftp.realpath libssh2.sftp.Sftp-class.html#realpath
libssh2.sftp.Sftp.listdir libssh2.sftp.Sftp-class.html#listdir
libssh2.sftp.Sftp.read libssh2.sftp.Sftp-class.html#read
libssh2.sftp.Sftp.symlink libssh2.sftp.Sftp-class.html#symlink
libssh2.sftp.Sftp.unlink libssh2.sftp.Sftp-class.html#unlink
libssh2.sftp.Sftp.getstat libssh2.sftp.Sftp-class.html#getstat
libssh2.sftp.Sftp.opendir libssh2.sftp.Sftp-class.html#opendir
libssh2.sftp.SftpException libssh2.sftp.SftpException-class.html
|