搜索资源列表
ftpfiles
- 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
FtpSystem.rar
- 能够随时监听客户端的连接请求,提供上传,下载文件的功能,进行文件可靠性的传输.(服务器端也能提供增加访问用户的功能,修改用户相关信息的功能,并能选择对应每个用户的共享ftp列表的功能,进行相关的上传,下载数据【待升级】),并可以实现和客户端进行聊天等功能。在客户机请求来的时候为该用户临时创建一个进程,实现多线程的编程。,Be able to listen at any time the client connection requests, providing upload and downlo
FTP_order
- FTP命令大全,FTP:文件传输协议。先说说他的功能吧,主要就是从运行FTP服务器的计算机传输文件。-Encyclopedia of FTP commands, FTP: File Transfer Protocol. His first talk about the function of it, mainly from running FTP server computer to transfer files.
FTP_delpli
- // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Descr iption: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function
2005ftp1
- 一个简单的FTP客户端软件开发,该软件能实现一个客户端与服务器的互通以及完成基本的文件传输功能.-A simple FTP client software, the software can achieve a client and server interoperability and the completion of the basic file transfer function.
ftp_script
- 利用windows自带的FTP客户端功能,从指定服务器上传下载文件,特别适合在局域网内网传输文件。-Using windows own FTP client function, uploading and downloading files from the specified server, especially for file transfer in the LAN network.
winscp434source
- WinSCP is a SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer. It uses Secure Shell (SSH) and supports, in addition to Secure FTP, also legacy SCP protocol.
ftp
- ftp服务器和客户端的代码,实现ftp传输功能-ftp server and client code, ftp transfer function to achieve
FTPClientintroduction
- FTP客户端软件是在了解FTP工作原理后,利用C#语言来设计和开发的。FTP客户端分为连接模块、文件管理模块、文件传输模块和辅助管理模块。连接模块实现主机与服务器的连接的功能;文件管理模块实现新建文件、删除文件等功能;文件传输模块实现主机与服务器连接成功后上传和下载文件功能。辅助管理模块实现一些相关功能如:读写配置INI文件。该FTP客户端软件达到了使用方便的目标,希望开发软件的经验能为使用.NET设计开发Windows应用程序FTP客户端软件的初学者提供一些帮助。-FTP client FTP
tftp client
- tftp客户端,与tftp服务器进行连接,配合,完成文件传输功能(TFTP client, connect with TFTP server, cooperate, complete file transfer function)