new: open sftp in ssh

This commit is contained in:
lollipopkit
2023-05-28 18:58:38 +08:00
parent 06be4503ca
commit edaffb736c
3 changed files with 40 additions and 11 deletions

View File

@@ -4,6 +4,8 @@ const seperator = 'SrvBox';
const serverBoxDir = r'$HOME/.config/server_box';
const shellPath = '$serverBoxDir/mobile_app.sh';
const echoPWD = 'echo \$PWD';
enum CmdType {
export,
net,