1filezilla(1) FileZilla Manual filezilla(1)
2
3
4
6 FileZilla - FTP client
7
9 filezilla
10 filezilla [-l <logontype>] <FTP URL>
11 filezilla -h|-s|-v
12 filezilla -c <site>
13 filezilla -a <path>
14
16 FileZilla is a powerful client for plain FTP, FTP over SSL/TLS (FTPS)
17 and the SSH File Transfer Protocol (SFTP).
18
20 -c <site>, --site <site>
21 Connect to the given site from the Site Manager. Site has to be
22 given as complete path, with a slash as separation character.
23 Any slash or backslash that is part of a segment has to be
24 escaped with a backslash. Path has to be prefixed with 0 for
25 user defined entries or 1 for default entries. Site path may not
26 contain double quotation marks.
27
28 Example: filezilla -c 0/foo/bar/sl\/ash connects to the user
29 site sl/ash in the site directory foo/bar
30
31 May not be used together with -s nor with URL parameter.
32
33
34 -a <path>, --local <path>
35 Sets the local site to the given path.
36
37 Example: filezilla -a "/foo bar/"
38
39
40 -h, --help
41 Displays a help dialog listing these commandline options.
42
43
44 -l <logontype>, --logontype <logontype>
45 Set a special logontype, can only be used in combination with a
46 FTP URL as argument.
47
48 Logontype has to be either ask or interactive. If -l isn't
49 given, the normal logontype is used.
50
51
52 -s, --sitemanager
53 Start with Site Manager opened. May not be used together with -c
54 nor with URL parameter.
55
56
57 -v, --version
58 Display version number of FileZilla.
59
60
61
63 The FZ_DATADIR environment variable can be used to specify the direcā
64 tory containing FileZilla's data files.
65
67 Please visit https://filezilla-project.org/ for further information.
68 Report bugs only if you are using the latest version available from the
69 FileZilla website.
70
72 Copyright (C) 2004-2019 Tim Kosse
73
74 FileZilla is distributed under the terms of the GNU General Public
75 License version 2 or later.
76
78 fzdefaults.xml(5)
79
80
81
82 January 2018 filezilla(1)