Command Line Options

Reference:        Overview of Beyond FTP

 

ABLoader.Exe

The primary Beyond FTP GUI program (wft.exe) should no longer be used to import or export address book information from the command line.  These functions are still available in the Address Book pane itself.

The program ABLoader.Exe is provided to automate address book imports and exports.  This program is found on your Beyond FTP path, and operates with the following parameters:

            <Beyond FTP path>\ABLoader.exe [parameters]

where:

/B<name>

Overrides the standard address book name - default is AddrBook.Tbl

/E<name>

Exports address information to the <name> file.

/I<name>

Imports address information from the <name> file.

/O

Overwrites the output file on an export - otherwise it appends

/A<name>

Begins the export with this <name> - typically a directory

/R<name>

Recurse when exporting - exports the entire directory structure

/P<password>

Address book password - if any

 

The following example exports the entire address book:

            C:\Program Files\Beyond FTP\ABLoader.exe /EC:\Output\AddrBook.Csv /O /R

 

DoScript.Exe

All command line script processing is now performed by the program DoScript.Exe.  You can execute a script, queue a script for compilation before every run, and load, unload, and restart services.  The command line syntax is:

            <Beyond FTP path>\DoScript.Exe <script name> /CA /CO /D /L /O /R /U /W

where:   <script name> The name of the script file.

/CA

Compile Always.  Loads the script so that it is compiled by the system before every execution.

/CO

Compile Only.  Compiles the script and exits.

/D

Delete existing scripts.  All waiting instances of this script are deleted before the new one is queued.

/L

Start (Load) the Beyond FTP system services.

/O

One-time run of a repeating script – Repeat_Time is ignored

/R

Reload the Beyond FTP system services.

/U

Stop (Unload) the Beyond FTP system services.

/W

Wait for the script to complete and return the scripts final status code.

 

The parameters may be provided in any order.  A specific instruction to unload the services (/U) will terminate the program before any other actions are performed.

Previous Topic
Next Topic