CoreFTP Command Line Timeout Issue

Core FTP client questions and answers
Locked
todaysfate
Posts: 1
Joined: Wed Dec 14, 2011 11:33 pm

CoreFTP Command Line Timeout Issue

Post by todaysfate »

I have a script that transfers files to another FTP server.

When CoreFTP logs in and then changes directory to the correct folder, it times out retrieving the directory listing:

Timeout (600 seconds), exiting Core FTP

The directory I'm trying to read has 56,000+ files in it and CoreFTP is timing out trying to read the contents of the directory.

How do I change the timeout period for the command line version of CoreFTP?

Thanks for any help

Mike
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

disable timeout monitoring: -nomon

change timeout of monitoring (seconds): -monitor <seconds>
Locked