Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

ftp-deploy -> mirror: Login failed

Kilian April 29, 2021

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 channel

I appreciate any help!
Thanks!

2 answers

2 accepted

0 votes
Answer accepted
Kilian April 30, 2021

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"
0 votes
Answer accepted
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 29, 2021

Hi! 

Based on the other resource, did you try param --insecure or is it possible to put into pipe?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events