Hey!I try to upload files with pipe: atlassian/ftp-deploy:0.3.6 and i get the following error:mirror: Login failed: 550 SSL/TLS required on the control channelI appreciate any help!Thanks!
Hi!
Based on the other resource, did you try param --insecure or is it possible to put into pipe?
Thank you @Gonchik Tsymzhitov It works now. My solution was lftp instead of ftp-deploy:
- step: name: Deploy script: - node -v - npm install - apt-get update - apt-get install -y lftp - lftp -e "open XXX; user XXX XXX; mirror -X .* -X .*/ --reverse ./build/ ./; bye"
It looks like you're new here. Sign in or register to get started.