实例介绍
Linux下解压方法 tar xzvf filename
【实例截图】
【核心代码】
libssh2-1.8.0.tar
└── libssh2-1.8.0
├── acinclude.m4
├── aclocal.m4
├── buildconf
├── ChangeLog
├── cmake
│ ├── CheckFunctionExistsMayNeedLibrary.cmake
│ ├── CheckNonblockingSocketSupport.cmake
│ ├── CopyRuntimeDependencies.cmake
│ ├── FindLibgcrypt.cmake
│ ├── FindmbedTLS.cmake
│ ├── max_warnings.cmake
│ ├── SocketLibraries.cmake
│ └── Toolchain-Linux-32.cmake
├── CMakeLists.txt
├── compile
├── config.guess
├── config.rpath
├── config.sub
├── configure
├── configure.ac
├── COPYING
├── depcomp
├── docs
│ ├── AUTHORS
│ ├── BINDINGS
│ ├── CMakeLists.txt
│ ├── HACKING
│ ├── HACKING.CRYPTO
│ ├── INSTALL_AUTOTOOLS
│ ├── INSTALL_CMAKE
│ ├── libssh2_agent_connect.3
│ ├── libssh2_agent_disconnect.3
│ ├── libssh2_agent_free.3
│ ├── libssh2_agent_get_identity.3
│ ├── libssh2_agent_init.3
│ ├── libssh2_agent_list_identities.3
│ ├── libssh2_agent_userauth.3
│ ├── libssh2_banner_set.3
│ ├── libssh2_base64_decode.3
│ ├── libssh2_channel_close.3
│ ├── libssh2_channel_direct_tcpip.3
│ ├── libssh2_channel_direct_tcpip_ex.3
│ ├── libssh2_channel_eof.3
│ ├── libssh2_channel_exec.3
│ ├── libssh2_channel_flush.3
│ ├── libssh2_channel_flush_ex.3
│ ├── libssh2_channel_flush_stderr.3
│ ├── libssh2_channel_forward_accept.3
│ ├── libssh2_channel_forward_cancel.3
│ ├── libssh2_channel_forward_listen.3
│ ├── libssh2_channel_forward_listen_ex.3
│ ├── libssh2_channel_free.3
│ ├── libssh2_channel_get_exit_signal.3
│ ├── libssh2_channel_get_exit_status.3
│ ├── libssh2_channel_handle_extended_data2.3
│ ├── libssh2_channel_handle_extended_data.3
│ ├── libssh2_channel_ignore_extended_data.3
│ ├── libssh2_channel_open_ex.3
│ ├── libssh2_channel_open_session.3
│ ├── libssh2_channel_process_startup.3
│ ├── libssh2_channel_read.3
│ ├── libssh2_channel_read_ex.3
│ ├── libssh2_channel_read_stderr.3
│ ├── libssh2_channel_receive_window_adjust2.3
│ ├── libssh2_channel_receive_window_adjust.3
│ ├── libssh2_channel_request_pty.3
│ ├── libssh2_channel_request_pty_ex.3
│ ├── libssh2_channel_request_pty_size.3
│ ├── libssh2_channel_request_pty_size_ex.3
│ ├── libssh2_channel_send_eof.3
│ ├── libssh2_channel_set_blocking.3
│ ├── libssh2_channel_setenv.3
│ ├── libssh2_channel_setenv_ex.3
│ ├── libssh2_channel_shell.3
│ ├── libssh2_channel_subsystem.3
│ ├── libssh2_channel_wait_closed.3
│ ├── libssh2_channel_wait_eof.3
│ ├── libssh2_channel_window_read.3
│ ├── libssh2_channel_window_read_ex.3
│ ├── libssh2_channel_window_write.3
│ ├── libssh2_channel_window_write_ex.3
│ ├── libssh2_channel_write.3
│ ├── libssh2_channel_write_ex.3
│ ├── libssh2_channel_write_stderr.3
│ ├── libssh2_channel_x11_req.3
│ ├── libssh2_channel_x11_req_ex.3
│ ├── libssh2_exit.3
│ ├── libssh2_free.3
│ ├── libssh2_hostkey_hash.3
│ ├── libssh2_init.3
│ ├── libssh2_keepalive_config.3
│ ├── libssh2_keepalive_send.3
│ ├── libssh2_knownhost_add.3
│ ├── libssh2_knownhost_addc.3
│ ├── libssh2_knownhost_check.3
│ ├── libssh2_knownhost_checkp.3
│ ├── libssh2_knownhost_del.3
│ ├── libssh2_knownhost_free.3
│ ├── libssh2_knownhost_get.3
│ ├── libssh2_knownhost_init.3
│ ├── libssh2_knownhost_readfile.3
│ ├── libssh2_knownhost_readline.3
│ ├── libssh2_knownhost_writefile.3
│ ├── libssh2_knownhost_writeline.3
│ ├── libssh2_poll.3
│ ├── libssh2_poll_channel_read.3
│ ├── libssh2_publickey_add.3
│ ├── libssh2_publickey_add_ex.3
│ ├── libssh2_publickey_init.3
│ ├── libssh2_publickey_list_fetch.3
│ ├── libssh2_publickey_list_free.3
│ ├── libssh2_publickey_remove.3
│ ├── libssh2_publickey_remove_ex.3
│ ├── libssh2_publickey_shutdown.3
│ ├── libssh2_scp_recv2.3
│ ├── libssh2_scp_recv.3
│ ├── libssh2_scp_send.3
│ ├── libssh2_scp_send64.3
│ ├── libssh2_scp_send_ex.3
│ ├── libssh2_session_abstract.3
│ ├── libssh2_session_banner_get.3
│ ├── libssh2_session_banner_set.3
│ ├── libssh2_session_block_directions.3
│ ├── libssh2_session_callback_set.3
│ ├── libssh2_session_disconnect.3
│ ├── libssh2_session_disconnect_ex.3
│ ├── libssh2_session_flag.3
│ ├── libssh2_session_free.3
│ ├── libssh2_session_get_blocking.3
│ ├── libssh2_session_get_timeout.3
│ ├── libssh2_session_handshake.3
│ ├── libssh2_session_hostkey.3
│ ├── libssh2_session_init.3
│ ├── libssh2_session_init_ex.3
│ ├── libssh2_session_last_errno.3
│ ├── libssh2_session_last_error.3
│ ├── libssh2_session_method_pref.3
│ ├── libssh2_session_methods.3
│ ├── libssh2_session_set_blocking.3
│ ├── libssh2_session_set_last_error.3
│ ├── libssh2_session_set_timeout.3
│ ├── libssh2_session_startup.3
│ ├── libssh2_session_supported_algs.3
│ ├── libssh2_sftp_close.3
│ ├── libssh2_sftp_closedir.3
│ ├── libssh2_sftp_close_handle.3
│ ├── libssh2_sftp_fsetstat.3
│ ├── libssh2_sftp_fstat.3
│ ├── libssh2_sftp_fstat_ex.3
│ ├── libssh2_sftp_fstatvfs.3
│ ├── libssh2_sftp_fsync.3
│ ├── libssh2_sftp_get_channel.3
│ ├── libssh2_sftp_init.3
│ ├── libssh2_sftp_last_error.3
│ ├── libssh2_sftp_lstat.3
│ ├── libssh2_sftp_mkdir.3
│ ├── libssh2_sftp_mkdir_ex.3
│ ├── libssh2_sftp_open.3
│ ├── libssh2_sftp_opendir.3
│ ├── libssh2_sftp_open_ex.3
│ ├── libssh2_sftp_read.3
│ ├── libssh2_sftp_readdir.3
│ ├── libssh2_sftp_readdir_ex.3
│ ├── libssh2_sftp_readlink.3
│ ├── libssh2_sftp_realpath.3
│ ├── libssh2_sftp_rename.3
│ ├── libssh2_sftp_rename_ex.3
│ ├── libssh2_sftp_rewind.3
│ ├── libssh2_sftp_rmdir.3
│ ├── libssh2_sftp_rmdir_ex.3
│ ├── libssh2_sftp_seek.3
│ ├── libssh2_sftp_seek64.3
│ ├── libssh2_sftp_setstat.3
│ ├── libssh2_sftp_shutdown.3
│ ├── libssh2_sftp_stat.3
│ ├── libssh2_sftp_stat_ex.3
│ ├── libssh2_sftp_statvfs.3
│ ├── libssh2_sftp_symlink.3
│ ├── libssh2_sftp_symlink_ex.3
│ ├── libssh2_sftp_tell.3
│ ├── libssh2_sftp_tell64.3
│ ├── libssh2_sftp_unlink.3
│ ├── libssh2_sftp_unlink_ex.3
│ ├── libssh2_sftp_write.3
│ ├── libssh2_trace.3
│ ├── libssh2_trace_sethandler.3
│ ├── libssh2_userauth_authenticated.3
│ ├── libssh2_userauth_hostbased_fromfile.3
│ ├── libssh2_userauth_hostbased_fromfile_ex.3
│ ├── libssh2_userauth_keyboard_interactive.3
│ ├── libssh2_userauth_keyboard_interactive_ex.3
│ ├── libssh2_userauth_list.3
│ ├── libssh2_userauth_password.3
│ ├── libssh2_userauth_password_ex.3
│ ├── libssh2_userauth_publickey.3
│ ├── libssh2_userauth_publickey_fromfile.3
│ ├── libssh2_userauth_publickey_fromfile_ex.3
│ ├── libssh2_userauth_publickey_frommemory.3
│ ├── libssh2_version.3
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── SECURITY.md
│ ├── template.3
│ └── TODO
├── example
│ ├── CMakeLists.txt
│ ├── direct_tcpip.c
│ ├── libssh2_config_cmake.h.in
│ ├── libssh2_config.h.in
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── scp.c
│ ├── scp_nonblock.c
│ ├── scp_write.c
│ ├── scp_write_nonblock.c
│ ├── sftp_append.c
│ ├── sftp.c
│ ├── sftpdir.c
│ ├── sftpdir_nonblock.c
│ ├── sftp_mkdir.c
│ ├── sftp_mkdir_nonblock.c
│ ├── sftp_nonblock.c
│ ├── sftp_RW_nonblock.c
│ ├── sftp_write.c
│ ├── sftp_write_nonblock.c
│ ├── sftp_write_sliding.c
│ ├── ssh2_agent.c
│ ├── ssh2.c
│ ├── ssh2_echo.c
│ ├── ssh2_exec.c
│ ├── subsystem_netconf.c
│ ├── tcpip-forward.c
│ └── x11.c
├── get_ver.awk
├── include
│ ├── libssh2.h
│ ├── libssh2_publickey.h
│ └── libssh2_sftp.h
├── install-sh
├── libssh2.pc.in
├── ltmain.sh
├── m4
│ ├── autobuild.m4
│ ├── lib-ld.m4
│ ├── lib-link.m4
│ ├── lib-prefix.m4
│ ├── libtool.m4
│ ├── lt~obsolete.m4
│ ├── ltoptions.m4
│ ├── ltsugar.m4
│ └── ltversion.m4
├── Makefile.am
├── Makefile.in
├── Makefile.inc
├── Makefile.libgcrypt.inc
├── Makefile.mbedTLS.inc
├── Makefile.OpenSSL.inc
├── Makefile.os400qc3.inc
├── Makefile.WinCNG.inc
├── maketgz
├── missing
├── NEWS
├── NMakefile
├── nw
│ ├── GNUmakefile
│ ├── keepscreen.c
│ ├── nwlib.c
│ └── test
│ └── GNUmakefile
├── os400
│ ├── ccsid.c
│ ├── include
│ │ ├── alloca.h
│ │ ├── stdio.h
│ │ └── sys
│ │ └── socket.h
│ ├── initscript.sh
│ ├── libssh2_ccsid.h
│ ├── libssh2_config.h
│ ├── libssh2rpg
│ │ ├── libssh2_ccsid.rpgle.in
│ │ ├── libssh2_publickey.rpgle
│ │ ├── libssh2.rpgle.in
│ │ └── libssh2_sftp.rpgle
│ ├── macros.h
│ ├── make-include.sh
│ ├── make-rpg.sh
│ ├── make.sh
│ ├── make-src.sh
│ ├── os400sys.c
│ └── README400
├── README
├── RELEASE-NOTES
├── src
│ ├── agent.c
│ ├── channel.c
│ ├── channel.h
│ ├── CMakeLists.txt
│ ├── comp.c
│ ├── comp.h
│ ├── crypt.c
│ ├── crypto.h
│ ├── global.c
│ ├── hostkey.c
│ ├── keepalive.c
│ ├── kex.c
│ ├── knownhost.c
│ ├── libgcrypt.c
│ ├── libgcrypt.h
│ ├── libssh2_config_cmake.h.in
│ ├── libssh2_config.h.in
│ ├── libssh2.pc.in
│ ├── libssh2_priv.h
│ ├── mac.c
│ ├── mac.h
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── mbedtls.c
│ ├── mbedtls.h
│ ├── misc.c
│ ├── misc.h
│ ├── NMakefile
│ ├── openssl.c
│ ├── openssl.h
│ ├── os400qc3.c
│ ├── os400qc3.h
│ ├── packet.c
│ ├── packet.h
│ ├── pem.c
│ ├── publickey.c
│ ├── scp.c
│ ├── session.c
│ ├── session.h
│ ├── sftp.c
│ ├── sftp.h
│ ├── transport.c
│ ├── transport.h
│ ├── userauth.c
│ ├── userauth.h
│ ├── version.c
│ ├── wincng.c
│ └── wincng.h
├── test-driver
├── tests
│ ├── CMakeLists.txt
│ ├── etc
│ │ ├── host
│ │ ├── host.pub
│ │ ├── user
│ │ └── user.pub
│ ├── key_dsa
│ ├── key_dsa.pub
│ ├── key_dsa_wrong
│ ├── key_dsa_wrong.pub
│ ├── key_rsa
│ ├── key_rsa.pub
│ ├── libssh2_config_cmake.h.in
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── mansyntax.sh
│ ├── openssh_fixture.c
│ ├── openssh_fixture.h
│ ├── openssh_server
│ │ ├── authorized_keys
│ │ ├── Dockerfile
│ │ └── ssh_host_rsa_key
│ ├── runner.c
│ ├── session_fixture.c
│ ├── session_fixture.h
│ ├── simple.c
│ ├── ssh2.c
│ ├── ssh2.sh
│ ├── sshd_fixture.sh.in
│ ├── test_hostkey.c
│ ├── test_hostkey_hash.c
│ ├── test_keyboard_interactive_auth_fails_with_wrong_response.c
│ ├── test_keyboard_interactive_auth_succeeds_with_correct_response.c
│ ├── test_password_auth_fails_with_wrong_password.c
│ ├── test_password_auth_fails_with_wrong_username.c
│ ├── test_password_auth_succeeds_with_correct_credentials.c
│ ├── test_public_key_auth_fails_with_wrong_key.c
│ ├── test_public_key_auth_succeeds_with_correct_dsa_key.c
│ └── test_public_key_auth_succeeds_with_correct_rsa_key.c
├── vms
│ ├── libssh2_config.h
│ ├── libssh2_make_example.dcl
│ ├── libssh2_make_help.dcl
│ ├── libssh2_make_kit.dcl
│ ├── libssh2_make_lib.dcl
│ ├── man2help.c
│ └── readme.vms
└── win32
├── config.mk
├── GNUmakefile
├── libssh2_config.h
├── libssh2.dsp
├── libssh2.dsw
├── libssh2.rc
├── Makefile.Watcom
├── msvcproj.foot
├── msvcproj.head
├── rules.mk
├── test
│ └── GNUmakefile
└── tests.dsp
19 directories, 387 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论