You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Implement real-time sync client using ALIST API
Description
I'd like to request the development of a client application that provides real-time synchronization functionality similar to popular cloud storage clients (OneDrive, NextCloud, Baidu Netdisk, AliYunDrive), but using ALIST API as the backend.
Key features needed:
Real-time bidirectional sync between local directory and remote storage via ALIST API
Local sync directory mapping (not WebDAV mount)
Automatic conflict resolution
Selective sync capabilities
Status indicators for sync progress
Current Behavior
Currently, ALIST provides WebDAV access but lacks a dedicated sync client that can:
Maintain a local synchronized folder
Handle real-time updates in both directions
Work efficiently with large numbers of files
Expected Behavior
A native client that:
Creates and maintains a local sync directory
Monitors local changes and pushes to ALIST server
Polls/pushes server changes to local directory
Provides system tray/notification area integration
Shows sync status and progress
Technical Considerations
Should use ALIST API rather than WebDAV for better performance
Need to handle rate limits and network interruptions
Should support multiple ALIST server connections
Cross-platform support (Windows/macOS/Linux) would be ideal
Additional Context
Reference implementations to study:
NextCloud desktop client
OneDrive sync engine
Baidu/Aliyun desktop clients
Attached is a reference image showing the desired sync directory behavior:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feature Request: Implement real-time sync client using ALIST API
Description
I'd like to request the development of a client application that provides real-time synchronization functionality similar to popular cloud storage clients (OneDrive, NextCloud, Baidu Netdisk, AliYunDrive), but using ALIST API as the backend.
Key features needed:
Current Behavior
Currently, ALIST provides WebDAV access but lacks a dedicated sync client that can:
Expected Behavior
A native client that:
Technical Considerations
Additional Context
Reference implementations to study:
Attached is a reference image showing the desired sync directory behavior:

Beta Was this translation helpful? Give feedback.
All reactions