~ubuntu-branches/debian/sid/filezilla/sid

« back to all changes in this revision

Viewing changes to docs/filezilla.man

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2009-11-15 17:15:41 UTC
  • mfrom: (1.3.5 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091115171541-nvo6m3hl3iof0lnc
* New upstream release
* Updated previous changelog entry to mention desktop notifications as a new
  feature

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.SH NAME
3
3
FileZilla \- FTP client
4
4
.SH SYNOPSIS
5
 
.B filezilla [<FTP URL>]
6
 
.br
7
 
.B filezilla -s
 
5
.B filezilla
 
6
.br
 
7
.B filezilla [-l <logontype>] <FTP URL>
 
8
.br
 
9
.B filezilla -h|-s|-v
8
10
.br
9
11
.B filezilla -c <site>
10
12
.SH DESCRIPTION
11
13
FileZilla is a powerful client for plain FTP, FTP over SSL/TLS (FTPS) and the SSH File Transfer Protocol (SFTP).
12
14
.SH OPTIONS
13
 
.IP "-s, --sitemanager"
14
 
Start with Site Manager opened.
15
 
.IP
16
 
May not be used together with
17
 
.B -c
18
 
nor with URL parameter.
19
 
.IP "-c, --site"
 
15
 
 
16
.TP
 
17
.B -c <site>, --site <site>
20
18
Connect to the given site from the Site Manager.
21
19
Site has to be given as complete path, with a slash as separation character. Any slash or backslash that is part of a segment has to be escaped with a backslash. Path has to be prefixed with 0 for user defined entries or 1 for default entries. Site path may not contain double quotation marks.
22
20
.IP
23
 
Example: 0/foo/bar/sl\\/ash connects to the user site sl/ash in the site directory foo/bar
 
21
Example: filezilla -c 0/foo/bar/sl\\/ash connects to the user site sl/ash in the site directory foo/bar
24
22
.IP
25
23
May not be used together with
26
24
.B -s
27
25
nor with URL parameter.
 
26
 
 
27
.TP
 
28
.B -h, --help
 
29
Displays a help dialog listing these commandline options.
 
30
 
 
31
.TP
 
32
.B -l <logontype>, --logontype <logontype>
 
33
Set a special logontype, can only be used in combination with a FTP URL as argument.
 
34
 
 
35
Logontype has to be either
 
36
.B ask
 
37
or
 
38
.BR interactive ". If " -l " isn't given, the normal logontype is used."
 
39
 
 
40
.TP
 
41
.B -s, --sitemanager
 
42
Start with Site Manager opened. May not be used together with
 
43
.B -c
 
44
nor with URL parameter.
 
45
 
 
46
.TP
 
47
.B -v, --version
 
48
Display version number of FileZilla.
 
49
 
 
50
 
28
51
.SH ENVIRONMENT
 
52
 
29
53
The
30
54
.B FZ_DATADIR
31
55
environment variable can be used to specify the directory containing FileZilla's data files.