you must escape16nter a username怎么回答

What is FTP?
The FTP (File Transfer Protocol) utility program is commonly used for copying files to and from other computers. These computers may be at the same site or at different sites thousands of miles apart. FTP
is a general protocol that works on UNIX systems as well as a variety of other (non-UNIX) systems.
For the purposes of this Web page, the local machine refers to the machine you are initially logged into, the one on which you type theftp command. The
remote machine is the other one, the one that is the argument of theftp command.
A user interface for the standard File Transfer Protocol for ARPANET, FTP acts as an interpreter on the remote machine. The user may type a number of UNIX-like commands under this interpreter to perform desired actions on the remote machine.
Most operating systems and communication programs now include some form of an FTP utility program, but the commands differ slightly between them. The following explanations and alphabetical list of commands refers to the common FTP utility program as provided
on a UNIX machine. Check the documentation for your own machine to determine the comparable commands.
Most computers today include a windows-based type FTP program that is more PC-oriented and does not require full knowledge of these commands.You can also perform FTP through a browser. For example, bring up Internet Explorer and type in
& & & & & & ftp://yourLoginName@IPaddress
instead of a normal web page URL.
The FTP site of the Computer Science department at CSU requires the user to usesftp, the secure version of FTP. Just type
sftp instead offtp, when you are using FTP in a terminal window.
Getting Started
To connect your local machine to the remote machine, type
& & & & & & ftp machinename
where machinename is the full machine name of the remote machine, e.g.,purcell.cs.colostate.edu. If the name of the machine is unknown, you may type
& & & & & & ftp machinennumber
where machinennumber is the net address of the remote machine, e.g.,
129.82.45.181. In either case, this command is similar to logging onto the remote machine. If the remote machine has been reached successfully, FTP responds by asking for aloginname and
When you enter your own loginname and password for the remote machine, it returns the prompt
& & & & & & ftp&
and permits you access to your own home directory on the remote machine. You should be able to move around in your own directory and to copy files to and from your local machine using the FTP interface commands given on the following page.
Anonymous FTP
At times you may wish to copy files from a remote machine on which you do not have aloginname. This can be done using
anonymous FTP.
When the remote machine asks for your loginname, you should type in the wordanonymous. Instead of a
password, you should enter your own electronic mail address. This allows the remote site to keep records of the anonymous FTP requests.
Once you have been logged in, you are in the anonymous directory for the remote machine. This usually contains a number of public files and directories. Again you should be able to move around in these directories. However, you are only able to
copy the files from the remote machine to yo you are not able to write on the remote machine or to delete any files there.
Common FTP Commands
to request help or information about the FTP commands
to set the mode of file transfer to ASCII
(this is the default and transmits seven bits per character)
to set the mode of file transfer to binary
(the binary mode transmits all eight bits per byte and thus provides less chance of a transmission error and must be used to transmit files other than ASCII files)
to exit the FTP environment (same as quit)
to change directory on the remote machine
to terminate a connection with another computer
close brubeck
closes the current FTP connection with brubeck,
& but still leaves you within the FTP environment.
to delete (remove) a file in the current remote directory (same asrm in UNIX)
to copy one file from the remote machine to the local machine
get ABC DEF
copies file ABC in the current remote directory to (or on top of) a file namedDEF in your current local directory.
copies file ABC in the current remote directory to (or on top of) a file with the same name,ABC, in your current local directory.
to request a list of all available FTP commands
to change directory on your local machine (same as UNIX cd)
to list the names of the files in the current remote directory
to make a new directory within the current remote directory
to copy multiple files from the remote machine
& you are prompted for a y/n answer before transferring each file
copies all the files in the current remote directory to your current local directory, using the same filenames. Notice the use of the wild card character,*.
to copy multiple files from the local machine t
& you are prompted for a y/n answer before transferring each file
to open a connection with another computer
open brubeck
opens a new FTP connection with brubeck;
& you must enter a username and password for a brubeck account
& & & (unless it is to be an anonymous connection).
to copy one file from the local machine to the remote machine
to find out the pathname of the current directory on the remote machine
to exit the FTP environment (same as bye)
to to remove (delete) a directory in the current remote directory
Further Information
Many other interface commands are available. Also FTP can be run with different options. Please refer to your manual or the UNIXman page on
ftp for more information. &!--
See also the --&
Example Sessions
Examples of two FTP sessions are given on the next two pages. These show the type of interaction you may expect when using theftp utility.
Example of Anonymous FTP Session
ftp cs.colorado.edu
Connected to cs.colorado.edu.
220 bruno FTP server (SunOS 4.1) ready.
Name (cs.colorado.edu:yourlogin): anonymous
331 Guest login ok, send ident as password.
230-This server is courtesy of Sun Microsystems, Inc.
230-The data on this FTP server can be searched and accessed via WAIS, using
230-our Essence semantic indexing system.
Users can pick up a copy of the
230-WAIS &.src& file for accessing this service by anonymous FTP from
230-ftp.cs.colorado.edu, in pub/cs/distribs/essence/aftp-cs-colorado-edu.src
230-This file also describes where to get the prototype source code and a
230-paper about this system.
230 Guest login ok, access restrictions apply.
ftp& cd /pub/HPSC
250 CWD command successful.
200 PORT command successful.
150 ASCII data connection for /bin/ls (128.138.242.10,3133) (0 bytes).
ElementsofAVS.ps.Z
execsumm_tr.ps.Z
viShortRef.ps.Z
226 ASCII Transfer complete.
418 bytes received in 0.043 seconds (9.5 Kbytes/s)
ftp& get README
200 PORT command successful.
150 ASCII data connection for README (128.138.242.10,3134) (2881 bytes).
226 ASCII Transfer complete.
local: README remote: README
2939 bytes received in 0.066 seconds (43 Kbytes/s)
221 Goodbye.
An FTP session to obtain the HPSC README file from the cs.colorado.edu anonymous ftp directory using aloginname of
anonymous and a password of one's own electronic mail address.
Example of Regular FTP Session
ftp nordsieck.cs.colorado.edu
Connected to nordsieck.cs.colorado.edu.
220 nordsieck FTP server (Version 5.53 Tue Aug 25 10:46:12 MDT 1992) ready.
Name (nordsieck.cs.colorado.edu:yourlogin): yourlogin
331 Password required for yourlogin.
230 User yourlogin logged in.
ftp& cd HPSC/exercises
250 CWD command successful.
200 PORT command successful.
550 No files found.
ftp& put tmul.out
200 PORT command successful.
150 Opening ASCII mode data connection for tmul.out.
226 Transfer complete.
local: tmul.out remote: tmul.out
1882 bytes sent in 0.0095 seconds (1.9e+02 Kbytes/s)
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
226 Transfer complete.
9 bytes received in 0.0021 seconds (4.3 Kbytes/s)
ftp& mput *
mput Makefile? y
200 PORT command successful.
150 Opening ASCII mode data connection for Makefile.
226 Transfer complete.
local: Makefile remote: Makefile
1020 bytes sent in 0.0062 seconds (1.6e+02 Kbytes/s)
mput tmul.out? n
221 Goodbye.
An FTP session to copy files from a remote machine back to nordsieck.cs.colorado.edu using one's own login and password.
转载地址:
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:191149次
积分:2152
积分:2152
排名:第7285名
原创:48篇
转载:32篇
评论:62条
(2)(1)(1)(4)(2)(10)(2)(1)(1)(3)(2)(1)(1)(2)(1)(4)(1)(1)(4)(1)(1)(3)(2)(2)(4)(13)(10)“you must enter a valid zip/postal code”是什么意思?
“you must enter a valid zip/postal code”是什么意思?
08-10-02 & 发布
你必须输入有效邮政编码。
请登录后再发表评论!
你必须输入有效邮政编码
请登录后再发表评论!You must enter a valid birthdate. 什么意思_百度知道
You must enter a valid birthdate. 什么意思
提问者采纳
必须输入确/效/合
其他类似问题
按默认排序
其他3条回答
必须输入效期valid意思1. , 充根据, 符合逻辑2. 效3. 律效力4. 系统认5. 奏效效
你必须输入一个有效的出生日期。
请输入有效的出生日期
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁You are using an older version of the IE web browser.
This site requires the use of IE
10 or above.
for details on
downloading the latest version of IE.
Alternatively, you can
to download the Firefox browser or
to download the Chrome browser

我要回帖

更多关于 must提问用什么回答 的文章

 

随机推荐