diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:50:29 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:50:29 -0600 |
commit | cf14b1bd7803760ea4657269aeb424869e0058c6 (patch) | |
tree | 083f9fdcac07a38d4bf733c601f24f52e6a8e925 /doc/tdeioslave/ftp | |
parent | 66e86452a4f46f029820115fe6e55761a8d13187 (diff) | |
download | tdebase-cf14b1bd7803760ea4657269aeb424869e0058c6.tar.gz tdebase-cf14b1bd7803760ea4657269aeb424869e0058c6.zip |
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'doc/tdeioslave/ftp')
-rw-r--r-- | doc/tdeioslave/ftp/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdeioslave/ftp/Makefile.am | 2 | ||||
-rw-r--r-- | doc/tdeioslave/ftp/index.docbook | 49 |
3 files changed, 60 insertions, 0 deletions
diff --git a/doc/tdeioslave/ftp/CMakeLists.txt b/doc/tdeioslave/ftp/CMakeLists.txt new file mode 100644 index 000000000..4d236074f --- /dev/null +++ b/doc/tdeioslave/ftp/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/ftp ) diff --git a/doc/tdeioslave/ftp/Makefile.am b/doc/tdeioslave/ftp/Makefile.am new file mode 100644 index 000000000..add273d90 --- /dev/null +++ b/doc/tdeioslave/ftp/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/ftp diff --git a/doc/tdeioslave/ftp/index.docbook b/doc/tdeioslave/ftp/index.docbook new file mode 100644 index 000000000..6d8eda542 --- /dev/null +++ b/doc/tdeioslave/ftp/index.docbook @@ -0,0 +1,49 @@ +<?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 % English "INCLUDE" > <!-- change language only here --> +]> + +<article id="ftp"> +<title>&FTP;</title> +<articleinfo> +<authorgroup> +<author>&Lauri.Watts; &Lauri.Watts.mail;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> +</articleinfo> + +<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> + +<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> + +<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> + +<para> +&FTP; is commonly used to retrieve information and obtain software stored in +files at &FTP; archive sites throughout the world. +</para> + + +<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> + +<para> See the manual: <ulink url="man:/ftp">ftp</ulink>.</para> + +</article> |