crifurch / pure_ftp

MIT License
8 stars 3 forks source link

download bytes question #19

Closed abdelaziz-mahdy closed 4 months ago

abdelaziz-mahdy commented 4 months ago

thank you for fixing the download error,

now when downloading using

image

the perenctage is always 100 %

image

i think the problem is the total bytes is not the actual total bytes

should i get the real total bytes from the file.info.size?

crifurch commented 4 months ago

yes, because in another issue in logs i'm found this

flutter: [2024-05-16 11:42:53.238135] 192.168.1.5:15114> SIZE /Download/Anime_here/One Piece/One Piece ep 968 1920x1080.ts.mkv
flutter: [2024-05-16 11:42:53.541526] 192.168.1.5:15114< 550 No directory traversal allowed in SIZE param
abdelaziz-mahdy commented 4 months ago

Okay thank you for your awesome work❤️