./minsync --token [token] [upload|download] [src] [dst]
Besure path end with '/'
Examples:
Upload files in local path [/home/syz/tmp/ht_data_upload_test/] to remot path [path_remot], [path_remot] must be existed
./minsync --token 82220f1ab6724427a96b90c85aa95491 upload /home/syz/tmp/ht_data_upload_test/ /path_remot/
Download files in remot path [path_remot] to local [/home/syz/tmp/ht_data_download_test], local path must be existed
./minsync --token 0cd208dfdebb46fcbe8fbbc831468588 download /path_remot/ /home/syz/tmp/ht_data_download_test/