|  | 
		Dear Erman,
 We are implementing epayment file transfer in our environment.We have to place a file from our server to bank's server.We have recieved the username,password,ip adress and port from them.
 
 We are able to do telnet but unable to connect using sftp
 
 [oraprod@node1~]$ telnet bank.com 443
 Trying ***.***.**.***...
 Connected to  bank.com
 Escape character is '^]'.
 Connection closed by foreign host.
 [oraprod@node1~]
 
 But we are unable to connect using sftp as below
 
 [oraprod@node1logs]$ sftp -oPort=443 user1@bank.com
 ssh_exchange_identification: read: Connection reset by peer
 Couldn't read packet: Connection reset by peer
 [oraprod@node1logs]
 
 
 [oraprod@node1logs]$ sftp user1@bank.com
 ssh_exchange_identification: read: Connection reset by peer
 Couldn't read packet: Connection reset by peer
 [oraprod@node1logs]
 
 
 Could you please let us know what all to check in this case.
 
 Thanks for all the support.
 
 
 |