https://winscp.net/tracker/2110 Source commit: 3d005504b54d9b6f9dfa9799978827d7052029f6
@@ -3155,7 +3155,7 @@ UnicodeString __fastcall TFTPFileSystem::GotReply(unsigned int Reply, unsigned i
}
bool RetryTransfer = false;
- if (FLastCode == 425)
+ if ((FLastCode == 425) || (FLastCode == 426))
{
if (FAnyTransferSucceeded)