-
这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。...
这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。-this is a client programm and a server programm writen in c#,it provides convenience for people who need it.
- 2022-02-15 06:59:26下载
- 积分:1
-
a foreigner to write FTP server program, Reference is a very good Eastern values...
一个老外写的FTP服务器程序,是一个很有参考价值好东东.此代码本人修改过,特传上来与大家分享.-a foreigner to write FTP server program, Reference is a very good Eastern values. I have this code revised, especially onto Chuan share with you.
- 2023-04-25 23:10:03下载
- 积分:1
-
java--ftp(server_client)
ftp的server和client的代码 比较简单(ftp)
- 2010-05-31 15:22:24下载
- 积分:1
-
FTP_Client
说明: FTP的客户端,界面化的ftp操作,运行此程序后,需要只能ftp服务器端的用户名和密码,并且需要服务器端开启才可以进行正常的ftp下载。(FTP client, the interface of the ftp operation.)
- 2010-04-30 18:18:39下载
- 积分:1
-
prepared with NMFTP download the source code if the need to welcome the download...
用NMFTP编写下载程序的源代码 如果需要欢迎下载,适用下载程序。-prepared with NMFTP download the source code if the need to welcome the download, download the application procedures.
- 2022-01-29 02:54:13下载
- 积分:1
-
The program implements a simple ftp server in windows platform through the ftp c...
该程序实现了一个简单的ftp服务器,在windows平台通过ftp命令行测试。-The program implements a simple ftp server in windows platform through the ftp command-line test.
- 2023-02-09 13:05:03下载
- 积分:1
-
Star Network Forum Ultimate Edition, the latest version of the application scope...
星网论坛极速版,最新版,适用范围广,最新版V3.0,是众多网站首先。-Star Network Forum Ultimate Edition, the latest version of the application scope, the latest version of V3.0, the first of many websites.
- 2023-07-22 11:25:03下载
- 积分:1
-
FTP命令详解
个人收集整理的常用ftp命令,可用做编程时候参考(Common FTP commands collected by individuals can be used for reference in programming)
- 2020-06-21 20:20:01下载
- 积分:1
-
good examples of FTP, they can certainly use the compiler, the main function is...
很好的FTP的实例,肯定可以编译使用的,主要功能是实现FTP的查询-good examples of FTP, they can certainly use the compiler, the main function is to achieve FTP inquiries
- 2022-01-31 01:23:36下载
- 积分:1
-
vidc1.2源码
vIDC使用说明
vIDC包括服务端程序和客户端程序两部分。
服务端程序vIDCs一般架设到其它用户可以访问到的地方例如internet,它主要用来记录vIDC客户端信息以及端口映射信息,并且转发用户和vIDC客户端之间数据。
客户端程序vIDCc完成和vIDCs的交互,包括认证、映射内部服务到vIDCs的某个端口、维护数据转发通道同时转发vIDCs和内部服务之间的数据交互。
第一部分:vIDC服务端vIDCs
1、如何运行vIDCs
vIDCs.exe -p -s
-p:指定vIDCs服务的端口,此vIDCc客户端可通过此端口连接服务器.如果没有指定则默认的服务端口为8080
-s:指定vIDCs控制管理页面的访问密码。用户可通过浏览器管理vIDCs服务器。在进入管理页面时会要求用户输入访问密码,即此处设定的密码,如果用户没有指定则默认密码为123456.
注意密码最大长度为9位,超过将被截断。
2、如何通过浏览器管理vIDCs服务
用户可以直接通过浏览器管理vIDCs服务,在地址栏输入如下url:
http://IP:port/ 其中ip为运行vIDCs服务机器的IP,port为vIDCs服务的端口。
管理界面中包括cView和option菜单。
cView:显示vIDCc客户端信息和客户端映射端口。显示形式如下
create Time | clientName | bind Port |description
create Time:vIDCc客户端登录连接时间
client Name:vIDCc客户端名称
bind port:vIDCc客户端绑定服务信息。此信息包含三部分,绑定服务类型 绑定服务IP:port 映射到vIDCs服务上的port。其中绑定服务类型指客户端所绑定的服务是否为ftp服务,绑定服务IP:port指客户端要绑定局域网内部服务的IP和端口,映射到vIDCs服务上的port是内部服务映射到vIDCs上的端口,其它用户可以通过此端口访问内部服务。
option:用户可
- 2022-02-10 17:26:16下载
- 积分:1