(cherry picked from commit 05ca593a0e460062a2c99413b056f76081fb0561) Source commit: 5a683ab890ec5e3900c868892cab3c92c8f47b5d
@@ -443,6 +443,10 @@ bool TRobustOperationLoop::TryReopen(Exception & E)
{
FRetry = false;
}
+ else if (dynamic_cast<ESkipFile *>(&E) != NULL)
+ {
+ FRetry = false;
+ }
else if (FTerminal->Active)
FTerminal->LogEvent(1, L"Session is open, will not retry transfer");