added unknown command error catching
This commit is contained in:
parent
a834128597
commit
5abaaee625
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user