new & fix
- new: switch of sftp `rm -rf` dir - fix: sftp upload - fix: sftp uploading progress - opt.: editor will save content if is editing file
This commit is contained in:
@@ -416,12 +416,6 @@ abstract class S {
|
||||
/// **'Download'**
|
||||
String get download;
|
||||
|
||||
/// No description provided for @downloadStatus.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{percent}% of {size}'**
|
||||
String downloadStatus(Object percent, Object size);
|
||||
|
||||
/// No description provided for @edit.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -920,6 +914,12 @@ abstract class S {
|
||||
/// **'Path'**
|
||||
String get path;
|
||||
|
||||
/// No description provided for @percentOfSize.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{percent}% of {size}'**
|
||||
String percentOfSize(Object percent, Object size);
|
||||
|
||||
/// No description provided for @pickFile.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -1154,6 +1154,12 @@ abstract class S {
|
||||
/// **'Preparing to connect...'**
|
||||
String get sftpDlPrepare;
|
||||
|
||||
/// No description provided for @sftpRmrfDir.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Use `rm -rf` to delete dir on SFTP'**
|
||||
String get sftpRmrfDir;
|
||||
|
||||
/// No description provided for @sftpSSHConnected.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user