shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

sftp.download app crash when big file download completed on old iPhone #42

Open english-aha-center opened 4 years ago

english-aha-center commented 4 years ago

Hi.

Thanks for your wonderful api.

I found that if I download using sftp, it works well on Android, and iOS well, except...

On iPhone 6 Plus machine, S/W version 12.4.6

small files are OK, but if I download a file larger than 20 mB, then the progress goes on and when hit 100, the app crashes without any message.

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.15.5 19F96, locale ko-KR)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 11.5) [✓] Android Studio (version 3.5) [✓] Connected device (1 available)

it is hard to provide verbose since this happens only on old iPhone

It works well on later version iPhone and androids.