18.2G硬盘,256M内存。为ftp要保留相当的空间,大家能给个分区建议吗? 另外,我想单独分一个区:/ftp,但是不知道pure-ftpd能否指定/ftp作为用户登录后的“根”。如果能指定,请告知方法。我在conf中没有找到设置方法。 谢谢
red hat 7.2系统 在ftpaccess中加了两行,其它都为redhat 默认. upload /var/ftp * no upload /var/ftp/incoming yes ftp ftp 0000 nodirs 目录incoming已经改为ftp.ftp,权根改为777(最大:还是不行) get能行,put 就不行了(说permission denied on server)。 高手指点,,,谢了。
档案传输程序。如果要登入的主机允许昵名登入,我们使用参数 -a 来自动登入。 $ ftp -a freebsd.csie.nctu.edu.tw 进入 ftp 之后,会出现命令的提示列。我们可以输入以下的指令: 指令 说明 help 或 ? 显示可以使用的指令。 ls 列出远程所在目录的档案。 pwd 显示远程所目录位置。 cd dir 进入远程的 dir 目录。 get file 从远程取回 file 档案。 put file 将本地端的 file 档案上传到远程机器。 acsii 使用文字模式传送档案。 bi...
使用下面的步骤来设置ftp进行日志记录: 1.# cp /etc/inetd.conf /etc/inetd.conf.bak 2.# vi /etc/inetd.conf 编辑如下的ftp行,在最后加上-l标志: ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd -l 3.# vi /etc/syslog.conf 在syslog.conf文件的最后加上下面的行: daemon.info /tmp/ftp.log 4.# touch /tmp/ftp.log 5.# refresh -s inetd 6.# refresh -s syslogd 但是在/tmp/ftp.log里有一...
hq-nms-3 #man ftp ftp(1) ftp(1) NAME ftp - file transfer program SYNOPSIS ftp [-g] [-i] [-n] [-c] [-P] [-v] [-B size] [server-host] DESCRIPTION ftp is a user interface to the File Transfer Protocol. ftp copies files over a network connection between the local ``client'' host and a remote ``server'' hos...