markserv icon indicating copy to clipboard operation
markserv copied to clipboard

Serve single file

Open alejogtz opened this issue 3 years ago • 2 comments

Issue description

When i type

markserv -p 8000 -a 0.0.0.0 folder/README.md

Server actually expose all the files into folder.

Images

Serve command server

Serve command server

Main question

Is there a way to markserv serve only single file. Perhaps I just missed some setup details, or maybe this is not implemented yet.

Environment details

Markserv: version 1.17.4 System: Ubuntu 18.04.6 Browser: Google Chrome

alejogtz avatar Jun 30 '22 14:06 alejogtz

Seems like you found a bug.

Does markserv​ behave the same way if you add the ./​ to the start?

Example:

markserv -p 8000 -a 0.0.0.0 ./folder/README.md​

------- Original Message ------- On Thursday, June 30th, 2022 at 10:11 AM, Alejo Gutierrez @.***> wrote:

When i type

markserv -p 8000 -a 0.0.0.0 folder/README.md

Server actually expose all the files into .

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

F1LT3R avatar Jun 30 '22 14:06 F1LT3R

No, it still doesn't work.

markserv -p 8000 -a 0.0.0.0 ./folder/README.md

stills doesn't work.

It may actually be a bug

alejogtz avatar Jun 30 '22 15:06 alejogtz