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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.