annotate docs/gftp.xml @ 952:a490d94a5b8e

2008-03-28 Brian Masney <masneyb@gftp.org> * lib/Makefile.am lib/misc.c lib/socket-connect.c lib/socket-connect-getaddrinfo.c lib/socket-connect-gethostbyname.c lib/sockutils.c lib/gftp.h - cleaned up more of the socket functions and split them up into their own files. Cleanups and bug fixes to the DNS lookup code.
author masneyb
date Fri, 28 Mar 2008 11:44:36 +0000
parents 007145d7d975
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
222
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 <?xml version="1.0"?>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4 <!ENTITY legal SYSTEM "legal.xml">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
5 <!ENTITY appversion "2.0.12">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 <!ENTITY manrevision "1.0">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
7 <!ENTITY date "June 2002">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
8 <!ENTITY gftp "<application>gFTP</application>">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
9 <!-- Information about the entities
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
10 The legal.xml file contains legal information, there is no need to edit the file.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
11 Use the appversion entity to specify the version of the application.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
12 Use the manrevision entity to specify the revision number of this manual.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
13 Use the date entity to specify the release date of this manual.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
14 Use the gftp entity to specify the name of the application. -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
15 ]>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
16 <!--
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
17 (Do not remove this comment block.)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
18 Maintained by the GNOME Documentation Project
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
19 http://developer.GNOME.org/projects/gdp
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
20 Template version: 2.0 beta
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
21 Template last modified Jan 30, 2002
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
22 -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
23 <!-- =============Document Header ============================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
24 <article id="index" lang="en">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
25 <!-- please do not change the id; for translations, change lang to -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
26 <!-- appropriate code -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
27 <articleinfo>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
28 <title>gFTP Manual &manrevision;</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
29
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
30 <copyright>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
31 <year>2002</year>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
32 <holder>Alexander Kirillov</holder>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
33 </copyright>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
34 <copyright>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
35 <year>2002</year>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
36 <holder>Brian Masney</holder>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
37 </copyright>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
38
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
39 <!-- translators: uncomment this:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
40
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
41 <copyright>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
42 <year>2002</year>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
43 <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
44 </copyright>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
45
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
46 -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
47 <!-- An address can be added to the publisher information. If a role is
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
48 not specified, the publisher/author is the same for all versions of the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
49 document. -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
50 <publisher>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
51 <publishername>GNOME Documentation Project </publishername>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
52 </publisher>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
53
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
54 &legal; <!-- This file contains link to license for the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
55 documentation (GNU FDL), and other legal stuff such as "NO
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
56 WARRANTY" statement. Please do not change any of this. -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
57
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
58 <authorgroup>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
59 <author>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
60 <firstname>Alexander</firstname>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
61 <surname>Kirillov</surname>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
62 <affiliation>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
63 <orgname>GNOME Documentation Project</orgname>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
64 <address> <email>kirillov@math.sunysb.edu</email> </address>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
65 </affiliation>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
66 </author>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
67 <author>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
68 <firstname>Brian</firstname>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
69 <surname>Masney</surname>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
70 <affiliation>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
71 <orgname></orgname>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
72 <address><email>masneyb@seul.org</email> </address>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
73 </affiliation>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
74 </author>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
75 </authorgroup>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
76
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
77
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
78 <releaseinfo> This manual describes version &appversion; of &gftp;.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
79 </releaseinfo>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
80 </articleinfo>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
81
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
82 <indexterm zone="index">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
83 <primary>gFTP</primary>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
84 </indexterm>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
85 <indexterm zone="index">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
86 <primary>gFTP</primary>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
87 </indexterm>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
88 <indexterm zone="index">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
89 <primary>File Transfer</primary>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
90 </indexterm>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
91
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
92 <!-- ============= Document Body ============================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
93 <!-- ============= Introduction ============================== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
94 <!-- Use the Introduction section to give a brief overview of what
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
95 the application is and what it does. -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
96 <sect1 id="gftp-introduction">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
97 <title>Introduction</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
98 <para>The &gftp; is a graphical file transfer manager. It can be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
99 used for downloading files from remote FTP servers, uploading
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
100 files to an FTP server, or transferring files between two remote
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
101 servers. &gftp; provides the following
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
102 features:</para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
103 <itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
104 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
105 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
106 <para> Support for FTP, HTTP and SSH (both SSH1 and SSH2) protocols
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
107 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
108 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
109 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
110 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
111 <para>Support for fxp file transfers (transferring files between two
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
112 remote servers via ftp)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
113 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
114 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
115 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
116 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
117 <para> Multithreaded to allow for simultaneous downloads
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
118 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
119 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
120 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
121 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
122 <para>File transfer queues to allow for downloading multiple files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
123 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
124 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
125 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
126 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
127 <para> Bookmarks menu to allow you to quickly connect to remote sites
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
128 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
129 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
130 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
131 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
132 <para> Support for resuming interrupted file transfers
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
133 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
134 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
135 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
136 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
137 <para> Drag-N-Drop support
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
138 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
139 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
140 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
141 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
142 <para> FTP and HTTP proxy server support
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
143 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
144 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
145 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
146 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
147 <para> Allows for passive and non-passive file transfers
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
148 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
149 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
150 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
151 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
152 <para> Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
153 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
154 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
155 </itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
156
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
157 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
158
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
159 <!-- =========== Basic usage ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
160 <sect1 id="gftp-basic">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
161 <title>Basic Usage</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
162 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
163 This section describes basic usage of &gftp; and its graphical
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
164 interface (buttons, menus, etc).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
165 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
166
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
167 <!-- ======= ===== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
168 <sect2 id="gftp-starting">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
169 <title>Starting And Quitting &gftp;</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
170
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
171 <para>To start &gftp; open the <guimenu> Main Menu</guimenu>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
172 then choose <menuchoice> <guimenu>Programs</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
173 <guisubmenu>Internet</guisubmenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
174 <guimenuitem>gFTP</guimenuitem> </menuchoice>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
175 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
176 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
177 You can also start &gftp; from the command line. To do so,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
178 type <command>gftp</command> or <command>gftp
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
179 <replaceable>ftp://ftp.myhostname.com/pub</replaceable></command>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
180 and press <keycap>Return</keycap>. Here
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
181 <replaceable>ftp://ftp.myhostname.com/pub</replaceable> is
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
182 the address (URL) of the site you want to connect to. See
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
183 <xref linkend="gftp-connect-url"/> for examples of
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
184 admissible URLs.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
185 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
186 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
187 To quit &gftp; choose <menuchoice><guimenu>FTP</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
188 <guimenuitem>Quit</guimenuitem> </menuchoice>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
189 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
190 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
191 There are two versions of &gftp;: graphical and text. Command
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
192 &gftp; will start graphical version in graphical environment
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
193 (i.e., when X Window System is running)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
194 and text version otherwise. (For advanced users: &gftp; checks
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
195 whether environment variable DISPLAY is set to determine
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
196 whether graphical environment is present.) You can also
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
197 explicitly start graphical version by using command
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
198 <command>gftp-gtk</command> and text version by using command
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
199 <command>gftp-text</command>. This manual only describes graphical
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
200 version.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
201 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
202 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
203
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
204 <!-- ======= ===== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
205 <sect2 id="gftp-gui">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
206 <title>&gftp; Main Window And Controls</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
207 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
208 After starting, &gftp; opens the main window shown in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
209 linkend="gftp-mainwin-fig"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
210 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
211 <!-- ==== Figure ==== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
212 <figure id="gftp-mainwin-fig">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
213 <title>gFTP Main Window</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
214 <screenshot>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
215 <mediaobject>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
216 <imageobject>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
217 <imagedata
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
218 fileref="figures/mainwin.png" format="PNG"/>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
219 </imageobject>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
220 <textobject>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
221 <phrase>Shows &gftp; main window. </phrase>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
222 </textobject>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
223 </mediaobject>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
224 </screenshot>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
225 </figure>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
226 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
227 This window contains the following areas and controls:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
228 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
229 <variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
230 <!-- ########## -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
231 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
232 <term>Connection information: <guilabel>hostname</guilabel>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
233 <guilabel>port</guilabel>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
234 <guilabel>User</guilabel>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
235 <guilabel>Pass</guilabel>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
236 <guilabel>Protocol type</guilabel> (FTP, HTTP, SSH)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
237 </term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
238 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
239 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
240 These fields contain information about currently active
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
241 connection (<guilabel>User</guilabel> and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
242 <guilabel>Pass</guilabel> stand for username and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
243 password respectively). You can also use them to open a new
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
244 connection: enter the connection information in these
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
245 fields and click on <guibutton>Connect</guibutton> button.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
246 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
247 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
248 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
249 <!-- ########## -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
250 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
251 <term><guibutton>Connect</guibutton> button</term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
252 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
253 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
254 When not connected, enter connection settings (hostname,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
255 protocol, etc) and click on this button to connect to a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
256 remote computer. When connected to a remote computer,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
257 click on this button to disconnect.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
258 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
259 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
260 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
261 <!-- ########## -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
262 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
263 <term><guibutton>Stop</guibutton> button</term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
264 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
265 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
266 Click on this button to stop connection attempts or a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
267 file transfer.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
268 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
269 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
270 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
271 <!-- ########## -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
272 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
273 <term><guilabel>File list</guilabel> panels</term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
274 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
275 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
276 These tow panels show the contents of current directory
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
277 on local (left panel) and remote (right panel)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
278 computers. They can also be used for navigation:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
279 double-clicking on a directory takes you to that
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
280 directory. See <xref linkend="gftp-viewing"/> for more
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
281 information.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
282 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
283 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
284 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
285 <!-- ########## -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
286 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
287 <term><guibutton>Transfer</guibutton> buttons</term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
288 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
289 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
290 Click on one of this buttons to transfer selected files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
291 between local and remote computers. The arrow shows
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
292 direction of transfer: top button transfers from the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
293 local computer to the remote one (upload), the bottom
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
294 button transfers from the remote computer to the local
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
295 one (download)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
296 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
297 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
298 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
299 <!-- ########## -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
300 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
301 <term><guilabel>Transfer progress window</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
302 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
303 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
304 This window shows file transfer progress.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
305 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
306 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
307 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
308 <!-- ########## -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
309 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
310 <term><guilabel>Log window</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
311 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
312 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
313 This window shows all the messages exchanged by the local
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
314 computer and the remote one. Mostly useful for
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
315 troubleshooting and diagnostic purposes.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
316 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
317 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
318 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
319 </variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
320 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
321 <sect2 id="gftp-basic-transfer">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
322 <title>Connecting and Transferring Files</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
323 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
324 To connect to a remote computer, enter the computer address
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
325 (hostname) on the toolbar and select the protocol type (by
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
326 default, FTP). If using anonymous FTP or HTTP connection, leave
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
327 fields <guilabel>User</guilabel> and <guilabel>Pass</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
328 blank; otherwise, enter your username and password. After
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
329 entering this information, click on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
330 <guibutton>Connect</guibutton> button. For detailed
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
331 instructions and other ways to establish connection, see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
332 linkend="gftp-connect"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
333 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
334 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
335 To transfer files between local and remote computers,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
336 double-click on the file you want to transfer. If you need to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
337 transfer several files or whole directories, click on them
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
338 while holding down <keycap>Ctrl</keycap> key to select. After
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
339 selecting, click on the appropriate
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
340 <guibutton>Transfer</guibutton> button located between file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
341 list panels. For detailed instructions, see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
342 linkend="gftp-transfer"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
343 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
344 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
345 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
346
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
347 <!-- =========== Connecting To a Remote Site ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
348 <sect1 id="gftp-connect">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
349 <title>Connecting To a Remote Site</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
350 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
351 The first step in transferring files is establishing a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
352 connection to the remote site.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
353 &gftp; provides several ways to connect to a remote site,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
354 described below. These descriptions assume that you are already
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
355 connected to the Internet. Please note that
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
356 If you are behind a firewall and use HTTP or FTP proxy, you will
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
357 need to configure &gftp; before connecting as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
358 linkend="gftp-configuring"/>. Configuration changes are also likely to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
359 be required when connecting to an SSH site; see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
360 linkend="gftp-ssh"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
361 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
362 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
363 To disconnect from a remote site, click on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
364 <guibutton>Connect</guibutton> button or choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
365 <menuchoice><guimenu>Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
366 <guimenuitem>Disconnect</guimenuitem></menuchoice>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
367 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
368
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
369
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
370 <!-- =========== Using toolbar ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
371 <sect2 id="gftp-connect-toolbar">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
372 <title>Connecting Using the Toolbar</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
373 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
374 To connect to a remote site, enter the connection information in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
375 the appropriate fields in the toolbar.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
376 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
377 <variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
378 <!-- ############### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
379 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
380 <term><guilabel>Host</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
381 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
382 <para>Enter the remote site hostname (e.g., <systemitem
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
383 class="systemname">ftp.gnome.org</systemitem>). Do not
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
384 include <systemitem>ftp://</systemitem> prefix or the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
385 directory (e.g., <systemitem>/pub</systemitem>). You can
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
386 select one of recently visited sites by clicking on the down
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
387 arrow and selecting it from the drop-down list. You can also
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
388 drag the URL from any GNOME application to the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
389 <guibutton>Connect</guibutton> button.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
390 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
391 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
392 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
393 <!-- ############### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
394 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
395 <term><guilabel>Port</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
396 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
397 <para>Unless you know that the server uses non-standard
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
398 port, leave this field blank
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
399 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
400 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
401 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
402 <!-- ############### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
403 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
404 <term><guilabel>User</guilabel> and <guilabel>Pass</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
405 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
406 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
407 If you have an account on the server you are connecting to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
408 and want to use this account, enter your username and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
409 password. If connecting to an anonymous FTP site (i.e.,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
410 one that allows connection to everyone, without requiring
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
411 an account), leave these fields blank.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
412 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
413
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
414
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
415 <note>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
416 <title>NOTE</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
417 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
418 Most anonymous FTP servers ask that you enter
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
419 <systemitem>anonymous</systemitem> for username and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
420 your e-mail address for password. Most of them only use
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
421 the e-mail address for statistics. However, there is a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
422 potential risk that some less scrupulous FTP sites
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
423 will use your e-mail to send you spam. To avoid this,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
424 &gftp; uses fake addresses (that is, strings that look
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
425 like a valid e-mail address) as passwords.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
426 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
427 </note>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
428 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
429 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
430 <!-- ############### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
431 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
432 <term><guilabel>Protocol</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
433 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
434 <para>Select the protocol to use (by default,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
435 <systemitem>FTP</systemitem>). Possible protocols include
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
436 FTP (File Transfer Protocol), HTTP and SSH (Secure Shell, a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
437 protocol for encrypted communications, described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
438 linkend="gftp-ssh"/>).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
439 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
440 <warning>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
441 <title>SECURITY WARNING</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
442 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
443 Using non-anonymous FTP connection is a serious
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
444 security risk, as your username and password are
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
445 transmitted unencrypted over the Internet and can be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
446 easily intercepted by a third party. It is recommended
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
447 that you only use FTP for anonymous sites. When
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
448 username and password is required, use SSH instead.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
449 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
450 </warning>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
451
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
452 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
453 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
454 </variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
455 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
456 After entering this information, click on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
457 <guibutton>Connect</guibutton> button (see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
458 linkend="gftp-mainwin-fig"/>). &gftp; will try to connect to the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
459 server. If successful, the files on the remote server will be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
460 shown in the right file view pane. If there was an error when
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
461 connecting, the error message will be shown in the lower part of
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
462 &gftp; window.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
463 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
464 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
465
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
466 <!-- =========== Using menu ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
467 <sect2 id="gftp-connect-url">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
468 <title>Connecting Using URL</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
469 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
470 An equivalent way of connecting to a remote site is by
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
471 choosing <menuchoice><guimenu>Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
472 <guimenuitem>Open URL</guimenuitem></menuchoice> (<keycombo>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
473 <keycap>Ctrl</keycap><keycap>U</keycap></keycombo>). This
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
474 will prompt you for a URL to connect to. The following are
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
475 examples of valid URL's:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
476 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
477 <simplelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
478 <member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
479 ftp://ftp.myhostname.com/pub (anonymous FTP connection)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
480 </member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
481 <member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
482 ftp://user@ftp.myhostname.com/pub (non-anonymous FTP
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
483 connection with given
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
484 username. You
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
485 will be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
486 prompted for a password)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
487 </member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
488 <member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
489 ftp://user:pass@ftp.myhostname.com/pub (non-anonymous FTP
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
490 connection, with given
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
491 username and password)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
492 </member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
493 <member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
494 ssh://user:pass@myhostname.com (SSH connection, with given
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
495 username and password)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
496 </member>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
497 </simplelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
498 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
499
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
500 <!-- =========== Using toolbar ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
501 <sect2 id="gftp-connect-bookmarks">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
502 <title>Connecting Using the Bookmarks</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
503 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
504 You can also use &gftp; bookmarks for connecting to frequently
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
505 used sites, as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
506 linkend="gftp-bookmarks"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
507 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
508 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
509 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
510 <!-- =========== Viewing and Selecting Files ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
511 <sect1 id="gftp-viewing">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
512 <title>Viewing Files and Directories</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
513
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
514 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
515 <sect2 id="gftp-file-list">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
516 <title>File List Panel</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
517 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
518 After connecting, the right file list panel will show the files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
519 on the remote computer (see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
520 linkend="gftp-fileview-fig"/>. Similarly, the left file view
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
521 panel shows the files on the local computer.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
522 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
523 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
524 At the top of file view panel there is the location field which
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
525 shows the path to current directory. Immediately below it, there
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
526 is the status line which shows remote computer name, file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
527 selection filter (see below), and protocol.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
528 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
529 <para>FILE LIST - NEEDS WORK
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
530 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
531 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
532 You can refresh file list panel by choosing
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
533 <menuchoice><guimenu>Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
534 <guimenuitem>Refresh</guimenuitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
535 </menuchoice>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
536 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
537 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
538
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
539 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
540 <sect2 id="gftp-navigate">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
541 <title>Navigating Directories</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
542 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
543 To see the contents of a subdirectory, double-click on this
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
544 directory name in the file list window. To go up one level in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
545 the directory tree, double-click on <filename>..</filename>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
546 (usually the first item in the list). By a common Unix
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
547 convention, <filename>..</filename> stands for parent directory.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
548 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
549 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
550
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
551 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
552 <sect2 id="gftp-viewing-files">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
553 <title>Viewing and Editing Individual Files</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
554 <para>To view an individual file, select this file in the file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
555 view window and choose <menuchoice><guimenu>Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
556 <guimenuitem>View...</guimenuitem></menuchoice> (for files on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
557 the remote computer) or <menuchoice><guimenu>Local</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
558 <guimenuitem>View...</guimenuitem></menuchoice> (for files on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
559 the local computer). Alternatively, you can select the file,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
560 then right-click on it and choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
561 <guimenuitem>View</guimenuitem> from the context menu.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
562 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
563 <para>To edit an individual file, select this file in the file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
564 view window and choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
565 <menuchoice><guimenu>Local/Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
566 <guimenuitem>Edit...</guimenuitem></menuchoice>. Alternatively,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
567 you can select the file, then right-click on it and choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
568 <guimenuitem>Edit...</guimenuitem> from the context menu.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
569 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
570
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
571 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
572 Advanced users may configure which applications should be used
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
573 for opening files of different types by manually editing
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
574 &gftp; configuration file as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
575 linkend="gftp-configuring-advanced"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
576 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
577 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
578
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
579 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
580 <sect2 id="gftp-filter">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
581 <title>File Filter</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
582 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
583 You can configure &gftp; so that the file list window only
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
584 shows files matching a given pattern. To do so, choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
585 <menuchoice><guimenu>Remote</guimenu> <guimenuitem>Change
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
586 Filespec...</guimenuitem></menuchoice> (for files on the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
587 remote computer) or <menuchoice><guimenu>Local</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
588 <guimenuitem>Change Filespec...</guimenuitem></menuchoice>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
589 (for files on the local computer) and enter the pattern in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
590 <guilabel>Change Filespec...</guilabel> dialog. The pattern
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
591 may use wildcards <keycap>*</keycap> (matches any string) and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
592 <keycap>?</keycap> (matches any single symbol). For example,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
593 pattern <filename>*</filename>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
594 matches all files, while <filename>*.tar*</filename> matches
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
595 all files with extension <filename>tar</filename>, possibly
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
596 followed by any sequence of symbols, for example
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
597 <filename>filename.tar.gz</filename>. Please note that
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
598 filenames in Unix are case-sensitive, so the pattern
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
599 <filename>*.jpeg</filename> will not match files with
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
600 extension <filename>.JPEG</filename>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
601 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
602 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
603 Once you have selected a filter, the file list window will be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
604 updated to show only files matching the pattern. To remind
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
605 you of that, this pattern will be shown under the location
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
606 field.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
607 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
608 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
609 To clear the filter and show all files, choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
610 <menuchoice><guimenu>Remote</guimenu> <guimenuitem>Change
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
611 Filespec...</guimenuitem></menuchoice> and enter
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
612 <filename>*</filename> as the pattern.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
613 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
614 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
615
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
616 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
617 <sect2 id="gftp-custom-view">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
618 <title>Customizing File View</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
619 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
620 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
621 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
622
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
623
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
624 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
625
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
626 <!-- =========== Selecting and Transferring Files ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
627 <sect1 id="gftp-transfer">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
628 <title>Transferring Files</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
629 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
630 This section describes how one transfers files between local and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
631 remote computer. It assumes that you have already established
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
632 the connection with the remote computer as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
633 linkend="gftp-connect"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
634 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
635
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
636 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
637 <sect2 id="gftp-transfer-single">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
638 <title>Transferring a Single File</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
639 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
640 To transfer a single file, double-click on the file in the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
641 file list window, or drag the file from one
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
642 file list window to another using the mouse.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
643 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
644 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
645 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
646 <sect2 id="gftp-transfer-multiple">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
647 <title>Transferring Multiple Files</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
648 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
649 To transfer multiple files in the same directory, you need to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
650 select files to transfer. To do so, click on each of the files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
651 and directories you want to select while holding down
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
652 <keycap>Ctrl</keycap>. To select a continuous block of files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
653 from the list, click on the first file, then hold down
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
654 <keycap>Shift</keycap> key and click on the last file of the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
655 block. All files between them will be selected.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
656 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
657 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
658 You can also select all files and subdirectories in the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
659 current directory by choosing
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
660 <menuchoice><guimenu>Local</guimenu> <guimenuitem>Select
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
661 All</guimenuitem> </menuchoice> (respectively,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
662 <menuchoice><guimenu>Remote</guimenu> <guimenuitem>Select
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
663 All</guimenuitem> </menuchoice>). You can also choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
664 <menuchoice><guimenu>Local</guimenu> <guimenuitem>Select
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
665 All Files</guimenuitem> </menuchoice> which selects all files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
666 but not subdirectories.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
667 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
668 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
669 To transfer selected files between the local and remote
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
670 computers, click on the appropriate
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
671 <guibutton>transfer</guibutton> buttons, located between the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
672 file list windows. The arrow on the button shows the direction
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
673 of the transfer, so the top button will transfer files from
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
674 the local computer to the remote one, and the bottom button
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
675 will transfer files from the remote computer to the local
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
676 one. NEEDS WORK: TRANSFER MENU
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
677 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
678 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
679 Once the transfer has started, its progress will be shown in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
680 <guilabel>Transfer progress</guilabel> window. NEEDS WORK
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
681 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
682 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
683
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
684 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
685 <sect2 id="gftp-transfer-options">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
686 <title>Transfer Options</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
687 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
688 By default, &gftp; preserves file permissions and follows
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
689 symbolic links. It also starts transfers immediately after you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
690 click on <guibutton>transfer</guibutton>` button and does one
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
691 transfer at a time, i.e. it only starts transferring the next
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
692 file after completing transfer of the previous file. These and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
693 many other options can be modified as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
694 linkend="gftp-configuring"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
695 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
696 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
697 In addition, you can select whether the files should be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
698 transferred in binary or text mode. In binary mode, the file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
699 is transferred <quote>as is</quote>, without any changes. This
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
700 is the default mode, and in most cases, you should use it.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
701 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
702 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
703 In text (ascii) mode, &gftp; will also make necessary conversion of
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
704 end-of-line symbol. DOS and Microsoft Windows systems use
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
705 different way of denoting end-of-line than Unix and Linux
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
706 systems, which can lead to minor inconveniences if text files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
707 are transferred between Windows and Unix/Linux systems
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
708 <quote>as is</quote>. Therefore, when transferring text
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
709 files between Windows and Unix/Linux systems it is recommended
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
710 that you use text (ascii) mode.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
711 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
712 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
713 You can switch between binary and ascii modes using
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
714 <guimenu>FTP</guimenu> menu.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
715 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
716 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
717
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
718
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
719
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
720 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
721 <sect2 id="gftp-queue">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
722 <title>Transfer Queue</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
723 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
724 By default, &gftp; starts the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
725 transfer immediately after you click on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
726 <guibutton>transfer</guibutton>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
727 button or double-click on a file. You can configure it
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
728 so that instead, it just adds the filename to the list of files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
729 to be transferred but does not start the actual transfer until
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
730 you choose <menuchoice><guimenu>Transfers</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
731 <guimenuitem>Start transfer</guimenuitem> </menuchoice>. This
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
732 mode is especially convenient if you need to transfer a number
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
733 of files in different directories.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
734 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
735 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
736 To switch to this mode, open <guilabel>Options</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
737 dialog by choosing <menuchoice><guimenu>FTP</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
738 <guimenuitem>Options</guimenuitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
739 </menuchoice>(<keycombo><keycap>Ctrl</keycap>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
740 <keycap>O</keycap></keycombo>) and unselect <guilabel>Start
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
741 file transfers</guilabel> option in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
742 <guilabel>General</guilabel> tab.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
743 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
744 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
745
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
746
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
747
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
748
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
749
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
750 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
751 <sect2 id="gftp-overwrite">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
752 <title>Overwriting Existing Files</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
753 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
754 If some of the files being transferred already exist in the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
755 target directory, &gftp; will open <guilabel>??</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
756 dialog shown in <xref linkend="gftp-overwrite-fig"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
757 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
758 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
759 This dialog allows you to choose for each file one of the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
760 following options:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
761 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
762 <itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
763 <!-- ############### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
764 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
765 <para><guilabel>Overwrite</guilabel>:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
766 transfer the file overwriting the existing file.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
767 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
768 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
769 <!-- ############### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
770 <listitem><guilabel>Skip</guilabel>: do not transfer the file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
771 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
772 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
773 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
774 <!-- ############### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
775 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
776 <para><guilabel>Resume</guilabel>: this option should only
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
777 be used if the existing file in the target directory is a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
778 result of interrupted file transfer. This option will resume
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
779 the transfer from the place it was interrupted (provided
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
780 that the remote computer supports this functionality; most
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
781 FTP servers do). This is faster than starting the transfer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
782 form the beginning.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
783 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
784 <warning>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
785 <title>WARNING</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
786 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
787 <guilabel>Resume</guilabel> option should only be used
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
788 if the file in the target directory is the result of
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
789 interrupted transfer. Selecting this option in any other
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
790 situation - for example, if the file in the target
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
791 directory is a complete copy of an older or newer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
792 version of the file being transferred - will result in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
793 corrupted file.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
794 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
795 </warning>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
796 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
797 </itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
798 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
799 To choose one of these options, select the file in the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
800 <guilabel></guilabel> dialog and click on the appropriate
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
801 button (<guibutton>Overwrite</guibutton>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
802 <guibutton>Skip</guibutton>, <guibutton>Resume</guibutton>) at
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
803 the bottom. After selecting the appropriate options for each
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
804 of the files in the dialog, click <guibutton>OK</guibutton>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
805 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
806 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
807 By default, &gftp; uses <guilabel>Resume</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
808 option. You can change this using <guilabel>Options</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
809 dialog, as described in <xref linkend="gftp-configuring"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
810 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
811 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
812
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
813 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
814 <sect2 id="gftp-resume">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
815 <title>Resuming Interrupted Transfer</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
816 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
817 If file transfer was interrupted for some reason (e.g., a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
818 server overload or network or dialup problems), you do not
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
819 have to start the transfer again form the beginning. Instead,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
820 &gftp; allows you to resume the transfer from the point where
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
821 it stopped. This requires that the remote computer supports
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
822 resume function of FTP protocol; most FTP servers do.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
823 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
824 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
825 To resume transfer manually, reconnect to the same server,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
826 select again the files you want to transfer and start
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
827 transferring them. &gftp; will recognize partially
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
828 downloaded file in the local directory and then ask you whether to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
829 resume the download or overwrite the partially downloaded
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
830 file and to start all over (see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
831 linkend="gftp-overwrite"/>). Choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
832 <guilabel>Resume</guilabel> and click <guibutton>OK</guibutton>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
833 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
834 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
835 You can also configure &gftp; so that if connection closes for
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
836 some reason during file transfer, &gftp; will try to reconnect
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
837 again and continue with the file transfer where it left
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
838 off. You can also specify how many times to reconnect and how
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
839 long to wait for connection. All these options can be set
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
840 using <guilabel>Options</guilabel> dialog described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
841 linkend="gftp-configuring"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
842 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
843 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
844 In order to specify reasonable reconnect options you need to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
845 understand some of the things that can go wrong with a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
846 download.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
847 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
848 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
849 The most common cause of download problems is an overloaded
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
850 FTP server. When a server becomes overloaded there will be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
851 times when the server just can't get around to passing gFTP
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
852 the next block of data. In the gFTP progress window you will
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
853 get a message that the transfer is stalled. If the transfer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
854 is stalled for over 30 seconds gFTP will time out the transfer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
855 and disconnect. (Don't mess with the Read timeout Option
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
856 unless you know what you are doing. You can get timeouts for
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
857 a lot of other reasons that an overloaded server.) gFTP then
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
858 waits the time interval specified in Options and then
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
859 reconnects.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
860 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
861 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
862 Some servers recognize when they are overloaded and begin
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
863 deliberately disconnecting clients until they get back down to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
864 the maximum number of downloads that they can reasonably
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
865 serve. If gFTP gets disconnected it waits the time interval
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
866 specified in Options and then reconnects. These servers
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
867 sometimes remember who they have just bounced off and if you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
868 try to reconnect immediately they tell gFTP to stop trying to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
869 automatically reconnect. So in the Options
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
870 (Ftp->Options->Network->Retry sleep time) you want to wait
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
871 just long enough that the busy server will have forgotten you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
872 and then reconnect. The gFTP default is 15 seconds.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
873 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
874 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
875 The other reconnect Option that you are interested in is
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
876 Connect retries (Ftp->Options->Network->Connect retries).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
877 Connect retries is the number of time that gFTP will reconnect
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
878 before giving up altogether. There two ways to approach this
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
879 option.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
880 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
881 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
882 If gFTP has to keep reconnecting to a remote server then the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
883 download can be very slow. You might want to switch another
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
884 remote server which is faster. If the file name on the new
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
885 server is exactly the same as the file name on the first
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
886 server then you can resume the download at whatever point you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
887 got to on the first server. In this case set Connect retries
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
888 to 3, which is the default.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
889 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
890 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
891 If you want to keep chugging away at the download until it
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
892 finishes, no matter what, then set Connect retries to 0.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
893 (Incidentally, I once had a download shut down after 100
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
894 reconnects. gFTP and that remote site just weren't getting
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
895 along and I was in bed asleep)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
896 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
897
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
898 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
899
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
900
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
901 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
902
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
903 <!-- =========== File operations ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
904 <sect1 id="gftp-fileops">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
905 <title>Other File Operations</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
906 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
907 <sect2 id="gftp-delete">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
908 <title>Deleting, Renaming, Editing and Viewing Files</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
909 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
910 To delete files or directories on local computer, select them
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
911 (see <xref linkend="gftp-transfer-multiple"/> for information
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
912 about selecting multiple files) and choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
913 <menuchoice><guimenu>Local</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
914 <guimenuitem>Delete</guimenuitem> </menuchoice>. Similarly, to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
915 delete files or directories on remote computer, select themand
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
916 choose <menuchoice><guimenu>Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
917 <guimenuitem>Delete</guimenuitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
918 </menuchoice>. Alternatively, after selecting the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
919 files you can right-click in the corresponding file list panel
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
920 and choose <guimenuitem>Delete</guimenuitem> from the context
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
921 menu.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
922 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
923 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
924 To rename, view, or edit file, select this file in the list
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
925 and choose corresponding command form <guimenu>Local</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
926 or <guimenu>Remote</guimenu> menu (or right-click and choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
927 the command from the context menu). You can only rename, view,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
928 or edit a single file; if you have selected more than ne file,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
929 &gftp; will give an error message.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
930 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
931 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
932 &gftp; will use the programs specified in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
933 <guilabel>Options</guilabel> dialog (see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
934 linkend="gftp-configuring"/>) for viewing and editing
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
935 files. It is also possible to configure &gftp; to use
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
936 different programs for different file types by manually
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
937 editing configuration file (see <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
938 linkend="gftp-configuring-advanced"/>).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
939 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
940 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
941 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
942 <sect2 id="gftp-chmod">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
943 <title>Changing File Permissions</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
944 <para> To change
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
945 permissions of a file or directory, select it and choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
946 <menuchoice><guimenu>Local/Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
947 <guimenuitem>Chmod...</guimenuitem> </menuchoice> or right-click
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
948 and choose <guimenuitem>Chmod...</guimenuitem> from the context
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
949 menu. You can only change permisions of one file at a time.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
950 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
951 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
952 As usual, you can set three types of permissions: read, write,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
953 and execute, independently for file owner, group of users
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
954 owning the file, and everyone else. If you are not fmailair
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
955 with Unix notion of file permission, read info page for GNU
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
956 <application>fileutils</application> package (if you are using
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
957 Linux), or any introductory book or document on Unix, such as
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
958 <citetitle>If you are new to Linux/UNIX</citetitle>, included
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
959 in GNOME desktop environment.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
960 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
961 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
962 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
963 <sect2 id="gftp-makedir">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
964 <title>Creating Directories</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
965 <para> To create a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
966 subdirectory in the current directory, choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
967 <menuchoice><guimenu>Local/Remote</guimenu> <guimenuitem>Make
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
968 Directory...</guimenuitem> </menuchoice> or right-click and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
969 choose <guimenuitem>Make Directory...</guimenuitem> from the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
970 context menu. &gftp; will prompt you for directory name.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
971 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
972 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
973 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
974 <sect2 id="gftp-compare">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
975 <title>Comparing Directories</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
976 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
977 &gftp; allows you to compare the directories on local and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
978 remote computer, showing the files that are different in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
979 them. This feature is very convenient for synchronizing you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
980 local directory with the remotre one, as it shows the files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
981 that were added or updated since your last synchronization. To
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
982 compare current directories on local and remote computer,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
983 choose <menuchoice><guimenu>Tools</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
984 <guimenuitem>Compare
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
985 windows</guimenuitem></menuchoice>. &gftp; will show and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
986 select in each window the files that are different from the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
987 files in the other window. That is, it will select all files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
988 that are not present in directory but not the other and those
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
989 files that are present in both directories but have differnt
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
990 sizes or modification dates.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
991 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
992 <tip>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
993 <title>TIP</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
994 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
995 If you maintain on your local computer a copy of a directory
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
996 on the remote computer, you can easily update your local
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
997 directory as follows. First, choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
998 <menuchoice><guimenu>Tools</guimenu> <guimenuitem>Compare
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
999 windows</guimenuitem></menuchoice> (this will select in the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1000 remote directory all files that were added or changed since
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1001 your last update). Next, click on lower
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1002 <guibutton>transfer</guibutton> button (the one that
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1003 transfers from remote computer to local one). This will
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1004 automatically transfer all selected files from the remote
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1005 computer to the local computer. For the files that were
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1006 changed, &gftp; will ask you whether it should overwrite
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1007 existing files in local directory or resume transfer (see
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1008 <xref linkend="gftp-overwrite"/>). Select
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1009 <guilabel>Overwrite</guilabel> and click
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1010 <guibutton>OK</guibutton>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1011 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1012 </tip>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1013 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1014
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1015
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1016
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1017 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1018 <!-- =========== Bookmaks ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1019 <sect1 id="gftp-bookmarks">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1020 <title>Bookmarks</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1021 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1022 &gftp; allows you to create bookmarks for quick access to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1023 frequently used sites. Each bookmark contains the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1024 information about a connection:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1025 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1026 <itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1027 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1028 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1029 Host name, port, username and password (for non-anonymous
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1030 connection)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1031 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1032 <warning id="gftp-security-warning">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1033 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1034 Storing your username and password in bookmarks is a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1035 potential security risk! &gftp; stores this information
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1036 unencrypted in the configuration file. Thus, anyone who
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1037 has access to your account (including any hacker who
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1038 managed to break into your account) will be able to read
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1039 these usernames and passwords.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1040 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1041 </warning>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1042 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1043 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1044 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1045 Protocol (FTP, HTTP, SSH)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1046 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1047 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1048 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1049 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1050 Directories on the local and remote systems
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1051 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1052 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1053 </itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1054 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1055 To use one of bookmarked connections, choose the connection name
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1056 from <guimenu>Bookmarks</guimenu> menu.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1057 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1058
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1059 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1060 To add current connection to the list of bookmarks, choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1061 <menuchoice> <guimenu>Bookmarks</guimenu> <guimenuitem>Add
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1062 Bookmark</guimenuitem> </menuchoice>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1063 (<keycombo><keycap>Ctrl</keycap> <keycap>A</keycap></keycombo>).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1064 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1065 <para> To delete, rename, or edit a bookmark, choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1066 <menuchoice> <guimenu>Bookmarks</guimenu> <guimenuitem>Edit
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1067 Bookmarks</guimenuitem> </menuchoice>. This will open
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1068 <guilabel>Edit Bookmarks</guilabel> dialog described below.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1069 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1070 <sect2 id="gftp-edit-bookmarks">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1071 <title>Edit Bookmarks Dialog</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1072 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1073 This dialog allows you to create, delete, edit, and rename
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1074 bookmarks.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1075 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1076 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1077 To delete a bookmark, click on it to select, then right-click
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1078 and choose <guimenuitem>Delete</guimenuitem> from the context
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1079 menu.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1080 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1081 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1082 To create a new bookmark, right-click in the list of bookmarks
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1083 and choose <guimenuitem>New Item</guimenuitem> from the context
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1084 menu. &gftp; will prompt you for the bookmark name. After
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1085 creating the bookmark, you should edit it as described below
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1086 to enter the required information.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1087 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1088 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1089 To edit a bookmark, double-click on it. You can also click on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1090 it to select, then right-click and choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1091 <guimenuitem>Properties</guimenuitem> from the context
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1092 menu. This will open <guilabel>Edit Entry</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1093 dialog. In this dialog, you can enter bookmark name and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1094 connection information: hostname, port, protocol, directories
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1095 on local and remote computer. If using anonymous connection,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1096 select <guilabel>Log in as ANONYMOUS</guilabel>. Otherwise,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1097 unselect this option and enter your username and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1098 password (see <xref linkend="gftp-connect"/>). In addition, for SSH
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1099 connections you can also enter path to <command>sftp</command>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1100 command (see <xref linkend="gftp-ssh"/>). If unsure, leave
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1101 this field blank.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1102 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1103 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1104 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1105
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1106 <!-- =========== Using SSH Protocol ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1107 <sect1 id="gftp-ssh">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1108 <title>Using SSH Protocol</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1109 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1110 This section contains some information about SSH (Secure Shell_
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1111 protocol. Normally, you do not need to read this section to use
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1112 &gftp;. However, if you have problems with configuring or
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1113 troubleshooting SSH connection, you will find here information
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1114 you need to fix it.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1115 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1116 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1117 <sect2 id="gftp-ssh-whatis">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1118 <title>What Is SSH?</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1119 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1120 SSH (Secure Shell) is a protocol for connecting to a remote
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1121 computer encrypting all communications (including username
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1122 and password). It was originally designed as a secure
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1123 replacement for <application>telnet</application>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1124 command. Later versions of SSH also allow file transfers
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1125 over the SSH connection.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1126 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1127 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1128 As with all communications programs, to connect to a remote
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1129 computer using SSH it is necessary to have communication
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1130 programs supporting SSH protocol both on your local computer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1131 (ssh client) and on the remote one (ssh ser`ver). There are
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1132 many applications supporting this protocol; the most popular
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1133 ones for Linux include SSH and OpenSSH.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1134 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1135 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1136
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1137 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1138 <sect2 id="gftp-ssh-versions">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1139 <title>What Is the Difference Between SSH And SSH2?</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1140 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1141 There are two versions of SSH protocol, SSH1 and SSH2. SSH1
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1142 is outdated, so you should use SSH2 whenever possible. If
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1143 you select SSH as the protocol, then &gftp; (and most other
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1144 SSH applications) will try to use SSH2; if it is not
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1145 available, then it will try SSH1. If you select SSH2, then
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1146 &gftp; will only try to use SSH2 and produce an error
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1147 message if SSH2 is not available.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1148 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1149 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1150
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1151 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1152 <sect2 id="gftp-ssh-transfer">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1153 <title>File Transfer Over SSH</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1154 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1155 SSH1 had no built-in mechanism for transferring
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1156 files. However, there is an add-on program, called
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1157 <application>sftp</application>, which allows transferring
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1158 files over SSH1 connection. this program is available from
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1159 <ulink type="http"
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1160 url="http://www.xbill.org/sftp">http://www.xbill.org/sftp</ulink>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1161 To transfer files over SSH1 connection, this program must be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1162 installed on the <emphasis>remote</emphasis>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1163 computer. &gftp; requires version 0.7 or later of
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1164 <application>sftp</application>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1165 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1166 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1167 SSH2 has built-in means of transferring files (so-called
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1168 <quote>sftp subsystem</quote>). So if you are using SSH2,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1169 there is no need to install any additional programs.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1170 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1171 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1172 There are two options for transferring files using SSH2
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1173 protocol:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1174 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1175 <variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1176 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1177 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1178 <term>Using <quote>sftp subsystem</quote></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1179 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1180 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1181 This is <quote>the right way</quote> to transfer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1182 files. The downside of this method is that it is not
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1183 enough to enter the password in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1184 <guilabel>Pass</guilabel> field;
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1185 <application>ssh</application> will ask you for the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1186 password independently. It also requires that you have
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1187 utility <application>ssh-askpass</application>, used by
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1188 <application>ssh</application> for asking hte password,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1189 installed on your system. You can test whether this
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1190 utility is installed by entering command
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1191 <command>ssh-askpass</command> on the command line. If
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1192 you get an error message, it means that
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1193 <application>ssh-askpass</application> is not installed.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1194 If you are using OpenSSH, you should install one of the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1195 packages <application>openssh-askpass</application> or
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1196 <application>openssh-askpass-gnome</application>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1197 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1198 <para>To use this method, open
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1199 <link
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1200 linkend="gftp-configuring"><guilabel>Options</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1201 dialog</link> and make sure that in the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1202 <guilabel>SSH</guilabel> tab the option <guilabel>Use SSH2
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1203 sftp subsys</guilabel> is selected. In most cases, you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1204 will also need to select <guilabel>Need SSH
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1205 User/Pass</guilabel> and <guilabel>Use ssh-askpass
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1206 util</guilabel>. FIXME: I do not quite understand what
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1207 these options do. In my experiments, I was able to connect
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1208 to SSH2 server (requiring password) whether or not these
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1209 options were selected.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1210 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1211 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1212 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1213 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1214 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1215 <term>Calling sftp-exec directly</term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1216 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1217 <para> Using this method, &gftp; calls the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1218 <application>sftp-exec</application> directly rather
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1219 than through <application>ssh</application>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1220 command. This method does not require
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1221 <application>ssh-askpass</application> utility; all you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1222 need is to enter the password in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1223 <guilabel>Pass</guilabel> field. However,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1224 it requires that the the executable file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1225 <application>sftp-exec</application> on remote computer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1226 be in PATH, i.e. in one of the standard locations where
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1227 the system looks for executables. If it is not in PATH,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1228 you will need to explicitly specify its location in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1229 <guilabel>SSH</guilabel> tab of <link
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1230 linkend="gftp-configuring"><guilabel>Options</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1231 dialog</link>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1232 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1233 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1234 To check whether <application>sftp-exec</application> is
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1235 in PATH on the remote computer, connect to remote
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1236 computer via ssh as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1237 linkend="gftp-ssh-test"/> and enter comamnd
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1238 <command>sft-exec</command> on remote computer. If you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1239 get an error message, this means that
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1240 <application>sftp-exec</application> is not in PATH. In
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1241 this case, you should ask the system administartor of
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1242 the remote computer for help. You can also try one of
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1243 standard locations (e.g., for OpenSSH server as packaged
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1244 for Red Hat Linux, <application>sftp-exec</application>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1245 is in <filename>/usr/libexec/openssh</filename>).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1246 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1247 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1248 To use this method, open
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1249 <link
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1250 linkend="gftp-configuring"><guilabel>Options</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1251 dialog</link> and make sure that in the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1252 <guilabel>SSH</guilabel> tab the option <guilabel>Use SSH2
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1253 sftp subsys</guilabel> is unselected. If
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1254 <application>sftp-exec</application> is not in PATH, you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1255 will also need to enter its location in <guilabel>SSH2
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1256 sftp-server path</guilabel>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1257 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1258 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1259 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1260 </variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1261 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1262
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1263
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1264 <!-- =========== Sect 2 ======== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1265 <sect2 id="gftp-ssh-test">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1266 <title>Testing SSH Connection</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1267 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1268 If you have problems transferring files using SSH, you can
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1269 test your SSH connection. To do so, open a terminal window
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1270 and type <command>ssh
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1271 <replaceable>username@hostname.domain</replaceable></command>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1272 If you get no reply, it can mean that something is wrong
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1273 with your internet connection, or that the remote computer
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1274 is down, or that the remote computer is configured not to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1275 allow connections from your computer.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1276 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1277 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1278 If you are connecting to the remote computer for the first
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1279 time, you should see a message like this:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1280 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1281 <screen>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1282 The authenticity of host 'hostname (###.###.###.###)' can't be established.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1283 RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1284 Are you sure you want to continue connecting (yes/no)?
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1285 </screen>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1286 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1287 This is normal; unless you are paranoid about security or
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1288 have reasons to expect foul play (in which case you should
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1289 consult an expert), answer <userinput>yes</userinput>. You
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1290 only need to do it once; this message should not appear for
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1291 the subsequent connections to the same computer.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1292 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1293 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1294 After this, remote computer should ask you for the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1295 password. After confirming the password, you should be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1296 logged to the remote computer.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1297 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1298 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1299 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1300
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1301
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1302
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1303 <!-- =========== Configuring &gftp; ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1304 <sect1 id="gftp-configuring">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1305 <title>Configuring &gftp;</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1306 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1307 To configure &gftp; choose <menuchoice><guimenu>FTP</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1308 <guimenuitem>Options</guimenuitem> </menuchoice>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1309 (<keycombo><keycap>Ctrl</keycap>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1310 <keycap>O</keycap></keycombo>). This will open
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1311 <guilabel>Options</guilabel> dialog, shown in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1312 linkend="gftp-options-fig"/>. This dialog contains several
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1313 tabs described in detail below. After making your selections
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1314 in these tabs, click <guibutton>OK</guibutton> to save the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1315 changes and close the dialog. You can also click
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1316 <guibutton>Apply</guibutton> to save the changes without
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1317 closing the dialog, or <guibutton>Cancel</guibutton> to close
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1318 the dialog discarding the changes.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1319 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1320
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1321 <!-- ####### Sect2 ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1322 <sect2 id="gftp-configuring-general">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1323 <title>General Configuration Tab</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1324 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1325 This tab contains most general &gftp; options which are common
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1326 for all protocols (FTP, HTTP, SSH).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1327 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1328 <variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1329 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1330 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1331 <term><guilabel>Email address</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1332 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1333 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1334
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1335 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1336 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1337 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1338 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1339 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1340 <term><guilabel>View Program</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1341 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1342 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1343 The default command to use for viewing files (when you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1344 select <menuchoice><guimenu>Local/Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1345 <guimenuitem>View</guimenuitem></menuchoice>). If this
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1346 field is left blank, &gftp; will use built-in text viewer.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1347 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1348 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1349 You can specify different view programs for different
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1350 file types as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1351 linkend="gftp-configuring-advanced"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1352 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1353 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1354 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1355 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1356 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1357 <term><guilabel>Edit Program</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1358 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1359 <para>The default command to use for editing files (when you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1360 select <menuchoice><guimenu>Local/Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1361 <guimenuitem>Edit</guimenuitem></menuchoice>)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1362 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1363 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1364 You can specify different edit programs for different
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1365 file types as described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1366 linkend="gftp-configuring-advanced"/>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1367 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1368
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1369 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1370 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1371 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1372 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1373 <term><guilabel>Startup Directory</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1374 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1375 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1376 The directory on local computer to show in the file list
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1377 when starting &gftp;.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1378 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1379 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1380 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1381 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1382 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1383 <term><guilabel>Log File</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1384 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1385 <para>In this field, you can enter the location of the log
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1386 file (see <xref linkend="gftp-logging"/>. Default location
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1387 is <filename>~/.gftp/gftp.log</filename>, where
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1388 <filename>~</filename> is your home directory.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1389 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1390 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1391 ` </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1392 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1393 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1394 <term><guilabel>Max Log Window Size</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1395 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1396 <para>This is the number of lines you can scroll back in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1397 the <guilabel>Log Window</guilabel>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1398 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1399 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1400 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1401 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1402 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1403 <term><guilabel>Append File Transfers</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1404 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1405 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1406 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1407 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1408 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1409 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1410 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1411 <term><guilabel>Confirm Delete</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1412 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1413 <para>If this option is selected, &gftp; will ask for
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1414 confirmation before deleting files or directories.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1415 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1416 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1417 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1418 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1419 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1420 <term><guilabel>Overwrite by Default</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1421 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1422 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1423 This option controls behavior of &gftp; if the file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1424 being transferred is already present in the target
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1425 directory. As described in <xref
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1426 linkend="gftp-overwrite"/>, in such situation &gftp;
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1427 prompts you to select one of three possible actions:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1428 <guilabel>Overwrite</guilabel>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1429 <guilabel>Resume</guilabel>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1430 <guilabel>Skip</guilabel>. If this option is selected,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1431 then the default action suggested by &gftp; will be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1432 <guilabel>Overwrite</guilabel>. Otherwise, the default
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1433 action will be <guilabel>Resume</guilabel>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1434 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1435 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1436 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1437 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1438 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1439 <term><guilabel>Preserve permissions</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1440 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1441 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1442 If this option is selected, transferred files will have
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1443 the same permissions as the original files. This is the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1444 default behavior. Otherwise, transferred files will have
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1445 the default permissions for newly created files.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1446 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1447 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1448 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1449 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1450 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1451 <term><guilabel>Resolve Remote Symlinks</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1452 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1453 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1454
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1455 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1456 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1457 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1458 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1459 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1460 <term><guilabel>Show hidden files</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1461 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1462 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1463 if this option is selected, &gftp; will show files and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1464 directories with names starting with a dot
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1465 (<keycap>.</keycap>). By a common Unix/Linux
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1466 conventions, such files are used for system data and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1467 applications' settings. Such files rarely contain user
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1468 data.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1469 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1470 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1471 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1472 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1473 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1474 <term><guilabel>Start file transfers</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1475 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1476 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1477 If this option is selected, &gftp; will start
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1478 transferring files as soon as you click on
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1479 <guibutton>File transfer</guibutton> button or
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1480 double-clicked on the file. This is the default
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1481 behavior. If this option is unselected, &gftp; will just
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1482 add the names of files to be transferred to the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1483 queue. It will only
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1484 start the actual transfer when you choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1485 <menuchoice><guimenu>Transfers</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1486 <guimenuitem>Start Transfer</guimenuitem></menuchoice>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1487 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1488 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1489 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1490 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1491 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1492 <term><guilabel>Bring up reconnect dialog</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1493 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1494 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1495 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1496 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1497 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1498 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1499 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1500 <term><guilabel>Do one transfer at a time</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1501 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1502 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1503 If this option is selected (default), &gftp; will do file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1504 transfers consecutively, i.e. it will only start
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1505 transferring the next file after the transfer of the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1506 previous file has completed. If this option is not
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1507 selected, &gftp; will transfer files simultaneously,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1508 opening as many connections to the remote computer as
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1509 necessary.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1510 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1511 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1512 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1513 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1514 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1515 <term><guilabel>Passive file transfers</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1516 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1517 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1518 If this option is selected (default), &gftp; will use
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1519 <quote>passive</quote> file transfer; otherwise, it will
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1520 use active file transfer. For most users, all you need
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1521 to know about the difference between these two modes is
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1522 that many firewalls will not let you download a file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1523 using active file transfer. Thus, if you are behind a
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1524 firewall, you should use passive file transfer. On the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1525 other hand, not all FTP servers support passive file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1526 transfer. Thus, if you get error message when
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1527 transferring files, try unselecting this option.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1528 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1529 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1530 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1531 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1532 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1533 <term><guilabel>Refresh after each file transfer</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1534 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1535 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1536 If this option is selected, &gftp; will refresh file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1537 list after each file transfer. Otherwise, &gftp; will
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1538 only refresh file list when you choose
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1539 <menuchoice><guimenu>Local</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1540 <guimenutiem>Refresh</guimenutiem> </menuchoice> (or
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1541 <menuchoice><guimenu>Remote</guimenu>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1542 <guimenutiem>Refresh</guimenutiem> </menuchoice>).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1543 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1544 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1545 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1546 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1547 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1548 <term><guilabel>Save geometry</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1549 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1550 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1551 If this option is selected, &gftp; will remember window
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1552 size and position on the screen and will use same size
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1553 and position when started next time.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1554 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1555 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1556 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1557 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1558 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1559 <term><guilabel>Sort directories first</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1560 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1561 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1562 If this option is selected, file list always shows
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1563 directories before files. Otherwise, both directories
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1564 and files will be sorted according to the order you have
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1565 chosen (see <xref linkend="gftp-file-sort"/>).
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1566 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1567 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1568 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1569 <!-- ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1570 <varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1571 <term><guilabel>Use cache</guilabel></term>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1572 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1573 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1574 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1575 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1576 </varlistentry>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1577 </variablelist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1578 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1579
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1580 <!-- ####### Sect2 ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1581 <sect2 id="gftp-configuring-network">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1582 <title>Network Configuration Tab</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1583 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1584
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1585 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1586 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1587
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1588 <!-- ####### Sect2 ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1589 <sect2 id="gftp-configuring-ftp">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1590 <title>FTP Configuration Tab</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1591 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1592
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1593 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1594 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1595
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1596 <!-- ####### Sect2 ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1597 <sect2 id="gftp-configuring-http">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1598 <title>HTTP Configuration Tab</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1599 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1600
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1601 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1602 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1603
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1604 <!-- ####### Sect2 ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1605 <sect2 id="gftp-configuring-ssh">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1606 <title>SSH Configuration Tab</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1607 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1608
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1609 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1610 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1611
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1612 <!-- ####### Sect2 ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1613 <sect2 id="gftp-configuring-local">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1614 <title>Local Hosts Configuration Tab</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1615 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1616
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1617 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1618 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1619
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1620 <!-- ####### Sect2 ######### -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1621 <sect2 id="gftp-configuring-advanced">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1622 <title>Advanced Configuration Options</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1623 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1624 Advanced users can also configure &gftp; by manually editing
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1625 the configuration file. This file is located at
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1626 <filename>~/.gftp/gftprc</filename> (where
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1627 <filename>~</filename> is your home directory). This file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1628 stores all the configuration options for &gftp;, including
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1629 those that can be configured in <guilabel>Options</guilabel>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1630 dialog.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1631 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1632 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1633 In addition, there are some options that can only be
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1634 configured by manually editing the configuration file. Most
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1635 importantly, you can configure how &gftp; should treat files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1636 of different types. More precisely, for every mime type, you
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1637 can select:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1638 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1639 <itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1640 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1641 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1642 The icon to be used in file list window
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1643 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1644 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1645 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1646 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1647 Default transfer type (binary or ascii)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1648 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1649 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1650 <listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1651 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1652 Default view/edit program
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1653 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1654 </listitem>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1655 </itemizedlist>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1656 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1657 Each mime type is described by a line in the configuration
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1658 file which looks like this:
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1659 <programlisting>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1660 ext=.xcf:gimp.xpm:B:gimp
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1661 </programlisting>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1662
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1663 The first token, <literal>.xcf</literal>, is the file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1664 extension (&gftp; uses file extensions to identify mime
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1665 types). The next token, <literal>gimp.xpm</literal>, is the
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1666 default icon to use in the file list windows. You don't have to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1667 specify one if you don't have to. By default, &gftp; will
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1668 search <filename>~/.gftp</filename>,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1669 <filename>$(PREFIX)/share/gftp</filename> (where
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1670 <filename>PREFIX</filename> is your installation prefix), and
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1671 then <filename>/usr/share/icons</filename> in that order. The
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1672 files have to be a valid <filename>xpm</filename> file. The
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1673 next token, <literal>B</literal>, specifies whether &gftp;
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1674 should use binary (B) or ascii (A) mode for transferring files
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1675 of this type.If you omit this field, then &gftp; will download
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1676 the file according to whether ascii or binary is selected in
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1677 the <guimenu>FTP</guimenu> menu. The final token,
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1678 <literal>gimp</literal>, specifies the name of the program to
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1679 run to view or edit a file with that extension. You can omit
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1680 this as well if you like.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1681 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1682 </sect2>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1683 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1684 <!-- =========== Troubleshooting ========================= -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1685 <sect1 id="gftp-faq">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1686 <title>Frequently Asked Questions</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1687 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1688 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1689
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1690 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1691
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1692 <!-- ============= About ================================== -->
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1693 <sect1 id="gftp-about">
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1694 <title>About &gftp;</title>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1695
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1696 <para> &gftp; was written by Brian Masney
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1697 (<email>masneyb@seul.org</email>). To find more information
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1698 about &gftp;, please visit the <ulink
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1699 url="http://gftp.seul.org/" type="http">gFTP
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1700 Web page</ulink>.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1701 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1702 <para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1703 This manual was written by Alexander Kirillov
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1704 (<email>kirillov@math.sunysb.edu</email>), using previous
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1705 documentation written by Brian Masney
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1706 (<email>masneyb@seul.org</email> and ??.
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1707 </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1708
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1709 <para> This program is distributed under the terms of the GNU
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1710 General Public license as published by the Free Software
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1711 Foundation; either version 2 of the License, or (at your option)
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1712 any later version. A copy of this license can be found at this
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1713 <ulink url="ghelp:gpl" type="help">link</ulink>, or in the file
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1714 COPYING included with the source code of this program. </para>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1715
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1716 </sect1>
007145d7d975 2003-7-11 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1717 </article>