终端下登录到远程FTP主机下载文件是下载到哪个目录里了?

由 txkss 在 07-14-2004 12:27 发表:

终端下登录到远程FTP主机下载文件是下载到哪个目录里了?

[root@localhost pub]# ftp 218.27.74.112

Connected to 218.27.74.112.

220 (vsFTPd 1.2.0)

530 Please login with USER and PASS.

530 Please login with USER and PASS.

KERBEROS_V4 rejected as an authentication type

Name (218.27.74.112:root): ftp

331 Please specify the password.

Password:

230 Login successful.

Remote system type is UNIX.

Using binary mode to transfer files.

ftp> cd pub

250 Directory successfully changed.

ftp> ls

227 Entering Passive Mode (218,27,74,112,195,98)

150 Here comes the directory listing.

-rwxrwxrwx 1 0 0 53248 Jun 23 04:22 webmin-1.130-1.noarch.rpm

226 Directory send OK.

ftp> mget w*

mget webmin-1.130-1.noarch.rpm? y

227 Entering Passive Mode (218,27,74,112,153,101)

150 Opening BINARY mode data connection for webmin-1.130-1.noarch.rpm (53248 bytes).

226 File send OK.

53248

Published At
Categories with 服务器类
comments powered by Disqus