搜索资源列表
几个经典的ftp源代码
- 几个经典的ftp程序包括服务器端和客户端。甚至还有个用比较低层的方法的来实现的。非常值得推荐-several classic ftp programs including server programs and client programs.Even there is one which is implemented by low-layer method.strongly recommended
boyle_ftpupdate
- 网站文件在本地更新多了以后,要将本地更新文件上传服务器时候再一一找出更新过的文件比较麻烦。设计初衷就是为了解决这个问题,同时也为了练手。代码没有什么难度,主要是为了学习FTP传输和文件操控。设计中有两种文件扫描方式,对比扫描则是通过对比用户提供的时间了扫描本地更新文件;实时扫描则以服务器上文件时间与本地文件时间进行对比来扫描文件,因此最好服务器和本地系统时间相差不要太离谱。在D7和XP下开发。 -website updated in the local paper after mo
简单ftp服务器
- 是一个JAVA编写的FTP服务器程序,有详细的注解,适合初学者-prepared by the FTP server program, a detailed explanation, for beginners
port-complete-mode
- 利用完成端口模型编写的服务器端,具有很强的参考价值。值得推荐。-completed using port model prepared by the server, and has a strong reference value. Recommendable.
XFtp
- 一款用VC++编写的FTP 下载源码,介绍了server和client端,上传下载的全部代码-new VC prepared by the FTP download the source code, introduced a server and the client side, all uploading and downloading of 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
ftpcsharp
- 这是一个利用csharp语言开发的一个ftp程序,带有上传下载,并且同步进度条.是本人刚开始学习网络编程时编写的一个程序.-This is a use of language development csharp a ftp procedures, with upload download, and synchronization of progress. yes I just started learning network programming prepared by the proced
ncftp-3.2.3-src
- NCftpd Want filename completion? It s built-in, GNU Readline isn t necessary. Want full-screen support? Install Ncurses if your OS s curses stinks. NcFTP uses \"passive\" by default. Try \"set passive off\" if needed. Yes, it s Y2K complia
TFTPServeur
- java 编写的tftp服务器端程序-prepared by the tftp server procedures
200501181831325347
- VC编成实现ftp服务器的小程序,可以使用。-a small ftp server program implemented by VC.Able to use.
serve111
- 自己写的垃圾程序,功能很差,只能传输单个文件。抱歉了-a \"rubbish\" programm wrote by myself,the function is simple,just can transmit a single file.sorry
Java_Socke183657142005
- 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
FTPServer
- 通过调用它提供的一些方法,实现连接FTP服务器,上传/下载文件,目录操作等基本功能,便能开发出容易上手,效率较高的FTP客户端应用程序。-By calling it provides a number of ways to connect FTP server, upload/download files, directories, operations and other basic functions, will be able to develop easy to use, efficie
FTPserverandclientsourcecode
- 网络编程,FTP服务器端和客户端的源码,用vs开发的,没有控件,是初学者学习网络编程比较好的例子-Network programming, FTP server and client source code, developed by vs, there is no control, is for beginners to learn a better example of network programming
ftpserver
- 用vc 开发的 ftp服务器 可以上传或下载-a ftp server developped by vc++
FTPServer
- 这是一个ftp服务器服务器端的C#源码,改改就能用-this is a ftp server writen by Csharp.you can change it as your like。and it is easy
SmartFTP_Server
- windows ce ftp server you can view it by the tool flashFTP and so on -windows ce ftp server you can view it by the tool flashFTP and so on
ftp
- 遍历磁盘文件,经目录名称存为txt 并上传到指定的ftp 服务器中,严禁用于盗取用户磁盘文件信息,造成的后果,本人不承担。(Traverse the disk file, saved by directory name as TXT, and uploaded to the specified FTP server, strictly prohibited for stealing user disk file information, the consequences, I do not be
ShutdownGuard-1.0
- Accidentally shutting down, restarting or logging off your computer is a real pain in the neck. It tends to happen if you are installing new programs or working on a network where some wiseguy administrator thinks it's a funny joke. Prevent unexpecte
FTPshixian
- 使用C++的网络编程socket搭建的Ftp系统,实现简单的上传下载文件。(The Ftp system built by the network programming socket of C++ realizes simple uploading and downloading files)