shaqian / flutter_ssh

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

Download function not working #14

Closed nn1ks closed 5 years ago

nn1ks commented 5 years ago

When using the sftpDownload function the app throws this exception:

E/SshPlugin(25046): Failed to download /home/niklas/.bashrc
E/flutter (25046): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: PlatformException(download_failure, , null)

Tested on Xiaomi Mi 9T, Android 9, flutter 1.7.8, ssh 0.0.4

nn1ks commented 5 years ago

It's working with this patch that was made to fix this issue.

shaqian commented 5 years ago

This is fixed 0.0.5. Archiving the issue.

Thanks, Qian