You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But we see this error - ERRO[0014] "<target>:<port>" file "harddisk:/" isDir err: rpc error: code = InvalidArgument desc = gNOI: File-Stat: File does not exist
Same is the case with File Remove operation -
DEBU[0010] "<target>:<port>" remote="harddisk:/sample2.txt" is a directory
DEBU[0010] "<target>:<port>" removing file "sample2.txt"
ERRO[0010] "<target>:<port>" File Remove failed: rpc error: code = InvalidArgument desc = gNOI: File-Stat: File does not exist
Not sure what we are missing here. Please let us know if something needs to be updated.
The text was updated successfully, but these errors were encountered:
Hey,
We are trying to perform some file operations on the router using the gnoic client -
There seems to be an issue when we perform either of the operations.
We are using the following command -
./gnoic -a <target>:<port> -u <user> -p <pass> --skip-verify file stat --path harddisk:/sample2.txt --debug
There is a File Stat response available -
But we see this error -
ERRO[0014] "<target>:<port>" file "harddisk:/" isDir err: rpc error: code = InvalidArgument desc = gNOI: File-Stat: File does not exist
Same is the case with File Remove operation -
Not sure what we are missing here. Please let us know if something needs to be updated.
The text was updated successfully, but these errors were encountered: