Good day everyone, I implemented SFTP module in order to send a CSV file to another system via SFTP. 1- The connection is successful i checked it. But there is an issue while putting the file. The flow goes down. and i got this error: net.schmizz.sshj.sftp.SFTPException com.mendix.systemwideinterfaces.MendixRuntimeException: net.schmizz.sshj.sftp.SFTPException: SETSTAT unsupported at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by:net.schmizz.sshj.sftp.SFTPException: SETSTAT unsupported at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by:SETSTAT unsupported at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Any suggestion is appreciated.
↧