Command Line Retry and Timeout

Core FTP client questions and answers
Locked
Hoangnguyen
Posts: 2
Joined: Fri Sep 06, 2019 10:36 am

Command Line Retry and Timeout

Post by Hoangnguyen »

I accidentally invoked a command line DIRA request to a bad server address, and coreFTP Lite kept running, seemingly forever.
How can I control timeout and retries from the command line?
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: Command Line Retry and Timeout

Post by ForumAdmin »

the default timeout with no activity should be 10 minutes (600 seconds).

You can adjust this by using:

-monitor <seconds>
Locked