1GFTP(1) General Commands Manual GFTP(1)
2
3
4
6 gftp - file transfer client for *NIX based machines.
7
9 gftp [options] [[proto://][ user : [pass] @] server [: port ][/ direc‐
10 tory ]]
11
13 gFTP is a file transfer client for *NIX based machines. It currently
14 has a text interface and a GTK+ 1.2/2.x graphical interface. It cur‐
15 rently supports the FTP, FTPS (control connection only), HTTP, HTTPS,
16 SSH and FSP protocols.
17
19 You may enter a url on the command line that gFTP will automatically
20 connect to when it starts up.
21
22 --help, -h
23 Display program usage.
24
25 --info Display some information about how gFTP was built. Please send
26 the output of this command when submitting a bug report.
27
28 --version, -v
29 Display the current version of gFTP.
30
31 proto This specifies the protocol that should be used. It can cur‐
32 rently be one of the following options: ftp, ftps, http, https,
33 ssh, fsp, local and bookmark. If omitted, the protocol specified
34 by the default_protocol option will be used.
35
36 user The username that will be used to log into the remote server. If
37 omitted, your current username will be used for most protocols.
38 For the FTP protocol, the anonymous username will be used.
39
40 pass The password that will be used to log into the remote server. If
41 omitted, you will be prompted for the password. If you are using
42 the FTP protocol, and the username is anonymous, then your email
43 address will be used as the password.
44
45 server The remote server to connect to.
46
47 port The remote port on the server to connect to. If omitted, the
48 default port for the protocol will be used. The port will be
49 looked up in the services(5) file.
50
51 directory
52 The directory to change to once you are connected to the remote
53 server.
54
56 ~/.gftp/gftprc
57 Per user configuration file. Most of these options can be edited
58 inside gFTP. This file is also commented very well.
59 ~/.gftp/bookmarks
60 Per user bookmarks file.
61
63 If you find any bugs in gFTP, please report them to GNOME's Bugzilla at
64 http://bugzilla.gnome.org/
65
67 Brian Masney <masneyb@gftp.org> - http://www.gftp.org/
68
69
70
71 MARCH 2007 GFTP(1)