oracle.apps.xdo.delivery.ssh2.sftp.SFTPUtil.connect to connect and get file?
We are switching to new banks and our current interface cant make valid connection with the bank site.
Requirement : to connect to the bank site using sftp , get the files from their location and dump it to our internal servers .
here is the snippet of code I am using currently to get the file from other bank site
this worked fine with all the other banks we have but not the new one we are trying to interface with.
any help will be appreciated.
import oracle.apps.xdo.delivery.ssh2.sftp.SFTPUtil; // we are using this class and method connect to make a connection