разрыв каждые 100 проверок. на всякий случай.

This commit is contained in:
2023-12-15 16:44:14 +03:00
parent bd702b3ebc
commit da74a8a699
3 changed files with 11 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ import java.nio.charset.StandardCharsets;
import java.util.LinkedHashMap;
import java.util.Vector;
public class UserConnection {
public int iterations = 0; //для тестирования
//--
public ChannelSftp sftpChannel = null;
public ChannelShell shellChannel = null;
//--