Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1154379
  • 博文数量: 221
  • 博客积分: 10152
  • 博客等级: 上将
  • 技术积分: 1518
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-22 10:42
文章分类

全部博文(221)

文章存档

2018年(1)

2015年(6)

2014年(3)

2013年(4)

2012年(1)

2011年(5)

2010年(14)

2009年(10)

2008年(28)

2007年(33)

2006年(114)

2005年(2)

我的朋友

分类: 系统运维

2006-10-10 17:25:41

ftp -v -d -i -n -g [主机名] ,其中 -v 显示远程服务器的所有响应信息; -n 限制ftp的自动登录,即不使用; .n etrc文件; -d 使用调试方式; -g 取消全局文件名。

ftp使用的内部命令如下(中括号表示可选项):

1.![cmd[args]]:在本地机中执行交互shell,exit回到ftp环境,如: !ls*.zip.

2.$ macro-ame[args]:执行宏定义macro-name.

3.account[password]:提供登录远程系统成功后访问系统资源所需的补 充口令。

4.append local-file[remote-file]:将本地文件追加到远程系统主机, 若未指定远程系统文件名,则使用本地文件名。

5.ascii:使用ascii类型传输方式。

6.bell:每个命令执行完毕后计算机响铃一次。

7.bin:使用二进制文件传输方式。

8.bye:退出ftp会话过程。

9.case:在使用mget时,将远程主机文件名中的大写转为小写字母。

10.cd remote-dir:进入远程主机目录。

11.cdup:进入远程主机目录的父目录。

12.chmod mode file-name:将远程主机文件file-name的存取方式设置为 mode,如: chmod 777 a.out 。

13.close:中断与远程服务器的ftp会话(与open对应)。

14.cr:使用asscii方式传输文件时,将回车换行转换为回行。

15.delete remote-file:删除远程主机文件。

16.debug[debug-value]:设置调试方式, 显示发送至远程主机的每条命 令,如: deb up 3,若设为0,表示取消debug。

17.dir[remote-dir][local-file]:显示远程主机目录,并将结果存入本 地文件local-file。

18.disconnection:同close。

19.form format:将文件传输方式设置为format,缺省为file方式。

20.get remote-file[local-file]: 将远程主机的文件remote-file传至 本地硬盘的local-file。

21.glob:设置mdelete,mget,mput的文件名扩展,缺省时不扩展文件名, 同命令行的-g参数。

22.hash:每传输1024字节,显示一个hash符号(#)。

23.help[cmd]:显示ftp内部命令cmd的帮助信息,如:help get。

24.idle[seconds]:将远程服务器的休眠计时器设为[seconds]秒。

25.image:设置二进制传输方式(同binary)。

26.lcd[dir]:将本地工作目录切换至dir。

27.ls[remote-dir][local-file]:显示远程目录remote-dir, 并存入本 地文件local-file。

28.macdef macro-name:定义一个宏,遇到macdef下的空行时,宏定义结 束。

29.mdelete[remote-file]:删除远程主机文件。

30.mdir remote-files local-file:与dir类似,但可指定多个远程文件, 如: mdir *.o.*.zipoutfile 。

31.mget remote-files:传输多个远程文件。

32.mkdir dir-name:在远程主机中建一目录。

33.mls remote-file local-file:同nlist,但可指定多个文件名。

34.mode[modename]:将文件传输方式设置为modename, 缺省为stream方 式。

35.modtime file-name:显示远程主机文件的最后修改时间。

36.mput local-file:将多个文件传输至远程主机。

37.newer file-name: 如果远程机中file-name的修改时间比本地硬盘同 名文件的时间更近,则重传该文件。

38.nlist[remote-dir][local-file]:显示远程主机目录的文件清单,并 存入本地硬盘的local-file。

39.nmap[inpattern outpattern]:设置文件名映射机制, 使得文件传输  时,文件中的某些字符相互转换,如:nmap ..[,].[,],则 传输文件a1.a2.a3时,文件名变为a1,a2。该命令特别适用于远程主机 为非UNIX 机的情况。

40.ntrans[inchars[outchars]]:设置文件名字符的翻译机制,如ntrans 1R,则文件名LLL将变为RRR。

41.open host[port]:建立指定ftp服务器连接,可指定连接端口。

42.passive:进入被动传输方式。

43.prompt:设置多个文件传输时的交互提示。

44.proxy ftp-cmd:在次要控制连接中,执行一条ftp命令, 该命令允许 连接两个ftp服务器,以在两个服务器间传输文件。第一条ftp命令必须为open, 以首先建立两个服务器间的连接。

45.put local-file[remote-file]:将本地文件local-file传送至远程主 机。

46.pwd:显示远程主机的当前工作目录。

47.quit:同bye,退出ftp会话。

48.quote arg1,arg2...:将参数逐字发至远程ftp服务器,如: quote syst.

49.recv remote-file[local-file]:同get。

50.reget remote-file[local-file]:类似于get,但若local-file存在, 则从上次传输中断处续传。

51.rhelp[cmd-name]:请求获得远程主机的帮助。

52.rstatus[file-name]:若未指定文件名,则显示远程主机的状态,否 则显示文件状态。

53.rename[from][to]:更改远程主机文件名。

54.reset:清除回答队列。

55.restart marker:从指定的标志marker处,重新开始get或put,如: restart 130。

56.rmdir dir-name:删除远程主机目录。

57.runique:设置文件名唯一性存储,若文件存在,则在原文件后加后缀 ..1,.2等。

58.send local-file[remote-file]:同put。

59.sendport:设置PORT命令的使用。

60.site arg1,arg2...:将参数作为SITE命令逐字发送至远程ftp主机。

61.size file-name:显示远程主机文件大小,如:site idle 7200。

62.status:显示当前ftp状态。

63.struct[struct-name]:将文件传输结构设置为struct-name, 缺省时 使用stream结构。

64.sunique:将远程主机文件名存储设置为唯一(与runique对应)。

65.system:显示远程主机的类型。

66.tenex:将文件传输类型设置为TENEX机的所需的类型。

67.tick:设置传输时的字节计数器。

68.trace:设置包跟踪。

69.type[type-name]:设置文件传输类型为type-name,缺省为ascii,如: type binary,设置二进制传输方式。

70.umask[newmask]:将远程服务器的缺省umask设置为newmask,如: umask 3。

71.user user-name[password][account]:向远程主机表明自己的身份, 需要口令时,必须输入口令,如:user anonymous my@email。

72.verbose:同命令行的-v参数,即设置详尽报告方式,ftp服务器的所有 响应都将显示给用户,缺省为on.

73.?[cmd]:同help.


FTP信息代码全解
-----------------------------------
110 Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "="). 
重新启动标志回应。这种情况下,信息是精确的并且不用特别的处理;可以这样看:标记 yyyy = mmm 中 yyyy是 用户进程数据流标记,mmmm是服务器端相应的标记(注意在标记和等号间的空格) 
----------------------------------- 
120 Service ready in nnn minutes. 
服务在NNN时间内可用 
----------------------------------- 
125 Data connection already open; transfer starting. 
数据连接已经打开,开始传送数据. 
----------------------------------- 
150 File status okay; about to open data connection. 
文件状态正确,正在打开数据连接. 
----------------------------------- 
200 Command okay. 
命令执行正常结束. 
----------------------------------- 
202 Command not implemented, superfluous at this site. 
命令未被执行,此站点不支持此命令. 
----------------------------------- 
211 System status, or system help reply. 
系统状态或系统帮助信息回应. 
----------------------------------- 
212 
Directory status. 
目录状态信息. 
----------------------------------- 
213 File status. 
文件状态信息. 
----------------------------------- 
214 Help message.On how to use the server or the meaning of a particular non-standard command. This reply is useful only to the human user. 帮助信息。关于如何使用本服务器或特殊的非标准命令。此回 复只对人有用。 
----------------------------------- 
215 NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document. 
NAME系统类型。 
----------------------------------- 
220 Service ready for new user. 
新连接的用户的服务已就绪 
----------------------------------- 
221 Service closing control connection. 
控制连接关闭 
----------------------------------- 
225 Data connection open; no transfer in progress. 
数据连接已打开,没有进行中的数据传送 
----------------------------------- 
226 Closing data connection. Requested file action successful (for example, file transfer or file abort). 
正在关闭数据连接。请求文件动作成功结束(例如,文件传送或终止) 
----------------------------------- 
227 Entering Passive Mode (h1,h2,h3,h4,p1,p2). 
进入被动模式 
----------------------------------- 
230 User logged in, proceed. Logged out if appropriate. 
用户已登入。 如果不需要可以登出。 
----------------------------------- 
250 Requested file action okay, completed. 
被请求文件操作成功完成 
----------------------------------- 
257 "PATHNAME" created. 
路径已建立 
----------------------------------- 
331 User name okay, need password. 
用户名存在,需要输入密码 
----------------------------------- 
332 Need account for login. 
需要登陆的账户 
----------------------------------- 
350 Requested file action pending further information 
对被请求文件的操作需要进一步更多的信息 
----------------------------------- 
421 Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down. 
服务不可用,控制连接关闭。这可能是对任何命令的回应,如果服务认为它必须关闭 
----------------------------------- 
425 Can't open data connection. 
打开数据连接失败 
----------------------------------- 
426 Connection closed; transfer aborted. 
连接关闭,传送中止。 
----------------------------------- 
450 Requested file action not taken. 
对被请求文件的操作未被执行 
----------------------------------- 
451 Requested action aborted. Local error in procssing. 
请求的操作中止。处理中发生本地错误。 
----------------------------------- 
452 Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy). 
请求的操作没有被执行。 系统存储空间不足。 文件不可用 
----------------------------------- 
500 Syntax error, command unrecognized. This may include errors such as command line too long. 
语法错误,不可识别的命令。 这可能是命令行过长。 
----------------------------------- 
501 Syntax error in parameters or arguments. 
参数错误导致的语法错误 
----------------------------------- 
502 Command not implemented. 
命令未被执行 
----------------------------------- 
503 Bad sequence of commands. 
命令的次序错误。 
----------------------------------- 
504 Command not implemented for that parameter. 
由于参数错误,命令未被执行 
----------------------------------- 
530 Not logged in. 
没有登录 
----------------------------------- 
532 Need account for storing files. 
存储文件需要账户信息 
----------------------------------- 
550 Requested action not taken. File unavailable (e.g., file not found, no access). 
请求操作未被执行,文件不可用。 
----------------------------------- 
551 Requested action aborted. Page type unknown. 
请求操作中止,页面类型未知 
----------------------------------- 
552 Requested file action aborted. Exceeded storage allocation (for current directory or dataset). 
对请求文件的操作中止。 超出存储分配 
----------------------------------- 
553 Requested action not taken. File name not allowed 
请求操作未被执行。 文件名不允许 
----------------------------------- 
----------------------------------- 
这种错误跟http协议类似,大致是: 
2开头--成功 
3开头--权限问题 
4开头--文件问题 
5开头--服务器问题

阅读(1662) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~