搜索资源列表
FtpSever
- C#网络开发,一个简单的Ftp服务器端实现-C# network development, a simple realization Ftp server
tftp
- C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径 不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快
FTPClient
- 用C#编写的简单FTP服务器,支持多任务上传下载!
c
- 文件传输协议FTP是一个最基本的应用层协议。本实验环境中已经提供了一个 FTP 实现。希望通过本实验能够了解FTP的具体实现细节。 在实验室中已经提供开发系统 中进程通信的Socket编程接口。利用这个开发环境,设计和实现一个简单的文件传输协议。
ftp-svr-clt
- 关于一个简单的FTP的服务器和客户机两个演示程序. 让你更容易理解FTP原理和机制 C#-on a simple FTP server and client two demonstration program. Let you be more readily understood FTP principle and mechanism of C#
sftp
- 利用C语言编写的简单的文件传输协议,希望对大家由帮助。
FtpServer
- ftp服务器 用c#.net编写的一个简单的FTP服务器
tftp1
- 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
miniftp
- c++写的ftp服务器,比较实用简单,亲自测试过,保证能用,自己可以修改源代码-c++ to write the ftp server, more practical and simple, personally tested, guaranteed to last, they can modify the source code
FTP
- FTP服务器与客户端的简单实现,有自带的客户端可以进行验证(The implementation of FTP server and client)
FTPshixian
- 使用C++的网络编程socket搭建的Ftp系统,实现简单的上传下载文件。(The Ftp system built by the network programming socket of C++ realizes simple uploading and downloading files)
ftp
- 简单的ftp服务器和客户端 用Visual C++实现 在VS2019中可以成功运行(Simple FTP server and client)