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 statement = null;
|
||||||
Statement statement2 = null;
|
Statement statement2 = null;
|
||||||
try {
|
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(
|
System.out.println(
|
||||||
"Creating SSH Session: user@host:port |--->"
|
"Creating SSH Session: user@host:port |--->"
|
||||||
+ this.user
|
+ this.user
|
||||||
@@ -232,7 +232,7 @@ public class SSHProtocol {
|
|||||||
Statement statement = null;
|
Statement statement = null;
|
||||||
Statement statement2 = null;
|
Statement statement2 = null;
|
||||||
try {
|
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(
|
System.out.println(
|
||||||
"Creating SSH Session: user@host:port |--->"
|
"Creating SSH Session: user@host:port |--->"
|
||||||
+ this.user
|
+ this.user
|
||||||
|
Reference in New Issue
Block a user