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
webdav-sync relies very tightly on command-line curl. We'd like to remove that dependency and have a built in async push and pull that does not require calls to curl.
The text was updated successfully, but these errors were encountered:
IMHUnderstanding, in lib/webdav_sync.js we should keep only the public api and replace bodies with suggested modules.
The most problematic being the return value which today is the result of process.exec and won t remains the same.
Seems, to be confirmed, they are unused returns values, making the job easier.
webdav-sync relies very tightly on command-line curl. We'd like to remove that dependency and have a built in async push and pull that does not require calls to curl.
The text was updated successfully, but these errors were encountered: