搜索资源列表
TrivialFTPServer
- this code is simple FTP server,also ,it is come from delphi demo,enjoy it!
minite
- 建立FTP服务器,分钟保存、 监测远处服务器上的数据,由VB6.0开发-establish FTP server, minutes preservation, distant server monitoring data from VB6.0
Pablo_ftpserver
- Pablo s FTP Server is a multi threaded FTP server for Windows 98/NT/XP. It comes with an easy to use interface and can be accessed from the system tray. The server handles all basic FTP commands and offers easy user account management and support for
winscp382source
- WinSCP是Windows的SFTP和SCP客户端,它通过SSH进行连接,研读源代码会受益匪浅。-WinSCP is Windows SFTP and SCP client, through SSH link, students will be benefited from the source code.
wenjianchuanshu
- 本程序是用来实现在局域网内进行文件传输用的,抄作起来很简单,可是该程序有一点小问题,就是不能识别传过来的文件的类型,不过从打开方式中选择后是可以正常打开的。-this procedure is used to achieve within the LAN file transfer used by the utter obliviousness up is very simple. However, the program was a little problem, it is not over
ftpsrc
- FTP服务器源代码,适合高手学习取经。非常经典-FTP server source code, learn from studying for a master. Very classic
80418619
- 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com-resources briefing : C language written in 100 lines DES encryption algorithm is derived from shrimp off FOSS http :
autoFtp
- ftp file from a server
代理服务器源程序
- 这是一个便捷式服务器代理子程序,各位不妨抽时间看看,希望大家从中发现好的地方和坏的地方-This is a convenient server agents subroutine, you may wish to spare time to look at the hope that we found from the good and bad places
ftp-2005-02-14.tar
- This PHP scr ipt will use for connect ftp server . You can upload ,download from this class.this class has implemented most of FTP Commands.
pablo ftp
- Pablo's FTP Server is a multi threaded FTP server for Windows 98/NT/XP. It comes with an easy to use interface and can be accessed from the system tray. The server handles all basic FTP commands and offers easy user account management and support for
Upgrade
- 在线升级模块 服务器端 输入FTP服务器地址、登录用户名和密码后,单击“连接”按钮连接指定的FTP服务器,如果连接成功,则会将FTP服务器中的所有文件显示出来。 在左边的“本地驱动器”中选择要上传的文件和文件夹,单击右键,选择“上传”快捷菜单项,即可将选择的文件和文件夹上传到FTP服务器上。 客户端 在线升级模块的客户端主窗体启动时,从FTP服务器上下载软件升级文件,并与计算机上的当前版本相比较,如果有最新版本,则弹出“版本信息”窗体,并将新版本及软件
echoserv
- This program demonstrates a simple TCP/IP server. It will accept a connection from a client application, receive one line of text, echo that line back to the client and close the connection.
FileServer
- I simulate the ftp server there are main server and branch servers the connection between main server and branches is rmi . client request file from server , if the main server found it , it will return else request it from branch server using
Java-FTPServer
- FTP服务器 能够实现监听 打开目录-In active mode FTP the client connects from a random unprivileged port (N > 1024) to the FTP server’s command port, port 21. Then, the client starts listening to port N+1 and sends the FTP command PORT N+1 to the FTP server.