DanEngelbrecht / golongtail

Command line front end for longtail synchronization tool
MIT License
26 stars 8 forks source link

Get/downsync target path does not support windows extended length paths #213

Closed AOOSG closed 2 years ago

AOOSG commented 2 years ago

It looks like using a windows extended path prefix \\?\ is not supported for the target path when using the get or downsync command.

Example: get/downsync ... --target-path "\\?\D:\SomePath" throws an error similar to this:

get: downsync: GetFolderIndex: open \\?\D:\SomePath/.longtail.index.cache.lvi: The filename, directory name, or volume label syntax is incorrect.

No errors is reported if using --target-path "D:\SomePath"

DanEngelbrecht commented 2 years ago

@AOOSG Please try out https://github.com/DanEngelbrecht/golongtail/releases/tag/v0.3.6-pre0 and see if that helps.

AOOSG commented 2 years ago

Thanks, will do!