Skip to content

Run As Command Line Program

The Sync Service can also run as a command line program for one-time FTP action. Almost all command line options of the TurboFTP GUI program are inherited. It can be run by any third-party program and offers the following advantages as a command line program for FTP actions:

  • It blocks until the FTP action finishes.
  • No GUI popup and requires no human intervention.
  • Better performance and requires less memory and resources.

To start, type:

tftpsvc /cl [options]

You can use Ctrl+C or Ctrl+Break to interrupt the program.

For details of supported command line options for FTP actions, see section Command Line Options.

Sync Service Run in Console Mode

The Sync Service can run in console mode instead of an NT service. In this mode it dumps all logs to the console window and makes it convenient for debugging problems.

To start, type in a console window:

tftpsvc /console

Use Ctrl+C or Ctrl+Break to terminate the program.

For more information about tftpsvc.exe's command line options, type:

tftpsvc /help