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 graphical interface. It currently sup‐
15 ports the FTP, FTPS (control connection only), and SSH protocols.
16
18 You may enter a url on the command line that gFTP will automatically
19 connect to when it starts up.
20
21 --help, -h
22 Display program usage.
23
24 --info Display some information about how gFTP was built. Please send
25 the output of this command when submitting a bug report.
26
27 --version, -v
28 Display the current version of gFTP.
29
30 proto This specifies the protocol that should be used. It can cur‐
31 rently be one of the following options: ftp, ftps, ssh, local
32 and bookmark. If omitted, the protocol specified by the de‐
33 fault_protocol option will be used.
34
35 user The username that will be used to log into the remote server. If
36 omitted, your current username will be used for most protocols.
37 For the FTP protocol, the anonymous username will be used.
38
39 pass The password that will be used to log into the remote server. If
40 omitted, you will be prompted for the password. If you are using
41 the FTP protocol, and the username is anonymous, then your email
42 address will be used as the password.
43
44 server The remote server to connect to.
45
46 port The remote port on the server to connect to. If omitted, the de‐
47 fault port for the protocol will be used. The port will be
48 looked up in the services(5) file.
49
50 directory
51 The directory to change to once you are connected to the remote
52 server.
53
55 ~/.gftp/gftprc
56 Per user configuration file. Most of these options can be edited
57 inside gFTP. This file is also commented very well.
58 ~/.gftp/bookmarks
59 Per user bookmarks file.
60
62 Report bugs at https://github.com/masneyb/gftp/issues
63
65 Brian Masney <masneyb@gftp.org> - http://www.gftp.org/
66
67
68
69 JUNE 2020 GFTP(1)