当前位置:
首页 资源下载
搜索资源 - vsftpd-2.0.6.tar.gz
搜索资源列表
-
0下载:
嵌入式ftp服务器源代码2.0.6版,可移植到2410开发板上-Embedded ftp server version 2.0.6 source code can be ported to the development of on-board 2410
-
-
0下载:
下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。
tar zxvf vsftpd-2.0.6.tar.gz
修改解压包内文件MakeFile,改交叉编译器,我的路径是
# Makefile for systems with GNU tools
CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc
直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vs
-
-
0下载:
if [ -x /usr/local/man ] then install -m 644 vsftpd.8 /usr/local/man 8/vsftpd.8 install -m 644 vsftpd.conf.5 /usr/local/man 5/vsftpd.conf.5 elif [ -x /usr/share/man ] then install -m 644 vsftpd.8 /usr/share/man/man8/vsftpd.8 install -m 644 vsftpd.con
-