Closed sapio-bdeamer closed 10 months ago
If the selected file is a symlink, lstat.size returns the symlink size in Linux and 0 in Windows, causing a truncated file to be sent. Use stat.size instead.
lstat.size
stat.size
Thank you.
If the selected file is a symlink,
lstat.size
returns the symlink size in Linux and 0 in Windows, causing a truncated file to be sent. Usestat.size
instead.