How to check robustness in a service that includes multiple points of failure in workflow, including FTP
As part of my workflow, I need to do all these steps in one transaction
– I need to ftp files to 2 different FTP servers.
– There is also a spreadsheet that gets generated which needs to be FTP’ed. Can this be streamed, instead of downloading and then pushed to FTP server.
When saving a file with FTPClient, session comes out as null
I am currently uploading files to my Synology NAS.
When uploading a file, the error “the process cannot access the file because it is being used by another process”
I’m trying to make a copy of the file and upload it to the server. But when trying to download, this error occurs. I tried to do 3 operations (upload, delete, rename) and it turned out that an error occurs when deleting a file. The file is used as a database for a web application. Maybe there is a way to update it properly somehow.