Archived Forum Post

Index of archived forum posts

Question:

sftp network disconnect

Feb 17 '17 at 11:12

if the network is disconnected while uploading a file via sftp, the process hangs. looking in debug file, there's an nonstop printout of

            ReadTimeoutMs exceeded.
            readTimeoutMs: 10000

how can i detect this situation and avoid it?


Answer

the same question


Answer

Thanks. I fixed this for the next version to be released. You can avoid it by making sure VerboseLogging is turned off. (In general, only turn on VerboseLogging when there's a problem to be diagnosed, otherwise it can hurt performance.)