Conflict handling, retries, and timeouts
Production reliability controls: decide what happens when a file already exists, retry transient failures automatically, and bound how long a transfer may hang. Pro and above.
Last updated July 17, 2026
#Availability
These reliability controls are available on Pro plans and above. They turn a basic transfer into a dependable production job.
#Conflict handling
Choose what happens when a file already exists at the destination:
| Setting | Behavior |
|---|---|
| Fail the file | Surfaces the conflict instead of overwriting silently. This is the default. |
| Skip | Leaves the existing file in place and moves on. |
| Overwrite | Replaces the existing file. |
| Rename | Writes the new file under a different name. |
| Version | Keeps both by versioning the new file. |
#Retries
Enable retries to automatically reattempt transient failures — a dropped SFTP connection, a momentarily busy share — before marking a run failed.
#Timeouts
Set a job timeout to bound how long a connection or transfer may hang before FileAgent gives up and retries or fails cleanly. Raise it for jobs that move very large files over slow links; keep it tighter for quick local jobs so a stuck run doesn't block the schedule.