What would you do? SFTP uploads seem to be stalling

Hello, on one of my computers, it seems that SFTP uploads (to a remote host) just seems to stop… no errors, no warnings… just nothing happening anymore.

Is there some debug info maybe I can turn on to see what it is actually doing maybe?

I have another mac book pro (almost identical) configured nearly the same way and sending to the same remote host that runs fine… so something is fishy on this computer… any thoughts?

As usual with anything, try running with debugging info.

instead of duplicacy backup [options]
run duplicacy -d -log backup [options] and pipe the output to a file: &> duplicacy-debug.txt.

I assume this is happening with the duplicacy build that i provided, the one with the sftp retries branch, right?

OK I will try that. And no, this particular computer is not running your code :slight_smile:
Thanks for the debug info!!