filestash icon indicating copy to clipboard operation
filestash copied to clipboard

Fix download issue with FTP files

Open vbochetRTE opened this issue 6 months ago • 0 comments

Fixes https://github.com/mickael-kerjean/filestash/issues/636

by changing the implementation of Cat function: instead of checking the existence of the file with Stat, perform a ReadDir in the parent folder and check if it contains a file with the same filename

vbochetRTE avatar Aug 12 '24 16:08 vbochetRTE