автоматическая инициализация
This commit is contained in:
2024-05-22 00:38:37 +03:00
parent 8de3474fa4
commit edb6714ea8
4 changed files with 6 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ public class RemoteInitialiseUser extends ConnectionPass<RemoteFile> {
}
@Override
protected void ServerAction() throws Exception {
String workspace_name = Utils.getDateName(".visual_sapfor_workspace");
String workspace_name = Utils.getDateName("visual_sapfor_workspace");
ShowMessage1("Создание рабочего пространства...");
target = new RemoteFile(user.connection.sftpChannel.getHome(), workspace_name);
user.connection.sftpChannel.mkdir(target.full_name);