Hi ,
I am trying to connect to a bank SFTP server which is outside my network for a new requirement .
They have shared the credentials , and its a password based authentication .
While connecting to server via any ftp tool , I am able to connect it but while connecting via PI system I am getting the following error
Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: >> Description: putFile: Target filename <O1309240949ZHEXOUSAXREM>; Flags set: appending=<false>; useTempFile=<false>; ; Reason: Permission denied.: Permission denied.>> Details: putFile: Target filename <O1309240949ZHEXOUSAXREM>; Flags set: appending=<false>; useTempFile=<false>; ; Reason: Permission denied.: Permission denied.>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMPONENT_ERROR>>Retryable: true>>Fatal: true, >> Description: putFile: Target filename <O1309240949ZHEXOUSAXREM>; Flags set: appending=<false>; useTempFile=<false>; ; Reason: Permission denied.: Permission denied.>> Details: putFile: Target filename <O1309240949ZHEXOUSAXREM>; Flags set: appending=<false>; useTempFile=<false>; ; Reason: Permission denied.: Permission denied.>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMPONENT_ERROR>>Retryable: true>>Fatal: true
Since we are using password base authentication , do we still need to send our public key to them so store in their SSH folder ?
The bank is saying that they do not have any functionality to store any customer public key .