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

搜索资源列表

  1. FTP

    3下载:
  2. 1通过socket实现的FTP客户端,也是计算机网络的课程设计,内有详细说明,以及使用方法。 2由于出自学生之手,有少许错误还请包涵在VS2005环境下测试通过,可查看目录,改变目录,上传文件,下载文本文件(不同操作系统的服务器,自己开服务器可以下所有类型文件), 3操作方式类似于控制台方式打开FTP。 4网上少有的使用C++的SOCKET方式访问FTP,算法属于底层算法,不同于直接使用FTP类-1 through the socket to achieve the FTP clie
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:3006550
    • 提供者:张好同
  1. miniftp

    1下载:
  2. 纯Socket操作编写的ftp服务器端和客户端程序,设和初学者学习使用-Socket operation prepared pure ftp server-side and client-based and beginners learning to use
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-03-12
    • 文件大小:765457
    • 提供者:KOsteve
  1. FTP24CP

    0下载:
  2. 在ftp服务器上设置主目录,即用户可以从客户端上看得见得目录,并给与权限,当连接到服务器后,即可进行ftp下载等一系列的功能.首先,要了解ftp服务器的ip地址,和拥有权限的用户名以及密码。用户可根据实际情况进行适当的配置。注意:权限的分配对ftp客户端的操作会产生影响。-Ftp server set up in the main directory, that is, the user can see from the client on a directory, and to give pe
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:49508
    • 提供者:kingdom
  1. embed_TCP_IP_stack

    0下载:
  2. 本文件是嵌入式TCP/IP协议栈的说明文件,嵌入式TCP/IP应用开发人员可以通过阅读该文件,掌握在嵌入式TCP/IP协议栈的基础之上开发服务器/客户端应用程序,如FTP服务器,WEB服务器,串口服务器。-This document is embedded TCP/IP protocol stack documentation, embedded TCP/IP application development staff can read the document in the hands of
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:9510
    • 提供者:朱小海
  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. 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. 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. VCSOCKET

    0下载:
  2. VC SOCKET 文件传输程序问题.实现类似FTP的功能(在FTP服务器与客户端之间传送文件)-VC SOCKET file transfer procedure. To achieve a similar FTP functions (in the FTP server and transfer files between the client)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:6449
    • 提供者:lily
  1. miniftp

    0下载:
  2. 用c++语言中vc6上实现小型ftp的服务器和客户端,能实现基本的ftp请求-With vc6 c++ languages to achieve a small ftp server and client, to achieve the basic ftp request
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2838460
    • 提供者:何进
  1. Ftp_Server

    0下载:
  2. 在CSharp软件下设计的简单FTP服务器和客户端浏览器,希望给大家帮助。-In CSharp software to design a simple FTP server and client browser, will give all help.
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-24
    • 文件大小:181573
    • 提供者:李百良
  1. FTP

    0下载:
  2. FTP client/server application source code. Very helpful.
  3. 所属分类:Ftp Client

    • 发布日期:2017-05-06
    • 文件大小:1412272
    • 提供者:Avik
  1. ftpclient

    0下载:
  2. 一个linux下的ftp客户端,界面用qt实现。登录FTP服务器超快速,软件界面简洁-Under a linux ftp client, interface with qt achieved. Log in ultra-fast FTP server, software, simple interface
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-29
    • 文件大小:7599
    • 提供者:周先生
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com