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 found that the software has some problems in setting the shared folder path. It can only be relative paths and not absolute paths
for example:
When I use the command line below, it works normally :
gossa.exe -h 0.0.0.0 -p 8001 .\gossa
When I use the command line below, it does not work properly:
gossa.exe -h 0.0.0.0 -p 8001 f:\download
it can’t display the files in the folder correctly on the webpage,but displays "error [get content /] invalid path"
The text was updated successfully, but these errors were encountered:
thanks for the report - I haven't really tested on windows, so I'm not surprised something's off
I'll try to test it out and get a fix for the next release 👍
I found that the software has some problems in setting the shared folder path. It can only be relative paths and not absolute paths
for example:
When I use the command line below, it works normally :
gossa.exe -h 0.0.0.0 -p 8001 .\gossa
When I use the command line below, it does not work properly:
gossa.exe -h 0.0.0.0 -p 8001 f:\download
it can’t display the files in the folder correctly on the webpage,but displays "error [get content /] invalid path"
The text was updated successfully, but these errors were encountered: