added unknown command error catching
This commit is contained in:
@ -1485,9 +1485,12 @@ CheckForErrors:
|
|||||||
SftpError = True$
|
SftpError = True$
|
||||||
Case IndexC(stat, "error", 1)
|
Case IndexC(stat, "error", 1)
|
||||||
SftpError = True$
|
SftpError = True$
|
||||||
|
Case IndexC(stat, "unknown command", 1)
|
||||||
|
SftpError = True$
|
||||||
Case Otherwise$
|
Case Otherwise$
|
||||||
SftpError = False$
|
SftpError = False$
|
||||||
End Case
|
End Case
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user