mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-12 03:04:45 +01:00
refactors (#539)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
part of 'worker.dart';
|
||||
|
||||
class SftpReq {
|
||||
final ServerPrivateInfo spi;
|
||||
final Spi spi;
|
||||
final String remotePath;
|
||||
final String localPath;
|
||||
final SftpReqType type;
|
||||
String? privateKey;
|
||||
ServerPrivateInfo? jumpSpi;
|
||||
Spi? jumpSpi;
|
||||
String? jumpPrivateKey;
|
||||
|
||||
SftpReq(
|
||||
|
||||
Reference in New Issue
Block a user