登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:Ftp
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. FTP 文件传输协议的应用

文件传送是各种计算机网络都实现的基本功能,文件传送协议是一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。 本实验的目的是,学会利用已有网络环境设计并实现简单应用层协议,掌握TCP/IP 网络应用程序基本的设计方法和实现技巧。

1
下载
71
浏览
2022-01-25发布

2. C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件...

C语言编写的UDP简单文件传输协议TFTP,含客户端和服务端 默认的下载路径为E:/up/,文件将被下载到E:/dn/下;默认的上传路径为E:/dn/,文件将被上传到E:/up/下,也可以通过改变源码更改下载上传路径 不仅支持简单的文本传输,也支持视频音频压缩以及大文件的传输,且传输速度快-C language UDP Simple File Transfer Protocol TFTP, including client and server to download the default path for the E:/up /, files will be downloaded to the E:/dn/under the default upload path for the E:/dn /, files will be uploaded to E:/up/under, you can change by changing the source code download upload path not only support the simple text transmission, also supports video and audio compression and transmission of large files, and transmission speed

1
下载
110
浏览
2022-01-25发布

3. linux系统下的tftp服务器和客户端程序

linux系统下的tftp服务器和客户端程序-tftp server and client program in linux system

1
下载
63
浏览
2022-01-25发布

4. java编的FTP服务程序。非常好用,已编译通过。

java编的FTP服务程序。非常好用,已编译通过。-a FTP program written in java.Very easy to use,already compiled.

1
下载
70
浏览
2022-01-25发布

5. ftp其他人不需帐号就可自由下载此源码

ftp其他人不需帐号就可自由下载此源码 -ftp account can other people do not have a free download this source

1
下载
71
浏览
2022-01-24发布

6. 底层实现FTP客户端(VC)

底层实现ftp客户端(vc++)-underlying implementation ftp client (vc)

1
下载
78
浏览
2022-01-24发布

7. C++实现FTP客户端

c++实现的一个FTP客户端,对初学者是很好的帮助,代码可以执行运行和使用.

1
下载
82
浏览
2022-01-24发布

8. windows下的编程 毕业设计 请多指教

windows下的编程 毕业设计 请多指教 -windows programming under the Graduation Project Please advice

1
下载
80
浏览
2022-01-24发布

9. 一个文件传输源程序!C/S结构型,同步阻塞类型的最简单文件传输!...

一个文件传输源程序!C/S结构型,同步阻塞类型的最简单文件传输!-A file transfer source code! C/S structure type, synchronous blocking type of the simplest file transfer!

1
下载
70
浏览
2022-01-24发布

10. FTP server, the reference Server U orders using multiple threads, but useless co...

FTP服务器, 参考Server U的命令, 用多线程, 但没用完成端口, 上传下载都有速度控制, 权限控制调用接口-FTP server, the reference Server U orders using multiple threads, but useless completed ports, Upload have download speed control, access control Call Interface

1
下载
72
浏览
2022-01-24发布

11. FTP文件下载与上传,包括对特定文件的下载,可以指定下载的地址...

FTP文件下载与上传,包括对特定文件的下载,可以指定下载的地址-FTP download and upload documents, including the download of specific files, you can specify the address of download

1
下载
85
浏览
2022-01-24发布

12. A class of ftp which can uploads and downloads files and directories. Very usefu...

Ftp 文件和文件夹上传下载类 很实用-A class of ftp which can uploads and downloads files and directories. Very useful.

1
下载
71
浏览
2022-01-24发布

13. FTP服务器编程实现源码,用VC++.NET运行环境,挺好的

FTP服务器编程实现源码,用VC++.NET运行环境,挺好的-FTP server program source code, with VC.NET environment, in very good shape;

1
下载
74
浏览
2022-01-24发布

14. ftp断点续传,使用户能够轻松的理解各种软件的细节

ftp断点续传,使用户能够轻松的理解各种软件的细节-ftp HTTP that allows users to easily understand the details of a variety of software

1
下载
62
浏览
2022-01-23发布

15. 一个不错的FTP源代码,能支持FTP/SFTP/HTTPS/SSL等协议

一个不错的FTP源代码,能支持FTP/SFTP/HTTPS/SSL等协议-a good FTP source code, will support FTP/SFTP/HTTPS/SSL protocols

1
下载
86
浏览
2022-01-22发布

16. 当客户端进入FTP之后,客户端首先建立一个客户控制连接,并向主服务器发送连接请求,然后可以发出一系列的用户命令。...

当客户端进入FTP之后,客户端首先建立一个客户控制连接,并向主服务器发送连接请求,然后可以发出一系列的用户命令。-When entering the FTP client, the client-side control of the first set up a client to connect to the main server to send connection requests, and then may issue a series of user commands.

1
下载
61
浏览
2022-01-22发布

17. 这个项目提供了一个功能完整的FTP客户端。

这个项目提供了一个功能完整的FTP客户端。-The project provides a complete functional FTP client.

1
下载
62
浏览
2022-01-22发布

18. expect测试登录功能的小片段。可以在多个平台上运行

expect测试登录功能的小片段。可以在多个平台上运行-expect to test a small fragment of the registry function. Can run on multiple platforms

1
下载
64
浏览
2022-01-22发布

19. Smartftp客户端源代码

Smartftp客户端是一个android项目,它具有现有ftp android应用中的常见功能,可从app store免费下载。&使用Smartftp应用程序,我们可以将文件从移动设备传输到服务器;

1
下载
74
浏览
2022-01-21发布

20. pieces of the jigsaw.

拼图游戏-pieces of the jigsaw.

1
下载
48
浏览
2022-01-21发布