shaqian / flutter_ssh

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

No option to extend connection timeout #39

Open DaasDaham opened 4 years ago

DaasDaham commented 4 years ago

Connecting to some servers requires more time that the default timeout set for this library. This option is provided by the JSch library in .connect() command, while it is not present in this flutter library.