We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望加入多路徑進行資料同步 (可指定一組或同時多組同步) { { "webdavUrl": "https://dav2.com/dav/" "userName": user_A "password": pas_A "localRoot": "e:\project\js\test\A" "remoteRoot": "/A" }, { "webdavUrl": "https://dav1.com/dav/" "userName": user_B "password": pas_B "localRoot": "e:\project\js\test\B" "remoteRoot": "/B" }, }
另外 Pull 視乎無效,只會在 Lcoal 端新增資料夾,但不會拉檔案下來
此擴充簡單易用,也是目前唯一成功的 感謝作者,希望可以繼續維護更新 再次感謝
The text was updated successfully, but these errors were encountered:
No branches or pull requests
希望加入多路徑進行資料同步 (可指定一組或同時多組同步)
{
{
"webdavUrl": "https://dav2.com/dav/"
"userName": user_A
"password": pas_A
"localRoot": "e:\project\js\test\A"
"remoteRoot": "/A"
},
{
"webdavUrl": "https://dav1.com/dav/"
"userName": user_B
"password": pas_B
"localRoot": "e:\project\js\test\B"
"remoteRoot": "/B"
},
}
另外 Pull 視乎無效,只會在 Lcoal 端新增資料夾,但不會拉檔案下來
此擴充簡單易用,也是目前唯一成功的
感謝作者,希望可以繼續維護更新
再次感謝
The text was updated successfully, but these errors were encountered: