As we are developing a custom app to transfer XML data to an SFTP server,we implemented a buffering mechanism to handle the XML data. we initially attempted to use the “sftp put” method for file transfer. However, this approach encountered failures during the transfer process.
To further improve the file transfer reliability, we decided to incorporate the “whoosh” library, which provided a different method for passing the data. This resulted in successful transfers for some cases. However, despite this improvement, we encountered further failures during data transfers.
Can you please help us with this?