mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
@@ -56,6 +56,7 @@ Future<SSHClient> genClient(
|
||||
timeout: const Duration(seconds: 5),
|
||||
);
|
||||
} catch (e) {
|
||||
if (spi.alterUrl == null) rethrow;
|
||||
try {
|
||||
spi.fromStringUrl();
|
||||
socket = await SSHSocket.connect(
|
||||
|
||||
Reference in New Issue
Block a user