please provide a sample command to copy only new or edited files
Hi @Shahidain
Thank you for your question!
According to the lftp docs, recommended way to use the parameter "--only-newer " or "-n":
script: - pipe: atlassian/ftp-deploy:0.3.6 variables: USER: my-ftp-user PASSWORD: $FTP_PASSWORD SERVER: 127.0.0.1 REMOTE_PATH: /tmp/my-remote-directory LOCAL_PATH: build
EXTRA_ARGS: --only-newer
Best regards,
Oleksand Kyrdan
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.