Open CheatCod opened 4 months ago
Currently, the file browser on Docker Instance only supports reading: the implementation is as follows:
https://github.com/Lodestone-Team/lodestone/blob/c9ebd069341d57748540ae0b0104de1c752f96f6/core/src/handlers/instance_fs.rs#L135-L139
Repeat this pattern for other FS handlers and completes as many functionality as you can.
Description
Currently, the file browser on Docker Instance only supports reading: the implementation is as follows:
https://github.com/Lodestone-Team/lodestone/blob/c9ebd069341d57748540ae0b0104de1c752f96f6/core/src/handlers/instance_fs.rs#L135-L139
Repeat this pattern for other FS handlers and completes as many functionality as you can.