Changes between Initial Version and Version 1 of Ticket #4561, comment 8
- Timestamp:
- 07/16/24 20:34:10 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4561, comment 8
initial v1 1 Can confirm it doesn't crash any more. 1 Can confirm it doesn't crash any more. There is a caveat though. Path length is 253 bytes and file name 248 bytes which is below 255 max file length for ext3/4 and 4096 max path but it still says: ```Cannot create target directory "/root/tmp/test/~xxxxxxxxxxxxxx" 2 File name too long (36) 3 ``` 4 It's not too long actually. 2 5 6 7 8 -- 3 9 Also, for sake of simplicity, the tar file used as example should be compressed. It wouldn't change the outcome but would decrease attachment 40 times.