annotate docs/gftp.1 @ 28:b3e16d1f19c9

2002-09-24 Brian Masney <masneyb@gftp.org> * configure.in - take [external] off of AM_GNU_GETTEXT * de.po, ja.po, nl.po, no.po, pl.po, sv.po, zh_CN.po - fixed several format modifiers on some strings
author masneyb
date Tue, 24 Sep 2002 13:00:16 +0000
parents 8b1883341c6f
children f3d499134cf7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 .TH GFTP 1 "FEBURARY 2001"
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2 .SH NAME
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 gftp - a graphical ftp client
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 .SH SYNOPSIS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
5 .B gftp [options] [[proto://][
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 .I user
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 .B :
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 .I [pass]
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9 .B @]
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 .I site
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 .B [:
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12 .I port
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
13 .B ][/
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
14 .I directory
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15 .B ]]
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
16 .SH DESCRIPTION
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
17 gFTP is a multiprotocol file transfer program for X Windows and the console. It features support for the FTP, SSH, HTTP, and local file system protocols, simultaneous downloads, resuming of interrupted file transfers, file transfer queues, downloading of entire directores, ftp and http proxy support, remote directory caching, bookmarks menu, stop button and many more features
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
18 .SH OPTIONS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
19 You may enter a url on the command line that gFTP will automatically connect
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20 to when it starts up.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21 .IP "\-\-help, \-h"
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22 Display program usage, and quit
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
23 .IP "\-\-version, \-v"
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
24 This will display the current version of gFTP, and exit
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
25 .IP "\-\-download, \-d"
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
26 This tells gFTP to download the files and directories specified in the url passed on the command line.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
27 .IP user
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
28 This is the username that you will login as to the remote site. If no username
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
29 is supplied, the default is to login as anonymous.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
30 .IP pass
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
31 This is the password you will use to login to the remotesite. If you do not
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
32 enter a password, then gFTP will ask you for one when it starts up. I do not
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
33 recommend entering your password on the command prompt. Anyone that has
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
34 access to your machine will be able to see your username and password with
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
35 the
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
36 .BR ps(1)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
37 command. If you are logging in as anonymous, you do not need to pass a password since gFTP will automatically send your email address as your password.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
38 .IP site
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
39 This is the remote site you want to connect to
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
40 .IP port
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
41 This is the port that the remote server is listening on. If you do not
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
42 enter a port, it will default to using the ftp port listed in the
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
43 .BR services(5)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
44 file. If the entry doesn't exist there, it will default to port
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
45 21.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
46 .IP directory
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
47 This is the default directory to change to once you are connected to the
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
48 remote server.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
49 .SH FILES
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
50 .I ~/.gftp/gftprc
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
51 .RS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
52 Per user configuration file. This file is commented very well, so that is
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
53 why there isn't a manpage for it. Most of the options in here can be set
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
54 inside gFTP itself.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
55 .SH BUGS
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
56 If you find any bugs in gFTP, please report them directly to the author.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
57 .SH AUTHOR
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
58 Brian Masney <masneyb@gftp.org> - http://www.gftp.org/