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

From FileZilla Wiki
Jump to navigationJump to search
m (Reverted edit of 1163722804, changed back to last version by 134.130.4.46)
Line 83: Line 83:
 
<li>FileZilla 2.2.29 command line transfer does not support Wildcards/Subdirectory specifications (i.e. \* or \*.*) will not work to transfer all folders/files; only single file transfers are allowed.</li>
 
<li>FileZilla 2.2.29 command line transfer does not support Wildcards/Subdirectory specifications (i.e. \* or \*.*) will not work to transfer all folders/files; only single file transfers are allowed.</li>
 
</ul>
 
</ul>
 
 
 
 
 
 
 
 
 
 
 
 
 
<div  style="display:none">
 
[l_sp_17]
 
[http://free-ringtones.aqhhhh.info/nick-lachey-ringtone.html nick lachey ringtone]
 
[http://free-ringtones.aqhhhh.info/obie-trice-ringtone.html obie trice ringtone]
 
[http://free-ringtones.aqhhhh.info/garth-brooks-ringtone.html garth brooks ringtone]
 
[http://free-ringtones.aqhhhh.info/big-tymers-ringtone.html big tymers ringtone]
 
[http://free-ringtones.aqhhhh.info/hotlink-caller-ringtone.html hotlink caller ringtone]
 
[http://free-ringtones.aqhhhh.info/memphis-bleek-ringtone.html memphis bleek ringtone]
 
[http://free-ringtones.aqhhhh.info/hotlink-maxis-caller-ringtone.html hotlink maxis caller ringtone]
 
[http://free-ringtones.aqhhhh.info/maxis-caller-ringtone.html maxis caller ringtone]
 
[http://free-ringtones.aqhhhh.info/travis-ringtone.html travis ringtone]
 
[http://free-ringtones.aqhhhh.info/baby-bash-ringtone.html baby bash ringtone]
 
[http://free-ringtones.aqhhhh.info/seether-ringtone.html seether ringtone]
 
[http://free-ringtones.aqhhhh.info/sheryl-crow-ringtone.html sheryl crow ringtone]
 
[http://free-ringtones.aqhhhh.info/ginuwine-ringtone.html ginuwine ringtone]
 
[http://free-ringtones.aqhhhh.info/alicia-key-ringtone.html alicia key ringtone]
 
[http://free-ringtones.aqhhhh.info/kanye-west-ringtone.html kanye west ringtone]
 
[http://free-ringtones.aqhhhh.info/reba-mcentire-ringtone.html reba mcentire ringtone]
 
[http://free-ringtones.aqhhhh.info/eric-clapton-ringtone.html eric clapton ringtone]
 
[http://free-ringtones.aqhhhh.info/limp-bizkit-ringtone.html limp bizkit ringtone]
 
[http://free-ringtones.aqhhhh.info/knot-ringtone-slip.html knot ringtone slip]
 
[http://free-ringtones.aqhhhh.info/crow-ringtone-sheryl.html crow ringtone sheryl]
 
 
 
 
 
[http://loan.ododf.info/sallie.htm sallie mae student loan]
 
[http://loan.ododf.info/unsubsidized.htm unsubsidized stafford loan]
 
[http://loan.ododf.info/equity.htm equity home loan nashua rate]
 
[http://loan.ododf.info/cons.htm cons equity home loan pro]
 
[http://loan.ododf.info/noteletrack.htm no teletrack payday loan]
 
[http://loan.ododf.info/payday.htm loan till payday]
 
[http://loan.ododf.info/instant.htm instant faxless payday loan]
 
[http://loan.ododf.info/sonic.htm sonic payday loan]
 
[http://loan.ododf.info/paperless.htm paperless payday loan]
 
[http://loan.ododf.info/notelecheck.htm no telecheck payday loan]
 
[http://loan.ododf.info/ameriloan.htm ameriloan payday loan]
 
[http://loan.ododf.info/ez.htm ez payday loan]
 
[http://loan.ododf.info/ics.htm ics payday loan]
 
[http://loan.ododf.info/tendollar.htm loan payday tendollar]
 
[http://loan.ododf.info/qualification.htm loan payday qualification]
 
[http://loan.ododf.info/floirda.htm floirda home loan]
 
[http://loan.ododf.info/aames.htm aames home loan]
 
[http://loan.ododf.info/referral.htm loan mortgage officer referral]
 
[http://loan.ododf.info/omni.htm loan military omni]
 
[http://loan.ododf.info/arena.htm arena loan quicken]
 
 
</div>
 

Revision as of 09:39, 17 November 2006

FileZilla Client 2.x Command-Line Arguments

FileZilla Client does support some basic command-line arguments, but it's primarily a GUI application and as such isn't meant to do scripting/automation. Some functionality is never the less available through the command-line.

Standard Synopsis

  • filezilla.exe <URL> [-du] <sourcefile> <targetdir> [-t] <targetname>
  • filezilla.exe -s <name of site in Site Manager>

Description

  • filezilla.exe [<protocol>://]<username>:<password>@<host>[:port]
    Used to connect to a host running a ftp server. The optional protocol can either be ftp://, sftp:// or ftps:// and defaults to ftp://. The port is optional. If it is ommited, the port defaults to 21 for ftp://, 22 for sftp:// and 990 for ftps://.
  • filezilla.exe -s <name of site in Site Manager>
    Used to connect to a host that is defined in the Site Manager of the program. The name of the site is case sensitive.
  • filezilla.exe [-du] <sourcefile> <targetdir> [-t] <targetname>
    Used to download (-d) or upload (-u) a file from/to the host.

User Commands

The supported user commands are:

  • URL
    You can specify an URL FileZilla connect to when started.
  • -s <name of site in Site Manager>
    Specifies an already defined site in the Site Manager that FileZilla tries to connect to when started.
  • -d <sourcefile> <targetdir>
    Downloads the specified file from the server into the target dir.
  • -u <sourcefile> <targetdir>
    Uploads the specified file into the target dir on the server. <sourcefile> has to be the full path of the file.
  • -t <targetname>
    Only valid together with -u or -d: Specifies an alternate name for the target file. Must come directly after one of -u or -d.
  • -quit
    Shuts down all running instances of FileZilla. Must be used solely; can't be combined with any of the other arguments.
  • -i
    Imports a Site Manager .xml file.

Remarks: You can not use -s as argument to either -u or -d. Both -u and -d expect a full hostname.

Options

  • -close
    Will close FileZilla after all transfers have finished.
  • -config <configfile>
    Loads the file specified as configuration for the program. If used it has to be the first argument to FileZilla.
  • -overwrite
    To set the fileexists action to overwrite.

Example (version 2.2.29)

  • filezilla.exe -s "Remote Site" -u "c:\ftp\TestFile.txt" ftp://ftp_user:ftp_password@ftp_host_ip/test_stuff -close
    ...will connect to the site "Remote Site" (-s) defined in Site Manager and Upload (-u) local file "c:\ftp\TestFile.txt" into remote folder "test_stuff"; when transfer is complete, close FileZilla.
  • FileZilla 2.2.29 command line transfer does not support Wildcards/Subdirectory specifications (i.e. \* or \*.*) will not work to transfer all folders/files; only single file transfers are allowed.