易语言调用SSH2演示源码
系统结构:libssh2_userauth_password,libssh2_channel_open_session,libssh2_channel_exec,libssh2_channel_read,libssh2_session_disconnect,accept,AcceptEx,bind,closesocket,connect,GetAcceptExSockaddrs,WSAGetLastError,htons,inet_addr,inet_ntoa,listen,ntohs,recv,send,shutdown,socket,WSACleanup,WSACreateEvent,WSARecv,WSASend,WSASocket,WSAStartup,WSAEventSelect,WSAEnumNetworkEvents,WSACloseEvent,WSAWaitForMultipleEvents,WSASetEvent,WSAResetEvent,WSASetLastError,TransmitFile,setsockopt,ssh_login_exec,libssh2_version,libssh2_init,libssh2_session_init_ex,libssh2_session_set_blocking,libssh2_session_handshake,libssh2_knownhost_init,libssh2_knownhost_readfile,libssh2_knownhost_writefile,libssh2_session_hostkey,libssh2_knownhost_checkp,libssh2_knownhost_check,libssh2_knownhost_free,libssh2_userauth_password_ex,libssh2_trace,libssh2_channel_open_ex,libssh2_session_last_error,libssh2_channel_process_startup,libssh2_channel_read_ex,libssh2_channel_close,libssh2_channel_get_exit_status,libssh2_channel_free,libssh2_session_disconnect_ex,libssh2_session_free,libssh2_exit,
======窗口程序集_启动窗口
| |
| |------ _按钮_登录测试_被单击
| |
| |------ libssh2_userauth_password
| |
| |------ libssh2_channel_open_session
| |
| |------ libssh2_channel_exec
| |
| |------ libssh2_channel_read
| |
| |------ libssh2_session_disconnect
| |
| |------ __启动窗口_创建完毕
| |
| |
======调用的Dll
| |
| |---[dll]------ accept
| |
| |---[dll]------ AcceptEx
| |
| |---[dll]------ bind
| |
| |---[dll]------ closesocket
| |
| |---[dll]------ connect
| |
| |---[dll]------ GetAcceptExSockaddrs
| |
| |---[dll]------ WSAGetLastError
| |
| |---[dll]------ htons
| |
| |---[dll]------ inet_addr
| |
| |---[dll]------ inet_ntoa
| |
| |---[dll]------ listen
| |
| |---[dll]------ ntohs
| |
| |---[dll]------ recv
| |
| |---[dll]------ send
| |
| |---[dll]------ shutdown
| |
| |---[dll]------ socket
| |
| |---[dll]------ WSACleanup
| |
| |---[dll]------ WSACreateEvent
| |
| |---[dll]------ WSARecv
| |
| |---[dll]------ WSASend
| |
| |---[dll]------ WSASocket
| |
| |---[dll]------ WSAStartup
| |
| |---[dll]------ WSAEventSelect
| |
| |---[dll]------ WSAEnumNetworkEvents
| |
| |---[dll]------ WSACloseEvent
| |
| |---[dll]------ WSAWaitForMultipleEvents
| |
| |---[dll]------ WSASetEvent
| |
| |---[dll]------ WSAResetEvent
| |
| |---[dll]------ WSASetLastError
| |
| |---[dll]------ TransmitFile
| |
| |---[dll]------ setsockopt
| |
| |---[dll]------ ssh_login_exec
| |
| |---[dll]------ libssh2_version
| |
| |---[dll]------ libssh2_init
| |
| |---[dll]------ libssh2_session_init_ex
| |
| |---[dll]------ libssh2_session_set_blocking
| |
| |---[dll]------ libssh2_session_handshake
| |
| |---[dll]------ libssh2_knownhost_init
| |
| |---[dll]------ libssh2_knownhost_readfile
| |
| |---[dll]------ libssh2_knownhost_writefile
| |
| |---[dll]------ libssh2_session_hostkey
| |
| |---[dll]------ libssh2_knownhost_checkp
| |
| |---[dll]------ libssh2_knownhost_check
| |
| |---[dll]------ libssh2_knownhost_free
| |
| |---[dll]------ libssh2_userauth_password_ex
| |
| |---[dll]------ libssh2_trace
| |
| |---[dll]------ libssh2_channel_open_ex
| |
| |---[dll]------ libssh2_session_last_error
| |
| |---[dll]------ libssh2_channel_process_startup
| |
| |---[dll]------ libssh2_channel_read_ex
| |
| |---[dll]------ libssh2_channel_close
| |
| |---[dll]------ libssh2_channel_get_exit_status
| |
| |---[dll]------ libssh2_channel_free
| |
| |---[dll]------ libssh2_session_disconnect_ex
| |
| |---[dll]------ libssh2_session_free
| |
| |---[dll]------ libssh2_exit
调用的DLL命令:
.DLL命令 accept, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 addr, sockaddr_in
.参数 addrlen, 整数型
.DLL命令 AcceptEx, 逻辑型, "mswsock.dll", , 公开
.参数 sListenSocket, 整数型
.参数 sAcceptSocket, 整数型
.参数 lpOutputBuffer, 整数型
.参数 dwReceiveDataLength, 整数型
.参数 dwLocalAddressLength, 整数型
.参数 dwRemoteAddressLength, 整数型
.参数 lpdwBytesReceived, 整数型, 传址
.参数 lpOverlapped, 整数型
.DLL命令 bind, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 name, sockaddr_in
.参数 namelen, 整数型
.DLL命令 closesocket, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.DLL命令 connect, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 name, sockaddr_in
.参数 namelen, 整数型
.DLL命令 GetAcceptExSockaddrs, , "Mswsock.dll", , 公开
.参数 lpOutputBuffer, 整数型
.参数 dwReceiveDataLength, 整数型
.参数 dwLocalAddressLength, 整数型
.参数 dwRemoteAddressLength, 整数型
.参数 LocalSockaddr, 整数型, 传址
.参数 LocalSockaddrLength, 整数型, 传址
.参数 RemoteSockaddr, 整数型, 传址
.参数 RemoteSockaddrLength, 整数型, 传址
.DLL命令 WSAGetLastError, 整数型, "Ws2_32.dll", , 公开
.DLL命令 htons, 短整数型, "ws2_32.dll", , 公开
.参数 hostshortas, 短整数型
.DLL命令 inet_addr, 整数型, "ws2_32.dll", , 公开
.参数 cp, 文本型
.DLL命令 inet_ntoa, 文本型, "ws2_32.dll", , 公开
.参数 in, 整数型
.DLL命令 listen, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 backlog, 整数型
.DLL命令 ntohs, 整数型, "ws2_32.dll", , 公开
.参数 netshort, 短整数型
.DLL命令 recv, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 buf, 整数型
.参数 len, 整数型
.参数 flags, 整数型
.DLL命令 send, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 buf, 整数型
.参数 len, 整数型
.参数 flags, 整数型
.DLL命令 shutdown, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 how, 整数型
.DLL命令 socket, 整数型, "ws2_32.dll", , 公开
.参数 af, 整数型
.参数 type, 整数型
.参数 protocol, 整数型
.DLL命令 WSACleanup, 整数型, "ws2_32.dll", , 公开
.DLL命令 WSACreateEvent, 整数型, "ws2_32.dll", , 公开
.DLL命令 WSARecv, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 lpBuffers, 整数型
.参数 dwBufferCount, 整数型
.参数 lpNumberOfBytesRecvd, 整数型, 传址
.参数 lpFlags, 整数型, 传址
.参数 lpOverlapped, 整数型
.参数 lpCompletionRoutine, 整数型
.DLL命令 WSASend, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 lpBuffers, 整数型
.参数 dwBufferCount, 整数型
.参数 lpNumberOfBytesSent, 整数型, 传址
.参数 dwFlags, 整数型
.参数 lpOverlapped, 整数型
.参数 lpCompletionRoutine, 整数型
.DLL命令 WSASocket, 整数型, "Ws2_32.dll", "WSASocketA", 公开
.参数 af, 整数型
.参数 type, 整数型
.参数 protocol, 整数型
.参数 lpProtocolInfo, 整数型
.参数 g, 整数型
.参数 dwFlags, 整数型
.DLL命令 WSAStartup, 整数型, "ws2_32.dll", , 公开
.参数 wVersionRequiredas, 整数型
.参数 lpWSAData, WSADATA, 传址
.DLL命令 WSAEventSelect, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 hEventObject, 整数型
.参数 lNetworkEvents, 整数型
.DLL命令 WSAEnumNetworkEvents, 整数型, "ws2_32.dll", , 公开
.参数 s, 整数型
.参数 hEventObject, 整数型
.参数 lpNetworkEvents, WSANETWORKEVENTS
.DLL命令 WSACloseEvent, 逻辑型, "ws2_32.dll", , 公开
.参数 hEvent, 整数型
.DLL命令 WSAWaitForMultipleEvents, 整数型, "ws2_32.dll", , 公开
.参数 cEvents, 整数型
.参数 lphEvents, 整数型, 数组
.参数 fWaitAll, 逻辑型
.参数 dwTimeout, 整数型
.参数 fAlertable, 逻辑型
.DLL命令 WSASetEvent, 逻辑型, "ws2_32.dll", , 公开
.参数 hEvent, 整数型
.DLL命令 WSAResetEvent, 逻辑型, "ws2_32.dll", , 公开
.参数 hEvent, 整数型
.DLL命令 WSASetLastError, , "ws2_32.dll", , 公开
.参数 iError, 整数型
.DLL命令 TransmitFile, 逻辑型, "Mswsock.dll", , 公开
.参数 hSocket, 整数型
.参数 hFile, 整数型
.参数 nNumberOfBytesToWrite, 整数型
.参数 nNumberOfBytesPerSend, 整数型
.参数 lpOverlapped, 整数型
.参数 lpTransmitBuffers, 整数型
.参数 dwFlags, 整数型
.DLL命令 setsockopt, 整数型, "Ws2_32.dll", , 公开
.参数 s, 整数型
.参数 level, 整数型
.参数 optname, 整数型
.参数 optval, 整数型
.参数 optlen, 整数型
.DLL命令 ssh_login_exec, 整数型, "library_ssh.dll", "ssh_login_exec", , QQ:879999825
.参数 hostname, 文本型
.参数 port, 整数型
.参数 commandline, 文本型
.参数 username, 文本型
.参数 password, 文本型
.DLL命令 libssh2_version, 文本型, "libssh2.dll", "@libssh2_version"
.参数 req_version_num, 整数型
.DLL命令 libssh2_init, 整数型, "libssh2.dll", "@libssh2_init"
.参数 flags, 整数型
.DLL命令 libssh2_session_init_ex, 整数型, "libssh2.dll", "@libssh2_session_init_ex", , LIBSSH2_SESSION
.参数 my_alloc, 整数型
.参数 my_free, 整数型
.参数 my_realloc, 整数型
.参数 abstract, 整数型
.DLL命令 libssh2_session_set_blocking, , "libssh2.dll", "@libssh2_session_set_blocking"
.参数 session, 整数型
.参数 blocking, 整数型
.DLL命令 libssh2_session_handshake, 整数型, "libssh2.dll", "@libssh2_session_handshake"
.参数 session, 整数型
.参数 sock, 整数型
.DLL命令 libssh2_knownhost_init, 整数型, "libssh2.dll", "@libssh2_knownhost_init"
.参数 session, 整数型
.DLL命令 libssh2_knownhost_readfile, 整数型, "libssh2.dll", "@libssh2_knownhost_readfile"
.参数 hosts, 整数型
.参数 filename, 文本型
.参数 type, 整数型
.DLL命令 libssh2_knownhost_writefile, 整数型, "libssh2.dll", "@libssh2_knownhost_writefile"
.参数 hosts, 整数型
.参数 filename, 文本型
.参数 type, 整数型
.DLL命令 libssh2_session_hostkey, 文本型, "libssh2.dll", "@libssh2_session_hostkey"
.参数 session, 整数型
.参数 len, 整数型, , size_t
.参数 type, 整数型
.DLL命令 libssh2_knownhost_checkp, , "libssh2.dll", "@libssh2_knownhost_checkp"
.参数 hosts, 整数型
.参数 host, 文本型
.参数 port, 整数型
.参数 key, 文本型
.参数 keylen, 整数型, , size_t
.参数 typemask, 整数型
.参数 knownhost, libssh2_knownhost, 传址
.DLL命令 libssh2_knownhost_check, , "libssh2.dll", "@libssh2_knownhost_check"
.参数 hosts, 整数型
.参数 host, 文本型
.参数 key, 文本型
.参数 keylen, 整数型, , size_t
.参数 typemask, 整数型
.DLL命令 libssh2_knownhost_free, , "libssh2.dll", "@libssh2_knownhost_free"
.参数 hosts, 整数型
.DLL命令 libssh2_userauth_password_ex, 整数型, "libssh2.dll", "@libssh2_userauth_password_ex"
.参数 session, 整数型
.参数 username, 文本型
.参数 username_len, 整数型
.参数 password, 文本型
.参数 password_len, 整数型
.参数 passwd_change_cb, 整数型
.DLL命令 libssh2_trace, 整数型, "libssh2.dll", "@libssh2_trace"
.参数 seesion, 整数型
.参数 bitmask, 整数型
.DLL命令 libssh2_channel_open_ex, 整数型, "libssh2.dll", "@libssh2_channel_open_ex"
.参数 session, 整数型
.参数 channel_type, 文本型
.参数 channel_type_len, 整数型
.参数 window_size, 整数型
.参数 packet_size, 整数型
.参数 message, 文本型
.参数 message_len, 整数型
.DLL命令 libssh2_session_last_error, 整数型, "libssh2.dll", "@libssh2_session_last_error"
.参数 session, 整数型
.参数 errmsg, 文本型
.参数 errmsg_len, 整数型
.参数 want_buf, 整数型
.DLL命令 libssh2_channel_process_startup, 整数型, "libssh2.dll", "@libssh2_channel_process_startup"
.参数 channel, 整数型
.参数 request, 文本型
.参数 request_len, 整数型
.参数 message, 文本型
.参数 message_len, 整数型
.DLL命令 libssh2_channel_read_ex, 整数型, "libssh2.dll", "@libssh2_channel_read_ex"
.参数 channel, 整数型
.参数 stream_id, 整数型
.参数 buf, 文本型
.参数 buflen, 整数型
.DLL命令 libssh2_channel_close, 整数型, "libssh2.dll", "@libssh2_channel_close"
.参数 channel, 整数型
.DLL命令 libssh2_channel_get_exit_status, 整数型, "libssh2.dll", "@libssh2_channel_get_exit_status"
.参数 channel, 整数型
.DLL命令 libssh2_channel_free, 整数型, "libssh2.dll", "@libssh2_channel_free"
.参数 channel, 整数型
.DLL命令 libssh2_session_disconnect_ex, 整数型, "libssh2.dll", "@libssh2_session_disconnect_ex"
.参数 channel, 整数型
.参数 reason, 整数型
.参数 description, 文本型
.参数 lang, 文本型
.DLL命令 libssh2_session_free, , "libssh2.dll", "@libssh2_session_free"
.参数 session, 整数型
.DLL命令 libssh2_exit, , "libssh2.dll", "@libssh2_exit"
易语言类似易的KEY注册验证和KEY生成模块源码,生成钥匙文件,文本加密,钥匙文件注册,十六进制到十进制,文本解密...
易语言简易版超级列表框加入超链接源码,超级列表框置超链接,SendMessage_...
易语言监控tcp连接后续删除连接源码,GetPort,GetAscIP,API_GetTcpTable,API_LocalSize,API_CopyMemory,API_inet_ntoa,API_lstrlen,API_ntohs,API_SetTcpEntry...
易语言监控TCP连接API源码,GetPort,GetAscIP,API_GetTcpTable,API_LocalSize,API_CopyMemory,API_inet_ntoa,API_lstrlen,API_ntohs...
易语言电影信息采集器金牛报喜交流源码,采集信息,提取网页信息,读取海报...
易语言清除cookies模块源码,清空cookies,清空history,清空cache,清空cache文件,列出对应项目,清除项目,InternetSetOption,FindFirstUrlCacheEntry,FindNextUrlCacheEntry,FindCloseUrlCache,DeleteUrlCacheEntry...
易语言注册表监视源码,CreateEvent,RegOpenKeyEx,RegCloseKey,CloseHandle,RegNotifyChangeKeyValue,WaitForSingleObject,WaitForMultipleObjects...
易语言歌词同步源码,载入字幕文件,同步,滚动字幕...
易语言本地修改QQ群群公告源码,搜索QQ号,搜索QQ群,获取群公告,更改群公告...