Use Command Line
By using command line, allows you perform some actions when the FTP client startup, the command line syntax is described below
ftprush.exe -<switch1> -<switchN>
d
Open debug mode, the FTP client will display more information at Logs, for example: ftprush.exe -d
w[Number]
Tell it opens how many new window when startup, for example: ftprush.exe -w10
c[FTP Url]
Connect to specifies FTP URL, for example: ftprush.exe -cftp.microsoft.com
b
Tell FTP client you have a BetaUser license, for example: ftprush.exe -b
f"path"
Use a customize data folder path for the session, for example: ftprush.exe -f"c:\bak1" or if you want to use the config files from the folder where FTPRush installed: ftprush.exe -f
r
Run all queues when startup, this param works for licensed version only, for example: ftprush.exe -r
The attributes mask includes:
t: minimize to system tray, for example: ftprush.exe -rt
x: exit application if there have no any queues exist, for example: ftprush.exe -rxt
