-
C# write an FTP client!
C#写的一个FTP客户端!-C# write an FTP client!
- 2023-03-12 02:15:03下载
- 积分:1
-
一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就心血来潮写了一个供大家参考...
一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就心血来潮写了一个供大家参考,该Ftp Server只实现了有限的几个常用命令,进一步的应用要让大家去扩展,呵呵,记得扩展后以后不吝mail给我一份哦。该Ftp Server在Win自带FTP客户,Cute-Ftp 4.x下测试通过。include file:ftpserver.cpp,ftpserver.dspftpserver.dswoverlap.cpp,stdafx.hstdafx.c-a console-based applications TinyFtpServer, tinyle to find a lot of FTP Client client source code, but we did not find Server, it was an impulse for your reference, the Ftp Server only achieved a limited number of commands, the further application to let you expand, huh, The expanded recall hearing after a mail to me, oh. The Ftp Server Win own FTP client, Cute- Ftp 4.x under test. Include file : ftpserver.cpp, ftpserver.dspftpserver.dswoverlap.cpp, stdafx.hstdafx.c
- 2023-04-22 05:30:02下载
- 积分:1
-
samba_AND_vsftpd_share
自己做的一个总结,samba和vsftpd实现主机与虚拟机文件共享(A summary of myself, samba and vsftpd to achieve the host and virtual machine file sharing)
- 2010-05-20 09:29:53下载
- 积分:1
-
foreigners used to write the FTP is the APPLET WEB mode FTP indispensable weapon...
老外写的用来FTP的APPLET是WEB模式FTP不可缺少的利器-foreigners used to write the FTP is the APPLET WEB mode FTP indispensable weapon!
- 2022-05-28 11:09:21下载
- 积分:1
-
vbftp(1)
不错 (Yes!)
- 2006-06-27 11:12:32下载
- 积分:1
-
getkeyboard
用vb结合bat和ftp实现远程键盘侦听(use VB code and Bat file,ftp to get the remote computer keyboard)
- 2009-07-05 00:52:08下载
- 积分:1
-
一个用c#写的小程序啊!!很不错的哦!!希望对大家的编程起到一些启发的作用3ks...
一个用c#写的小程序啊!!很不错的哦!!希望对大家的编程起到一些启发的作用3ks-c# 1 used to write small programs ah! ! Very good! ! We hope to play some inspired programming role 3ks
- 2022-07-17 11:03:03下载
- 积分:1
-
一个tftp小程序,用c++编写,希望大家喜欢
一个tftp小程序,用c++编写,希望大家喜欢
-a small program, c prepared hope you like
- 2022-09-03 00:40:03下载
- 积分:1
-
c19
通过VC环境下编程实现FTP浏览工具的搭建(VC environment programming structures FTP browsing tools)
- 2013-02-27 11:32:08下载
- 积分: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