搜索资源列表
FTP使用技巧
- FTP使用技巧 发布者:flyfox 发布时间:07月31日 详细信息: FTP(文件传输)和E-mail(电子邮件)、Telnet(远程登录)一样,是Internet的三大主要功能之一。因为使用频繁,用户往往会遇到各种各样的问题,合理利用FTP命令的初始化文件.netrc,使运行FTP后自动执行某些FTP的内部命令,可有效地克服各种使用中的不便,极大地方便FTP的使用者。-FTP Skills release : flyfox Published Date : July
chat_file-transmition
- 利用Visual C++的Windows SOCKET网络编程实现局域网内正在使用本程序的所有主机的群聊、两主机之间的点对点聊天和文件传送功能,且具有以下特点:通信完全是异步的;各用户是对等的,不区分客户机和服务器,任何用户启动或关闭程序都不会影响其他用户的正常使用;使用多线程传输文件。 -using Visual C Windows Socket Programming Network is bringing LAN use this procedure in the mainframe
VxWorks_introduce
- VxWorks操作系统的集成环境叫Tornado。Tornado集成环境提供了高效明晰的图形化的实时应用开发平台,它包括一套完整的面向嵌入式系统的开发和调测工具。Tornado环境采用主机-目标机交叉开发模型,应用程序在主机的Windows环境下编译链接生成可执行文件,下载到目标机,通过主机上的目标服务器(Target Server)与目标机上的目标代理(Target Agent)的通信完成对应用程序的调试、分析-VxWorks operating system called Tornado i
FTP
- FTP(File Transfer Protocol)是文件传输协议,我们可以在服务器中存放大量的共享软件和免费资源,网络用户可以从服务器中下载文件,或者将客户机上的资源上传至服务器。FTP就是用来在客户机和服务器之间实现文件传输的标准协议。它使用客户/服务器模式,客户程序把客户的请求告诉服务器,并将服务器发回的结果显示出来。而服务器端执行真正的工作,比如存储、发送文件等。 如果用户要将一个文件从自己的计算机发送到FTP服务器上,称为FTP的上载(Upload),而更多的情况是
STK-develop
- SIM卡为表示能够执行proactive command且支持SAT,它必须在文件EFphaseTKG EFsst中有相关数据。 Phase文件指的是SIM卡所支持的GSM标准的级数,值为3则指SIM卡支持GSM phase 2和设置下传功能(profile download)。SST文件包含支持哪些GSM性能的准确信息。-SIM card that can support the implementation of proactive command and the SAT, it must
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
HexTOUU
- Hex编码文件转UU编码的函数,在进行ARM9程序升级时处理标准hex文件使用-Hex encoding UU-encoded file transfer function, during the upgrade process to deal with ARM9 standard hex file
serverclient
- 安全文件传输,基于arm2440的文件的上传下载,修改,重命名,界面采用QT实现,希望多大家能有所帮组-Secure File Transfer, based on the upload documents arm2440 download, modify, rename, interface implementation using QT, I hope everyone can be helped many groups
plc
- 电力线载波通信方面的一点学习资料,希望对各位有所帮助。-Power line carrier communications learning materials that we hope will be helpful to you.
FSM_FTP
- 利用有限状态机实现FTP 文件传输,不错,可以看看,研究一下-The use of finite state machine realization of FTP file transfer, yes, you can look at and study the
filetransfers
- MFC的文件传输例子,做的很好,可作为客户端和服务端。喜欢MFC的朋友推荐看一下-MFC file transfer example, do good, can be used as client and server. MFC likes to look at the recommendation of a friend
sys2latex
- this file convert ABCD matrice to transfer function
bmp_file_transfer_software_PowerPCB
- bmp 文件转 PowerPCB 软件,-bmp file transfer software PowerPCB,
winsockfiletransfer
- Winsock file transfer Example
FILE-TRANSFER-USING-TCP
- transfering datas using the transfer control protocol.... in networking concept
file-transfer
- 毕业论文 文件传输协议的简单设计与实现 计算机网络设计-Thesis of simple file transfer protocol design and implementation of computer network design
report-transfer-protocol
- this file consist of a survey on different transport protocols in wireless sensor networks. this is my PhD proposal as well.-this file consist of a survey on different transport protocols in wireless sensor networks. this is my PhD proposal as well.
QQprotocol-report
- qq软件相关协议分析总结,包括,聊天,传文件,登陆等协议的详细分析-qq software protocol analysis summary, including chat, transfer file, landing a detailed analysis of the agreement
File-transfer-system-based-on-TCP
- 本系统借助JAVASE平台,使用socket通信实现两台计算机间的文件传输并设计了相应的GUI。本文给出了socket模式下实现文件准确快速传输的详细方法, 并给出了相应的核心实现代码。-System With JAVASE platform file transfer between two computers using socket communication and design appropriate GUI. Socket mode files quickly and accurat
chat-file-transfer
- In this article I am demonstrating a chat application which can handle multiple users at the same time. It also supports file transfer.