added separate start messages for Nabard and UCB sftp instance creation

This commit is contained in:
2025-06-20 16:07:51 +05:30
parent bb34d822ff
commit 60bbe5df5a

View File

@@ -87,7 +87,7 @@ public class SSHProtocol {
Statement statement = null;
Statement statement2 = null;
try {
System.out.println("Going to SEND files from remote Server via SSH");
System.out.println("Going to SEND files from remote Server via SSH to UCB Server");
System.out.println(
"Creating SSH Session: user@host:port |--->"
+ this.user
@@ -232,7 +232,7 @@ public class SSHProtocol {
Statement statement = null;
Statement statement2 = null;
try {
System.out.println("Going to SEND files from remote Server via SSH");
System.out.println("Going to SEND files from remote Server via SSH to NABARD server");
System.out.println(
"Creating SSH Session: user@host:port |--->"
+ this.user