GHOST Clients Saving to File Shares #96
-
Hello, I am attempting to run GHOSTS on a local network and I need to test out some access to file shares etc. Is there any way to change where GHOSTS saves? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, yes, you can change that - this line in the timeline.json file indicates where to store docs (on a per handler basis, this one is just for MS Word) - if you want to save to another directory or a file share, change the |
Beta Was this translation helpful? Give feedback.
-
Should just be |
Beta Was this translation helpful? Give feedback.
-
("%homedrive%%homepath%" are windows system variables for "your current home drive" and whatever your home settings are) |
Beta Was this translation helpful? Give feedback.
Hi, yes, you can change that - this line in the timeline.json file indicates where to store docs (on a per handler basis, this one is just for MS Word) -
GHOSTS/src/Ghosts.Client/config/timeline.json
Line 99 in 01aa574
if you want to save to another directory or a file share, change the
"%homedrive%%homepath%\\Documents
path to whatever you like.