联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Ftp客户端(206) 

[Ftp客户端] FTP-Client-Server-Application

一种文件传输应用程序的实现,允许用户通过TCP可靠地发送文件。在C编程语言中实现...
An implementation of a file transfer application that allows users to send files reliably over TCP. Implemented in the C programming language. (2023-11-07, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1699463732228147.html

[Ftp客户端] FTP-Client-Server

德黑兰大学的计算机网络课程项目,使用C++中的套接字编程实现FTP客户端和服务器,
a Computer Network Course project at the University of Tehran, Implementing FTP clients and server using socket programming in C C++, (2021-04-08, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695714569367974.html

[Ftp客户端] tiny-ftp-client

遵循RFC 959和3659的有限子集,用Java套接字编程编写的多线程(即,容易死锁的)FTP客户端...,
complying with a limited subset of RFC 959 & 3659, a multithreading (i.e., deadlock-prone) FTP client written in Java socket programming and JavaFx GUI framework (2020-04-30, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695714359227718.html

[Ftp客户端] VCPPFTP

通过MFC编程实现FTP客户机和服务器功能,通过用户名和密码登陆,实现文件互传和新建目录等功能。
FTP server and FTP client (2015-01-12, Visual C++, 10759KB, 下载25次)

http://www.pudn.com/Download/item/id/1421028959998753.html

[Ftp客户端] browser

qt下写的浏览器 带ftp插件功能 适合初学着 QT界面编程 ftp文件树状显示
qt written under the ftp browser plug-in functionality with QT interface programming for beginners with ftp file tree display (2013-09-03, Visual C++, 8KB, 下载6次)

http://www.pudn.com/Download/item/id/2346035.html

[Ftp客户端] the-problems-of-C-sharp-with-FTP

C sharp 在FTP编程中遇到的若干问题及解决办法,供大家学习分享
A number of problems and solutions encountered by the C sharp in the FTP programming for everyone to learn to share (2012-04-26, C#, 33KB, 下载5次)

http://www.pudn.com/Download/item/id/1846163.html

[Ftp客户端] ftpclient_demo

实现网络文件传输的一个简单例子,通过它你可以在文件服务器上下载文件。FTP协议编程
A simple example of network file transfer, through which you can download the file on a file server. FTP protocol programming (2012-02-10, Visual C++, 1893KB, 下载12次)

http://www.pudn.com/Download/item/id/1768747.html

[Ftp客户端] ftp_client_vc

自己编程实现的ftp客户端,可以实现ftp的上传、下载等基本功能,vc下实现。
Their programming ftp client, ftp can upload, download and other basic functions, vc achieve. (2012-01-31, Visual C++, 2344KB, 下载25次)

http://www.pudn.com/Download/item/id/1762613.html

[Ftp客户端] FTP

VC++6.0实现的模拟FTP的传送文件功能的程序,学习windows编程的好素材-VC++ 6.0
VC + +6.0 to achieve the simulation capabilities of FTP file transfer program, a good material to learn windows programming-VC + + 6.0 (2011-09-22, Visual C++, 4098KB, 下载29次)

http://www.pudn.com/Download/item/id/1652341.html

[Ftp客户端] Java

这里面是一个简单的socket编程说明文档,有详细的ftp客户端实现需要方法,以及一些主要的代码
That there is a simple socket programming documentation, a detailed implementation of the ftp client needs methods, and some major code (2011-08-26, PDF, 254KB, 下载5次)

http://www.pudn.com/Download/item/id/1631480.html

[Ftp客户端] FtpClient

c sharp 下的网络编程源程序,主要是ftp协议实现ftp远程传输的客户端源代码
c sharp programming source code under the network, mainly long-distance transmission ftp protocol ftp client source code (2011-06-28, C#, 22KB, 下载12次)

http://www.pudn.com/Download/item/id/1583268.html

[Ftp客户端] CSharp-FTP-client

一篇关于C#应用于FTP编程的论文,介绍了编写C# FTP程序的方法。
An FTP program on the C# application papers, introduces the preparation of C# FTP procedures. (2011-04-18, C#, 556KB, 下载32次)

http://www.pudn.com/Download/item/id/1495973.html

[Ftp客户端] mfc_ftp_client_to_achieve_the_programming_source_c

mfc实现ftp客户端的编程源码vmfc ftp client to achieve the programming source code
mfc ftp client to achieve the programming source vmfc ftp client to achieve the programming source code (2010-08-06, Visual C++, 160KB, 下载6次)

http://www.pudn.com/Download/item/id/1261190.html

[Ftp客户端] Ftp

用vc++实现的一个ftp客户端程序,Socket编程实现
Using vc++ to achieve a ftp client program (2010-05-20, Visual C++, 1947KB, 下载78次)

http://www.pudn.com/Download/item/id/1181261.html

[Ftp客户端] 200529381

也是网络编程书上的例子,关于服务器的,也是很基础的,对大家学习很有用
Is also a book on network programming examples on the server is also based on the U.S. to learn useful (2008-05-21, Visual C++, 2746KB, 下载4次)

http://www.pudn.com/Download/item/id/468819.html

[Ftp客户端] 11111Ftp

FTP服务器编程源代码。可实现FTP服务器和客户机间的通信。在VC下运行
FTP server program source code. Can realize FTP server and client communication. In the VC run (2008-03-12, Visual C++, 1808KB, 下载26次)

http://www.pudn.com/Download/item/id/414845.html

[Ftp客户端] NetPaw

仿照flashget一个http/ftp的多线程下载程序,初学者学习网络编程的好资料
Flashget modeled on a http/ftp download the multi-threading, network programming for beginners to learn good information (2007-12-24, Visual C++, 121KB, 下载158次)

http://www.pudn.com/Download/item/id/381387.html

[Ftp客户端] ftp_command

使用ACE实现的ftp的功能,ACE使得在win或者unix下的通信编程变得简单。
use of ACE achieved ftp function ACE makes win under unix or communications programming simple. (2006-02-17, Unix_Linux, 3KB, 下载137次)

http://www.pudn.com/Download/item/id/145993.html

[Ftp客户端] 6.7.4--Java网络编程综合提高(复杂的FTP客户端)

一个java编写的Ftp客户端程序,jbuilder9下编译通过!
a java Ftp prepared by the client, jbuilder9 under compile! (2005-04-16, Java, 11KB, 下载64次)

http://www.pudn.com/Download/item/id/1113584840956880.html

[Ftp客户端] ftpClient

该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP和LeapFTP
-This instance has realised a whole FTP client by WinInet interface, its interface is similar to CuteFTP and LeapFTP (2003-10-10, Visual C++, 128KB, 下载369次)

http://www.pudn.com/Download/item/id/1065796902367976.html
总计:206