No Retry when starting coreftp through command prompt

Core FTP client questions and answers
Post Reply
Mojar
Posts: 1
Joined: Wed Dec 03, 2014 6:30 am

No Retry when starting coreftp through command prompt

Post by Mojar »

I am running coreftp for a client using the below

"C:\Program Files\coreftp\coreftp" -O -u C:\folder\*.* -site SITETEST

in a batch file.

The issue I am having is that when using this method to upload files if it hangs connection wise and then reconnects to continue uploading it will dump the file that was in process at the time of a connection issue. It won't retry when uploading these files.

If I open coreftp and do the process manually I can see when there is an issue and I can see the file sitting as a retry status. Once all files complete it retries these and uploads them.

I am looking for away to replicate this behaviour starting coreftp via cmd.
ForumAdmin
Site Admin
Posts: 1004
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

use the -p /remote_path/ parameter.

Without knowing the error you're encountering, you can try increasing the number of connection and/or transfer retries in your site profile.
Post Reply