17 lines
325 B
Markdown
17 lines
325 B
Markdown
|
# Sync client
|
||
|
|
||
|
(Y7GT5V6T)
|
||
|
|
||
|
## Todo
|
||
|
|
||
|
- ( ) Add `find`-like API endpoint on servers
|
||
|
- ( ) Implement sync for one file
|
||
|
- ( ) Implement sync for one dir
|
||
|
- ( ) Implement recursive sync
|
||
|
|
||
|
## Find endpoint
|
||
|
|
||
|
Retrieves `stat` info recursively for all files in a dir.
|
||
|
|
||
|
Also, add mtime. That will make the syncer client a little better.
|