wheybags / wcp

Experimental file copy tool using io_uring
MIT License
198 stars 7 forks source link

Unhandled file type 10 #8

Closed rytec-nl closed 3 years ago

rytec-nl commented 3 years ago

Hi,

I tried your tool as it looks really promising. When doing so I get a lot of Unhandled file type: "" 10 errors, looking into it type 10 seems to be symbolic links.

Do you plan to add support for symlinks?

Thanks in advance!

wheybags commented 3 years ago

Symlinks should be working now: https://github.com/wheybags/wcp/commit/341ad3b8d88b5ca90e5892d06a4944d31e2b501b

wheybags commented 3 years ago

Thanks for the report!

rytec-nl commented 3 years ago

Thanks! Works perfectly!