SFTP from concurent program not working
We are trying to do SFTP of a file from one environment into another environment.
a) A script is prepared to execute SFTP command.
b) If we run the script directly from UNIX server, able to connect successfully to other server and file is also getting transferred.
c) But if we run the same script through a concurrent program then it is not getting connected to other server and giving ‘Connection Timeout’ Error.
a) A script is prepared to execute SFTP command.
b) If we run the script directly from UNIX server, able to connect successfully to other server and file is also getting transferred.
c) But if we run the same script through a concurrent program then it is not getting connected to other server and giving ‘Connection Timeout’ Error.
0