搜索资源列表
7.3 实现FTP应用
- 一个很好的学习例子,主要是ftp的实现,包括了多线程部分。-A very good example to study. It mainly talks about the implementation of ftp including the multi-process.
stuVBScript
- 学习VB的一个过程,这可是我自己设计的,尽请指导-learning VB one process, but I own design, please do guidance
FTP的源码
- 用JAVA语言介绍ftp通信的实现过程-with Java language introduced ftp communication of the process
FtpSystem.rar
- 能够随时监听客户端的连接请求,提供上传,下载文件的功能,进行文件可靠性的传输.(服务器端也能提供增加访问用户的功能,修改用户相关信息的功能,并能选择对应每个用户的共享ftp列表的功能,进行相关的上传,下载数据【待升级】),并可以实现和客户端进行聊天等功能。在客户机请求来的时候为该用户临时创建一个进程,实现多线程的编程。,Be able to listen at any time the client connection requests, providing upload and downlo
FPCCraftprocessbriefintroduction
- FPC工艺流程简介,对初学FPC人员有很大的帮助-Craft process brief introduction
ftp_file_transmission_packet
- 使用Wireshark抓取数据包,分析ftp文件传输双方通讯过程-Capture packets using Wireshark to analyze the communication process both ftp file transfer
_Source
- 基于FTP的上传程序 可以通过一次性上传许多文件达到效果-FTP upload process based on FTP upload source recoder
FTP
- 简单的ftp实现过程负担和风格和规范化焚膏继晷擐甲挥戈-Simple ftp implementation process
ftp
- 简单的FTP实现,实现过程较为简单,可以帮助新手-Simple FTP implementation, to achieve a simple process that can help novice
FtpUtil
- FTPUtil工具内类,上传和下载指定FTP服务器上的文件,并做备份处理- 英语 中文(简体) 日语 FTPUtil tools within the class, specify the FTP server to upload and download files on the backup process and do
FTPClientxp
- 本程序主要实现一个简单的FTP客户端小工具,通过程序可以实现诸如连接IIS环境下的FTP服务器、实现基本的FTP文件操作,如列表、下载、上传、删除、重命名等。-This procedure is mainly to achieve a simple FTP client tools, such as connecting to the FTP server in the IIS environment, the basic FTP file operations, such as lists,
myftp
- 在Linux下 编写 一个ftp服务器,对CWD命令该进行怎样的处理。目前我的做法是:控制连接进程,用chdir()把目录改变到CWD命令所指定的目录下,然后保存当前的目录路径,发给数据连接进程。这样list命令时就能列出所在目录信息。-In the preparation of a ftp server under Linux, on the how the CWD command processing. Currently my practice is: control the connec
