When using / as REMOTE_PATH I am seeing this error:
lftp -u user,pw -e 'set ssl:verify-certificate false; mirror --delete-first -vvv -R /opt/atlassian/pipelines/agent/build/dist/ /;quit' server_name mirror: Access failed: 550 Directory Not Found (/)
HI @Benny Franz ,
Does the command work from your local machine?
With regards to not failing the build, it depends on the exit code of lftp. My guess is that it is returning 0 because of quit being successful, which was the last command.
Looks like it does work with . instead of / wich is very wired behaviour
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.