added separate start messages for Nabard and UCB sftp instance creation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user