Forum Discussion
Alterans
Apr 29, 2022Copper Contributor
SFTP Upload
Hi,
As a beginner in Azure DevOps, i'm trying to create a multi-stage pipeline, for several environments (dev, rec, prod)
My pipeline have to do these steps:
- Build sources
- Run tests
- Wait for an approval before publish
- Publish to a secure SFTP server
The pipeline is running well, except the publish to SFTP part.
Is there any way to publish to the SFTP? The FTP upload step by MS seams not working with it :'(
The SFTP server is already created, and i can connect to it using username and password.
- regisrnCopper ContributorHi, did you manage to solve it?
- Lohith_GNCopper ContributorHave you tried FTP Upload Task - https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/ftp-upload?view=azure-devops ?