Difference between revisions of "Command-line arguments (Client)"

From FileZilla Wiki
Jump to navigationJump to search
(bYRgTkTIdYIClwgSBY)
m
 
(96 intermediate revisions by 82 users not shown)
Line 1: Line 1:
Non-profit {animal|pet|dog|canine} {protection|safety|defense|security} {organization|business|firm|corporation} {Vice President|V .{6|Six|Half a dozen|Some} {years|many years|a long time|decades}, {she|your woman|the lady|the girl} {read|study|examine|go through} {books|publications|guides|textbooks} {no less than|at least|a minmium of|at the least} {hundred|100|hundred or so|number of} {of|associated with|regarding|involving} {costume|outfit|halloween costume|dress-up costume} {design|style|layout|design and style}.{This|This particular|This kind of|This specific} {autumn and winter|the fall and winter}, {how can I|how do i|how could i|how to} {become a|be a|turn into a|turned into a} {focus|concentrate|emphasis|target} {of|associated with|regarding|involving} {attention|interest|consideration|focus}? {chest|upper body|torso|chest muscles} {piece|item|bit|part} {is|is actually|will be|can be} open-minded {and|as well as|and also|along with} {optimistic|positive|upbeat|hopeful}; {sexy|attractive|alluring|hot} {skirt|dress|top|blouse} {is certainly|is unquestionably|is obviously|is undoubtedly} {your best|your very best|your better|your very best self} {choice|option|selection|alternative}!{collar|training collar|dog collar|receiver collar} {design|style|layout|design and style} {can cause|may cause|could cause|might cause} {Visual|Visible|Graphic|Aesthetic} {errands|chores|tasks|doing errands} {Chin|Face|Chin area} {looks|appears|seems|seems to be} {more|much more|a lot more|far more} {pointed|directed|aimed|sharp}, {shaping|framing|surrounding|by using} {the|the actual|the particular|your} {slap|punch|hit} {effect|impact|result|influence} {small|little|tiny|modest} {face|encounter|deal with|confront}, {placing|putting|inserting|positioning} {shoulder|make|glenohumeral joint|neck} {neckline|neck-line|neck line|neck} {at will|when needed|anytime|as you desire} {reinforce|strengthen|enhance|bolster} {the line|the road|the fishing line|the queue}, {let|allow|permit|enable} {more sexy|saucier|volumptuous|hotter} {Hot|Warm|Very hot|Scorching}! {New York|Ny|The big apple|Nyc} {fashion|style|trend|manner} {week|7 days|few days|full week}, {PORTS|Plug-ins|Locations|Slots} {fire|fireplace|hearth|flames} {red|red-colored|reddish|crimson} {dress|gown|outfit|costume} prefigures {the more|the greater|the harder|greater} Zhang Yuqi {handsome|good looking|fine|good-looking} {figure|determine|number|amount}. Training collars is actually directed or circular, huge skirt swing movement, are generally repaired depends upon wire.In regards to a month or two after, making easy bloom can no longer fulfill Yang Yaoxi, she commenced searching for more challenging as well as style brand-new attempt with the a feeling of producing clothes.So today let discover, winter just how big companies HOLD are living and re-interpretation of the  between traditional peep
+
These are the command-line arguments for [[FileZilla FTP Client|FileZilla Client]]. The Server command-line arguments can be found under [[Command-line arguments (Server)]].
 +
If you are looking for a command-line version of FileZilla, check out [https://filezillapro.com/cli/ FileZilla Pro CLI].
 +
 
 +
== FileZilla Client command-line arguments ==
 +
 
 +
=== Synopsis ===
 +
 
 +
filezilla [<FTP URL>]
 +
filezilla -h, --help
 +
filezilla -s, --site-manager
 +
filezilla -c, --site=<string>
 +
filezilla -l, --logontype=<string>
 +
filezilla -a, --local=<string>
 +
filezilla --close
 +
filezilla --verbose
 +
filezilla -v, --version
 +
 
 +
=== Options ===
 +
 
 +
*<FTP URL>
 +
<blockquote>
 +
Accepts all URLs of the form
 +
 
 +
<pre>[protocol://][user[:pass]@]host[:port][/path]
 +
eg.  sftp://username:password@server:port</pre>
 +
 
 +
Valid protocols are '''ftp://''' (the default if omitted), '''ftps://''', '''ftpes://''' and '''sftp://'''
 +
</blockquote>
 +
 
 +
*-h, --help
 +
<blockquote>
 +
Shows the help dialog.
 +
</blockquote>
 +
 
 +
*-s, --sitemanager
 +
<blockquote>
 +
Start with opened Site Manager.
 +
<br /><br />
 +
May not be used together with -c nor with URL parameter.
 +
</blockquote>
 +
 
 +
*-c, --site=&lt;string&gt;
 +
<blockquote>
 +
Connect to specified Site Manager site.
 +
<br /><br />
 +
Site name requirements:
 +
<ul>
 +
    <li>Site has to be given as complete path, with a slash as separation character.</li>
 +
    <li>Any slash or backslash that is part of a segment has to be escaped with a backslash.</li>
 +
    <li>Path has to be prefixed with 0 for user defined entries or 1 for default entries.</li>
 +
    <li>Site path may not contain double quotation marks.</li>
 +
</ul> 
 +
 +
 
 +
Example:
 +
<pre>filezilla --site="0/foo/bar/sl\/ash"</pre>
 +
Connects to the user site "sl/ash" in the site directory "foo/bar".
 +
 
 +
 
 +
</blockquote>
 +
 
 +
*-l, --logontype=(ask|interactive)
 +
<blockquote>
 +
Logon type, can only be used together with FTP URL. Argument has to be either 'ask' or 'interactive'.
 +
<br /><br />
 +
FileZilla will ask for any logon information not supplied in the FTP URL before connecting. Useful for custom scripts or shortcuts.
 +
</blockquote>
 +
 
 +
 
 +
*-a, --local=&lt;string&gt;
 +
<blockquote>
 +
Sets the local site (left-hand side) to the given path. '''(Requires version 3.7.1-rc1 or higher)'''
 +
<br /><br />
 +
Use double quotation for paths with spaces in them.
 +
<br /><br />
 +
 
 +
Example:
 +
<pre>filezilla --site="0/site1" --local="C:\site1 downloads"
 +
filezilla ftp://username:password@ftp.example.com --local="C:\server2 downloads"</pre>
 +
Connects to the user site "site1" and sets the local folder to '''C:\site1 downloads'''.
 +
 
 +
Connects to server2 URL and sets the local folder to '''C:\server2 downloads'''.
 +
 
 +
</blockquote>
 +
 
 +
 
 +
*--close ''(Windows only)''
 +
<blockquote>
 +
Closes all running instances of FileZilla.
 +
</blockquote>
 +
 
 +
*--verbose
 +
<blockquote>
 +
Verbose log messages from wxWidgets.
 +
</blockquote>
 +
 
 +
*-v, --version
 +
<blockquote>
 +
Print version information to stdout and exit.
 +
</blockquote>
 +
 
 +
=== Example ===
 +
 
 +
[[Image:Cmdline argument example.png]]
 +
 
 +
If you want to connect from the command-line to the site named '''Backup server''' in the directory '''foo/bar''', the command is:
 +
  filezilla -c "0/foo\/bar/Backup server"

Latest revision as of 19:30, 6 March 2024

These are the command-line arguments for FileZilla Client. The Server command-line arguments can be found under Command-line arguments (Server). If you are looking for a command-line version of FileZilla, check out FileZilla Pro CLI.

FileZilla Client command-line arguments

Synopsis

filezilla [<FTP URL>]
filezilla -h, --help
filezilla -s, --site-manager
filezilla -c, --site=<string>
filezilla -l, --logontype=<string>
filezilla -a, --local=<string>
filezilla --close
filezilla --verbose
filezilla -v, --version

Options

  • <FTP URL>

Accepts all URLs of the form

[protocol://][user[:pass]@]host[:port][/path]
eg.  sftp://username:password@server:port

Valid protocols are ftp:// (the default if omitted), ftps://, ftpes:// and sftp://

  • -h, --help

Shows the help dialog.

  • -s, --sitemanager

Start with opened Site Manager.

May not be used together with -c nor with URL parameter.

  • -c, --site=<string>

Connect to specified Site Manager site.

Site name requirements:

  • 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.


Example:

filezilla --site="0/foo/bar/sl\/ash"

Connects to the user site "sl/ash" in the site directory "foo/bar".


  • -l, --logontype=(ask|interactive)

Logon type, can only be used together with FTP URL. Argument has to be either 'ask' or 'interactive'.

FileZilla will ask for any logon information not supplied in the FTP URL before connecting. Useful for custom scripts or shortcuts.


  • -a, --local=<string>

Sets the local site (left-hand side) to the given path. (Requires version 3.7.1-rc1 or higher)

Use double quotation for paths with spaces in them.

Example:

filezilla --site="0/site1" --local="C:\site1 downloads"
filezilla ftp://username:password@ftp.example.com --local="C:\server2 downloads"

Connects to the user site "site1" and sets the local folder to C:\site1 downloads.

Connects to server2 URL and sets the local folder to C:\server2 downloads.


  • --close (Windows only)

Closes all running instances of FileZilla.

  • --verbose

Verbose log messages from wxWidgets.

  • -v, --version

Print version information to stdout and exit.

Example

Cmdline argument example.png

If you want to connect from the command-line to the site named Backup server in the directory foo/bar, the command is:

filezilla -c "0/foo\/bar/Backup server"