derniercri / snatch

A simple, fast and interruptable download accelerator, written in Rust
MIT License
676 stars 37 forks source link

Handle too long of file names. #64

Open valarauca opened 7 years ago

valarauca commented 7 years ago

On file creation the file name may exceed the length the OS file system allows. In this case the program currently hard panics could this be changed?

k0pernicus commented 7 years ago

Yep, I will identify this issue for the next release