Error handling while sending files through the destination folder #843
Unanswered
marc-kuijpers
asked this question in
Q&A
Replies: 1 comment
-
Hi, I'm not sure to understand your question. SFTPGo is a server that receives files sent by a client. If there is an error it is the client who must retry the transfer. After an event, for example an upload, SFTPGo can notify an external HTTP server. In this case SFTPGo is an HTTP client and if a recoverable error occurs it tries to send the notification again based on the settings here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is SFTPGo responsible for guaranteering the delivery of the file to the destination folder? For a file transfer, can I set the number of retries and the frequency retries are executed? Or is the "guaranteed delivery"-responsibility offloaded through the use of webhooks?
Cheers,
Marc
Beta Was this translation helpful? Give feedback.
All reactions