SFTP-Deployment failure: The read operation failed, see inner exception.
This is all the feedback I get when trying to deploy to my SFTP server (works with multiple projects but for whatever reason not with this repository):
Uploading artifact "artifacts/....exe" to FTP server "sftp://..." as "builds/..."
Uploading "builds/....exe"...The read operation failed, see inner exception.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 27 May, 2022 11:48 PM
If you are building on Ubuntu and deploying from a build I'd suggest to try built-in sftp command. On Windows WinSCP is an ideal choice.
2 Posted by nefarius+appvey... on 29 May, 2022 03:46 PM
Thanks for the reply; in the meantime I made my own tool listening to Webhooks, cheers!