https://github.com/alphabs/fishsyncclient
sync files
https://github.com/alphabs/fishsyncclient
Last synced: about 2 months ago
JSON representation
sync files
- Host: GitHub
- URL: https://github.com/alphabs/fishsyncclient
- Owner: AlphaBs
- License: mit
- Created: 2023-11-13T11:16:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T06:59:26.000Z (over 1 year ago)
- Last Synced: 2025-01-28T00:44:54.443Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 315 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FishSyncClient
FishSyncClient 는 파일 동기화를 위한 .NET 라이브러리입니다.
## 주요 기능
- 파일 목록 비교
- 파일 내용 비교 (파일 크기, 체크섬 비교)
- 동기화를 위한 파일 복사, 삭제
## FishSyncServer 연동
- 서버에서 파일 목록, 내용 비교
- PULL: 동기화가 필요한 파일 서버에서 다운로드
- PUSH: 동기화가 필요한 파일 서버로 업로드
# FishSyncClient.Cli
FishSyncServer 와 동기화를 위한 CLI 툴
## PULL
`pull --server --root `
`pull "my-bucket" --server https://localhost:7128/api --root /home/syncroot`
## PUSH
`push --server --root `
`pull "my-bucket" --server https://localhost:7128/api --root /home/syncroot`
# FishSyncClient.Gui
FishSyncServer 와 동기화를 위한 GUI 툴