ChinaUnix.net
相关文章推荐:

FTP 根位于

我在WINDOWS环境下用Serv-u学做个ftp服务器,建完后却连不上,这是为什么? 在我的域那有个禁止的符号,我该怎么解决? 在这个附件里面有截图,麻烦大家看看,给我个解决方案。小弟叩首了!!:em10:

by Hywna - 服务器应用 - 2006-07-01 12:52:56 阅读(1422) 回复(3)

相关讨论

比如一个用户ftpuser,登陆ftp之后,自动到/home/ftpuser文件夹下。有办法设置吗?

by lansiluo12 - HP-UX - 2008-09-04 15:56:54 阅读(2530) 回复(4)

18.2G硬盘,256M内存。为ftp要保留相当的空间,大家能给个分区建议吗? 另外,我想单独分一个区:/ftp,但是不知道pure-ftpd能否指定/ftp作为用户登录后的“”。如果能指定,请告知方法。我在conf中没有找到设置方法。 谢谢

by shaaben - BSD - 2004-10-29 13:03:17 阅读(1409) 回复(3)

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)。 高手指点,,,谢了。

by ciciyaa - 服务器应用 - 2003-03-04 13:14:27 阅读(1412) 回复(0)

档案传输程序。如果要登入的主机允许昵名登入,我们使用参数 -a 来自动登入。 $ ftp -a freebsd.csie.nctu.edu.tw 进入 ftp 之后,会出现命令的提示列。我们可以输入以下的指令: 指令 说明 help 或 ? 显示可以使用的指令。 ls 列出远程所在目录的档案。 pwd 显示远程所目录位置。 cd dir 进入远程的 dir 目录。 get file 从远程取回 file 档案。 put file 将本地端的 file 档案上传到远程机器。 acsii 使用文字模式传送档案。 bi...

by jackpig - BSD文档中心 - 2008-06-24 10:35:27 阅读(1414) 回复(0)

bj.net% ftp 210.53.139.69 ftp: ftp/tcp: unknown service 为什么主机之间不能使用ftp啊,大家给解释一下 谢谢了

by im555 - Solaris - 2008-06-17 09:23:29 阅读(2778) 回复(15)

ftp的配制文件在哪? linux自带了,所以不知道. find / -name "ftpaccess" -print NO FIND

by linux_paly - 服务器应用 - 2008-02-12 22:54:57 阅读(3162) 回复(1)

各位大哥ftp可以一次上传多个文件吗?

by leikai - AIX - 2008-01-13 18:07:06 阅读(1714) 回复(2)

使用下面的步骤来设置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里有一...

by leikai - AIX - 2007-10-18 17:26:08 阅读(1951) 回复(1)

linux root下 执行这个脚本 #!/bin/bash ftp -n<

by zyx19855 - Shell - 2006-10-27 20:35:20 阅读(1116) 回复(3)

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...

by macer - HP文档中心 - 2006-09-05 22:41:46 阅读(1357) 回复(0)