Welcome![Sign In][Sign Up]
Location:
Search - ftp in c language

Search list

[Ftp Servertftp1

Description: 一个在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
Platform: | Size: 9216 | Author: andy | Hits:

[Internet-Networkhttpftpcsharp

Description: 很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。 -many people use the Internet, they had ants Network Express software or download files over the Internet experience, the use of such software can greatly speed up the documents on the Internet speeds, reduce file transfer time. These software Why is there so much magic? Its main reason is the software used to download and multithreading technology HTTP. If we prepare ourselves to a similar case in the process and to quickly download on the Internet, it must be a very pleasant thing. Now, I would talk about how to use C# language support for a multi-threaded download procedures, you will see the use of C# language network should procedure is how easy from can understand C# Language powerful networking capabilities.
Platform: | Size: 8192 | Author: 杨飞 | Hits:

[Internet-Networksocket_c_ftp

Description: 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误-A VC under windows socket programming is used to make a simple file transfer, instead of MFC, is under the console programming, more suitable for beginners to learn, I use the C language programming, pay attention to the VC in the project-setting-link will be added to ws2_32.lib otherwise compile error
Platform: | Size: 3072 | Author: 陈鸡洋 | Hits:

[Ftp Clientftp_client

Description: C语言写得ftp客户端程序,对嵌入式开发有较好参考价值-C language written in ftp client on the embedded value of the development of a better reference
Platform: | Size: 7168 | Author: | Hits:

[Ftp ClientFTPConstrution

Description: 该文章介绍了怎么用C++来开发常见的上传工具FTP工具的具体开发步骤,可以用来给有一定C++基础的读者练练笔,以达到更好的熟练操作C++语言!-The article describes how to use C++ To develop a common tool for FTP upload tool to develop the specific steps that can be used to have a certain C++ Based readers练练pen, in order to achieve a better proficiency in C++ language!
Platform: | Size: 12191744 | Author: 谈健 | Hits:

[Ftp ClientFTP

Description: 利用c++语言实现FTP的上传下载,包含头文件,应用文件-Using c++ language in FTP uploading and downloading, including the header files, application files
Platform: | Size: 47104 | Author: 刘飞 | Hits:

[Internet-Networkmyftpclient

Description: 使用c语言编写的ftp客户端程序。实现的命令有:open,usr,pwd,cd,ls/dir,get,put,delete,mkdir,help/?,quit。在linux下编译执行。-Using the c language of the ftp client program. Implemented commands: open, usr, pwd, cd, ls/dir, get, put, delete, mkdir, help /?, Quit. Compiled in the linux implementation.
Platform: | Size: 3072 | Author: 王国澎 | Hits:

[OS programVisualC

Description: 本书通过一个具体的工具软件——Ftp文件搜索工具的完整开发过程,由浅入深、循序渐进、全面系统地介绍了 Microsoft Visual C++6.0基础知识和常用技巧。全书共分 10章,详细讲解了 Visual C++的基本语法知识及其主要的应用,内容包括: Visual C++的基本概念、面向对象编程和C++语言、基于对话框应用程序、Windows标准控件、MFC文档结构、基于文档应用程序的编程、图形设备接口、网络编程、Ftp文件搜索工具预览等。通过对具体编程实例的详细讲解,本书还向读者介绍了在实际开发中经常用到的一些方法与技巧,使读者对用Visual C++6.0进行程序项目的开发有一个初步完整的认识。-This book by a specific software tool- Ftp file search tool for the complete development process, implemented progressively, step by step, a comprehensive and systematic introduction to Microsoft Visual C++6.0 basic knowledge and common skills. The book is divided into 10 chapters, detailed account of Visual C++ knowledge of basic grammar and its major application, including: Visual C++ the basic concepts of object-oriented programming and C++ language, dialog-based applications, Windows standard controls, MFC Documentation structure, based on the document the application programming, graphics device interface, network programming, Ftp file search tool preview. Through specific programming examples explained in detail, the book introduces readers to the actual development of a number of frequently used methods and techniques, allowing the reader to use Visual C++6.0 programming development of the project has an initial complete understanding.
Platform: | Size: 12620800 | Author: VC | Hits:

[Linux-UnixFTP

Description: 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed description of the design and function, and test documents and screenshots, the document also contains a detailed Socket function and file manipulation functions introduced for Linux programming reference for beginners use.
Platform: | Size: 2728960 | Author: tzy | Hits:

[Ftp Clientmyftp.tar

Description: 用C语言实现的简单 嵌入式 ftp 客户端,用 struct 和 函数指针仿真了 c++ 中的类。 在uclinux平台上测试通过。 -Simple to use C language embedded ftp client, struct and function pointers with the simulated c++ classes. Uclinux platform in the test.
Platform: | Size: 4096 | Author: 成伟 | Hits:

[Linux-Unixmyftp

Description: ftp客户端的实现 ,用c语言实现,在linux下gcc测试通过-ftp client implementation, using c language, tested in gcc under linux
Platform: | Size: 4096 | Author: 小谢 | Hits:

[Linux-Unixftp-1.7

Description: 在linux下用c语言写的ftp服务器程序-it is a FTP server program wiritten by c language in linux system.
Platform: | Size: 8192 | Author: | Hits:

[Linux-Unixftp_server

Description: 用c语言在linux环境下实现了ftp服务器的登录模块,目录操作,文件操作,文件传输模块,工作模式,监控模块等,另外还有文档。 -C language in linux environment to achieve a ftp server login module, directory operations, file operations, file transfer module, mode, control module, in addition to the document.
Platform: | Size: 1227776 | Author: halie123 | Hits:

[Linux-UnixFTP-SERVER

Description: ftp server服务器,基于linux标准c语言编写,仅供参考,-FTP server server, based on Linux standard written in c language, and is for reference only, thank you
Platform: | Size: 135168 | Author: 303906779 | Hits:

[Linux-Unixftp

Description: 在linux环境下,用c语言实现简单的ftp服务系统,比较简单-C language in the linux environment, simple ftp service system is relatively simple
Platform: | Size: 9216 | Author: | Hits:

[Internet-NetworkFTP

Description: 在linux上,用C语言实现服务器的开发,能上传文件和下载文件。-In linux using C language development of the server, you can upload and download files.
Platform: | Size: 31744 | Author: 小河 | Hits:

[Linux-Unixftp

Description: linux c语言应用编程,ftp编程实例,可以正确运行。本例可以帮助你深入理解ftp的工作原理-the linux c language application programming, ftp programming examples can be run correctly. This example can help you in-depth understanding of the working principle of the ftp
Platform: | Size: 38912 | Author: | Hits:

[Linux-Unixftp

Description: 在LINUX下用C语言编写的FTP源代码,学习的好例子。-LINUX in FTP using C language source code, learning a good example.
Platform: | Size: 66560 | Author: 陈辰 | Hits:

[Internet-Networkftp

Description: c语言实现的ftp控制台软件源代码,分服务端和客户端两部分-c language console ftp software source code, sub-server and client in two parts
Platform: | Size: 11264 | Author: 黄凡 | Hits:

[Internet-Networkftp

Description: 在Linux环境下,用C语言仿造ftp功能,有客户端和服务器端。-In the Linux environment, using C language imitation FTP function, client and server.
Platform: | Size: 13312 | Author: | Hits:
« 12 »

CodeBus www.codebus.net