SFTP Upload Cleanup Failed

When I attempt to upload a file via SFTP I get the error message “Upload Cleanup Failed”.

Is there a way to bypass this?

You can put the “File transfer” action in a separate module and call the module in the “Capture errors and continue” mode. Keep in mind that suppressing this error will lead to accumulating on the SFTP server lots of not deleted temporary files created by the “File transfer” action.

Thank you, I’m going to need to ask them for the ability to remove the .temp files.

I ended up using Putty and PowerShell to bypass this for anyone interested.

pscp -sftp -pw passwd c:\filedump* user@host:/Outbox/

2 Likes