搜索资源列表
zlg_boot
- ZLG的Smartarm2200上uClinux boot代码,含Tcp/ip、FTP-S和文件系统代码。仅供学习。-ZLG the Smartarm2200 on uClinux boot code, with DEC / ip, FTP-S and file system code. Only learning.
bios-lt75.tar
- 这是bios-lt的最新板,(1) bios.img占用的扇区数由4个合并为2个,相应的文件大小由193K减小为66K (2) 实现了对FLASH芯片BOOT扇区的处理,建立FLASH分区时不用再考虑让开BOOT扇区 改动的主要目的是想做到: 在29F040上空出384K的空间,建立一个分区存放不含应用程序的uClinux kernel, 将29LV160作为一个大分区,在其上建立JFFS2文件系统,并挂接为uClinux的根文件系统. 系统应用程序全部存储在
ftpd_FTP_Telnet
- busybox-1.14.2+wu-ftpd-2.6.2实现FTP和Telnet移植详解 平台:Ubuntu8.10 交叉编译器:arm-linux-gcc 3.41 文件系统工具:busybox-1.14.2 ftp移植软件:wu-ftpd-2.6.2 相关软件: bison-1.35. netkit-base-0.17 移植目标:arm2440开发板-busybox-1.14.2+ wu-ftpd-2.6.2 realization explain FTP
useful_tool
- 该软件包中,含有嵌入式系统开发常用的工具如DNW ,H-JTAG,Xlight FTP server用于嵌入式系统调试。能为您的嵌入式开发提供很大的方便。-The software bag contain DWM(UART BEBUG TOOL in windows-os)、H-JTAG Xlight FTP server which are useful tool for Embedded system development.
tftp
- 在嵌入式系统中常用的烧录TFTP协议,是FTP的有效精简,本内容介绍如何来搭建此协议-Commonly used in embedded systems burn the TFTP protocol is an effective streamlining of FTP, this describes how to set up the contents of this agreement
ftpc
- 通过EVC编程的基于WINCE系统的FTP传输程序,能完成FTP服务器目标文件夹自动扫描传输。-The FTP transporting programe based on the system of WINCE used by EVC programe tool.
uCOS51
- 文档内容包括:uCOS51高效内核、OS人机界面SHELL的编写、51机开发板的硬件设计、RTL8019AS网卡驱动程序、51TCP/IP协议栈设计、应用协议FTP、PPP、HTTP、SMTP、SNMP……在51上的实现技术、51OS任务划分和应用程序实例、由51软件系统向ARM的移植以及其他想到的题目。-Documents include: uCOS51 efficient kernel, OS preparation of man-machine interface SHELL, 51 ma
FTPD_vxworksbased
- VxWorks下FTP服务器源程序,系统运行过程中建立一个FTPD任务。本程序可以与VxWorks内置FTPD通用-VxWorks source code under the FTP server, the system is running a FTPD task. This procedure can be built with VxWorks General FTPD
vsftpd-transport
- 嵌入式系统中最常用的FTP服务器在ARM上的详细移植文档-The most commonly used in embedded systems FTP server on ARM Portable Document details
winceftpclient
- wince ftp client源码,适合wince系统下载ftp资源使用-wince ftp client sourcecode
video
- 基于qt环境编写的一个vod视频点播系统,该系统可以在本地添加视频资源或者通过网络ftp获取视频资源。拥有以下功能(播放、停止、快进、快退、上/下曲、全屏和音量控制)。-Based on the qt environment written vod video-on-demand system, the system can add video resources on the local or network ftp access to video resources. Has the fol
ftpserver
- 嵌入式系统中FTP服务器建立源代码,STI7105上建立FTP服务用-FTP server source code STI7105 establish FTP service with embedded systems
ftp linux c源码
- 基于linux系统利用c语言实现ftp传输协议。