rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.06k stars 202 forks source link

Copy feature #680

Open wsadqert opened 1 month ago

wsadqert commented 1 month ago

Please add copy_files API

rejetto commented 1 month ago

so you are not asking for the copy function on the frontend, you want to use it programmatically, right?

wsadqert commented 1 month ago

yes, I only interact with the server programmatically via API

rejetto commented 1 month ago

i'm not planning to add "copy" feature soon, but you are free to do it yourself. HFS can be expanded by writing your server side code. https://github.com/rejetto/hfs/wiki/Middlewares

several existing plugins expose their own api this way. in future version 0.54 i'm going to add a specific api to add apis, to make the process a bit easier and more standardized.