added unknown command error catching

This commit is contained in:
Infineon\StieberD 2024-11-26 16:35:04 -07:00
parent a834128597
commit 5abaaee625

View File

@ -1485,9 +1485,12 @@ CheckForErrors:
SftpError = True$
Case IndexC(stat, "error", 1)
SftpError = True$
Case IndexC(stat, "unknown command", 1)
SftpError = True$
Case Otherwise$
SftpError = False$
End Case
return