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