- 论坛徽章:
- 0
|
本帖最后由 qdlyxy 于 2014-04-16 12:35 编辑
cryboy2001 发表于 2014-04-16 07:54 ![]()
1、换过一个ftp客户端试试
2、telnet一下服务器的21端口试试
telnet 服务器 21
ftp换过了,都一样
telnet 21端口,没反应
$ telnet 192.168.71.150 21
Trying 192.168.71.150...
远程ftp,没反应
$ ftp 192.168.71.150
ftp: connect: Connection timed out
在服务器上ftp自己,是可以的
# ftp 192.168.71.150
Connected to 192.168.71.150 (192.168.71.150).
220 (vsFTPd 2.0.5)
Name (192.168.71.150:aaa): FtpUser
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
/var/log/vsftpd.log没有,但是其他地方到时找到vsftpd.log,
/var/log/vsftpd.log {
# ftpd doesn't handle SIGHUP properly
nocompress
missingok
}
/var/log/xferlog {
# ftpd doesn't handle SIGHUP properly
nocompress
missingok
} |
|