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
I am trying to build the basic sandcat.go agent for Windows. The Linux install went perfectly. I cut and pasted the directions from the web interface so I don't have any typing errors. The line that doesn't work is when it goes to grab the sandcat agent:
$data=$wc.DownloadData($url)
The error is a "(404) Not Found". When I browse to http://x.x.x.x:8888/file/download from my Windows machine, I get the message File key was not provided
This seems to be a pretty basic error, but I'm not a Windows expert by any means. Can anyone point me in the right direction?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to build the basic sandcat.go agent for Windows. The Linux install went perfectly. I cut and pasted the directions from the web interface so I don't have any typing errors. The line that doesn't work is when it goes to grab the sandcat agent:
$data=$wc.DownloadData($url)
The error is a "(404) Not Found". When I browse to http://x.x.x.x:8888/file/download from my Windows machine, I get the message
File key was not provided
This seems to be a pretty basic error, but I'm not a Windows expert by any means. Can anyone point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions