Command line

Top  Previous  Next

Command line syntax

 

Command line can let FTP Rush performs some actions when it startup. the syntax is described below

 

FTP Rush.exe -<switch1> -<switchN>

 

Switchs:

d

Open debug mode, FTP Rush will display more information at Logs

Example: FTP Rush.exe -d

 

w[Number]

Tell FTP Rush open how many new window

Example: FTP Rush.exe -w10

 

c[FTP Url]

Tell FTP Rush connect to specifies FTP URL

 

Example: FTP Rush.exe -c127.0.0.1

 

b

Tell FTP Rush you own a BetaUser license

Example: FTP Rush.exe -b

 

f"path"

Use custom data folder path for FTP Rush.

Example:

if you want FTP Rush using config files in c:\bak1

FTP Rush.exe -f"c:\bak1"

 

if you want FTP Rush using config files from the folder FTP Rush installed

FTP Rush.exe -f

r<attr>

Run all queue when startup, this param works for licensed version only

Example:

FTP Rush.exe -r

 

the attributes mask includes:

t: minimize to system tray

for example: FTP Rush.exe -rt

 

x: exit ftprush if there have no any queues exists

for example: FTP Rush.exe -rxt