no message

This commit is contained in:
2023-12-05 16:15:12 +03:00
parent 3794b2a330
commit be4985be2d
13 changed files with 126 additions and 17 deletions

View File

@@ -391,7 +391,7 @@ public abstract class ConnectionPass<T> extends Pass_2021<T> {
return new Pair<>(out, err);
}
//--
//--
//--сам себя
public boolean Exists(String file_full_name) throws Exception {
try {
sftpChannel.stat(file_full_name);