CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - FTP server client

搜索资源列表

  1. ftptest

    0下载:
  2. vc 实现的FTP服务器与,客户端,在XP上测试.未出现问题-vc achieved FTP server and the client, in the XP test. is not a problem
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:392160
    • 提供者:bernshell
  1. FTP_socket

    0下载:
  2. FTP的服务器端与客户端,使用Socket编写,压缩包里面有详细的说明。-This is the Server End and Client End of FTP program, which is written using WinSock.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:264518
    • 提供者:xxx
  1. wlet

    0下载:
  2. linux 下 结合ftp 和部分telnet 功能的服务器源码 -Wall-e is a team for a project about two-demision code , for details at this:http://hi.baidu.com/hzau_wall_ethisserver and client programs is created for the s3c2410 platform board to conveniencely control it and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:31195
    • 提供者:renxingdao
  1. LittleFTP

    0下载:
  2. 用NMFast组件实现的FTP客户端源码,可以将FTP服务器地址,用户名和密码等信息存储在EXE本身的资源中,通过定制实现傻瓜化操作.-NMFast components implemented using FTP client source code, you can FTP server address, user name and password and other information stored in the EXE' s own resources, through cu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:80856
    • 提供者:
  1. FTPSRC

    0下载:
  2. 一个FTP SERVER的源代码,在别的地方转的,不知道好用不发用-A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:63419
    • 提供者:刘达
  1. FTPSERVERandCLIENT

    0下载:
  2. 本程序为FTP服务器和客户端的程序代码,具体的内容请查看里面,其中里面的debug已经删掉 -This procedure for the FTP server side and client-side code specifically requested scan the contents of which have been deleted debug
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:223267
    • 提供者:凉风
  1. client-server-Threads

    0下载:
  2. FTP send-receive messages (client-server using threads)
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:1054
    • 提供者:Cristopher
  1. FTP

    0下载:
  2. 基于ftp协议的网络传输小程序,分服务器端,客户端两部分-Ftp protocol-based network transport small programs, sub-server side, client-side two-part
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7645632
    • 提供者:greensheep
  1. net2ftpbeta

    0下载:
  2. FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in th
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-16
    • 文件大小:4480371
    • 提供者:冰冰
  1. FTPclient

    0下载:
  2. FTP客户端,对开始学习网络编程的人相当有用,和FTP服务器-FTP client, for those who start learning network programming is useful, and the FTP server
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2030632
    • 提供者:沈国军
  1. ftp

    0下载:
  2. ftp linux 邮件服务器的配置,与客户端的配置-ftp linux mail server configuration, and client-side configuration
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4075
    • 提供者:zzh
  1. FileTransfer

    0下载:
  2. 这是一个基于FTP协议的文件传输例子,包含server和client-It s an example for file transferring based on ftp protocal,including server and client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:188779
    • 提供者:ccj
  1. assignment

    0下载:
  2. ftp简易服务器,用windows自带的ftp客户端命令行工具测试.-simple ftp server, using windows built-in ftp client command-line tools to test.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:16940
    • 提供者:373
  1. ftp

    0下载:
  2. 2个关于linux下、c语言开发环境,简单的网络server和client的源码,和大家分享一下,其中有些还需改动。-2 on linux under, c language development environment, a simple network server and client source code, and share with you, and some needed changes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4501
    • 提供者:koukeqi
  1. SourceFtp

    0下载:
  2. C#编写一个FTP客户端连接程序,开发环境VS2005,程序起初运行时要求输入FTP服务器连接信息,而且进入主界面,有点类似CuteFTP,不过功能上要逊色不少了,必竟这也是初学者写的程序,希望通过这个程序帮助C#爱好者了解一些网络编程知识。-C# write an FTP client to connect process, development environment VS2005, run-time program was initially asked to enter FTP ser
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:92296
    • 提供者:mayi789
  1. FTP-system

    0下载:
  2. 本源码是完整的FTP 客户端和服务器端,值得学习一下客户端的写法。 -The source is a complete FTP client and server side, it is worth learning about the client version.
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:2995358
    • 提供者:lihuiwen
  1. FTPserver

    0下载:
  2. VC++编程实现FTP服务器与客户端的会话建立过程-VC++ programming FTP server and client session establishment process
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1474850
    • 提供者:小于儿
  1. myFTP

    0下载:
  2. 实现了FTP的服务器端和客户端,两者都是遵循RFC文档编写,可以与vftpd正常交互-Realized the FTP server and client, both follow the RFC documentation, regular interaction with vftpd
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:6329
    • 提供者:api
  1. ftp

    0下载:
  2. 用FTP协议设计一个文件传送客户端程序。实验平台为Visual Basic开发平台。将程序输入到计算机后运行程序,输入服务器的IP地址,端口号、用户名和密码连接后,传送文件。-Design with a file transfer protocol FTP client program. Experimental platform for the Visual Basic development platform. After the program input to the computer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:11003
    • 提供者:张燕燕
  1. FTP

    0下载:
  2. 是一个FTP客户端软件的源码,具有上传下载功能,服务器的连接-Is a FTP client software source code, with the uploading and downloading functions, connection to the server
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2197138
    • 提供者:周晓
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
搜珍网 www.dssz.com