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
While debugging the StartAsync extension from CopyMove() method sending the StartParamters it would only move a file if I caught the 'start' method and removed any brackets in the URL. When testing with a single files to copy/move (remove_src: true/false) the process would only move. Setting remove_src: false would always result in a 'move'.
Note: The share name is a guid. Couldn't think of a name for testing and is not a weird glitch.
Directory Tree for '/8c47db36-cce9-4fff-b4b2-a5df3a6a' share:
While debugging the
StartAsync
extension fromCopyMove()
method sending theStartParamters
it would only move a file if I caught the 'start' method and removed any brackets in the URL. When testing with a single files to copy/move (remove_src: true/false) the process would only move. Settingremove_src: false
would always result in a 'move'.Note: The share name is a guid. Couldn't think of a name for testing and is not a weird glitch.
Directory Tree for '/8c47db36-cce9-4fff-b4b2-a5df3a6a' share:
Workaround:
SynologyConnectionExtension.cs: Line 108
Addition starting after line 110:
Code Executing
StartAsync(<StartParamters>)
:Thanks,
-- Lincoln
The text was updated successfully, but these errors were encountered: