mjpclab / go-http-file-server

Simple command line based HTTP file server to share local file system
MIT License
370 stars 56 forks source link

Deleting files #24

Closed dobin closed 1 year ago

dobin commented 1 year ago

Awesome software.

As I upload more and more files, sometimes id like to delete some.

Maybe a little button which can delete a file?

marjune163 commented 1 year ago

Yes, please check --delete or --delete-dir, just the same form as --upload and --upload-dir. Then you will have a delete button for each item.

dobin commented 1 year ago

Awesome, thanks.