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