You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.9 KiB
30 lines
1.9 KiB
11 years ago
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||
|
<!ENTITY % addindex "IGNORE">
|
||
|
<!ENTITY % British-English "INCLUDE"> <!-- change language only here -->
|
||
|
]>
|
||
|
|
||
13 years ago
|
<article id="ftp">
|
||
11 years ago
|
<title>&FTP;</title>
|
||
13 years ago
|
<articleinfo>
|
||
|
<authorgroup>
|
||
11 years ago
|
<author>&Lauri.Watts; &Lauri.Watts.mail;</author>
|
||
|
<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>malcolm.hunter@gmx.co.uk</email></address></affiliation><contrib>Conversion to British English</contrib></othercredit>
|
||
13 years ago
|
</authorgroup>
|
||
|
</articleinfo>
|
||
|
|
||
11 years ago
|
<para>&FTP; is the Internet service used to transfer a data file from the disk of one computer to the disk of another, regardless of the operating system type. </para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>Similar to other Internet applications, &FTP; uses the client-server approach — a user invokes an &FTP; program on the computer, instructs it to contact a remote computer, and then requests the transfer of one or more files. The local &FTP; program becomes a client that uses <acronym>TCP</acronym> to contact an &FTP; server program on the remote computer. Each time the user requests a file transfer, the client and the server programs cooperate to send a copy of the data across the Internet. </para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>&FTP; servers which allow <quote>anonymous &FTP;</quote> permit any user, not only users with accounts on the host, to browse the <quote>ftp</quote> archives and download files. Some &FTP; servers are configured to allow users to upload files. </para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>&FTP; is commonly used to retrieve information and obtain software stored in files at &FTP; archive sites throughout the world. </para>
|
||
13 years ago
|
|
||
|
|
||
11 years ago
|
<para>Source: Paraphrased from <ulink url="http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm"> http://tlc.nlm.nih.gov/resources/tutorials/internetdistlrn/ftpdef.htm</ulink> </para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>See the manual: <ulink url="man:/ftp">ftp</ulink>.</para>
|
||
13 years ago
|
|
||
|
</article>
|