kalcaddle / kodbox

kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
https://kodcloud.com
2.18k stars 373 forks source link

Strategies for Maintaining Directory Structure and Synchronizing with Kodbox without Direct Interaction #234

Closed JunioCalu closed 9 months ago

JunioCalu commented 10 months ago

I am seeking guidance on how to efficiently manage the synchronization of files and directories between Kodbox and a local file system. There are two main issues I would like to address:

Maintaining Directory Structure in Uploads to Kodbox: When I upload a folder to Kodbox, I want to ensure that the organizational directory structure of that folder is preserved in my local file system. This is crucial for maintaining the consistency and organization of my files.

Synchronization with Existing Local Folder: Additionally, I have a folder in my local file system where files are generated and modified independently of Kodbox. I need a solution to synchronize this folder with Kodbox, without direct interaction with the Kodbox system. The goal is to ensure that files and directories created or modified locally are reflected in Kodbox automatically.

kalcaddle commented 9 months ago

Sync folder: local Folder <==> kodbox webdav. you can use like goodsync,freesync ...

If you want to fully maintain the directory structure, you can directly use the server's physical path Enter the address of the server in the address bar

image