cschlosser / drone-ftps

Deploy to FTPS server from Drone CI build
https://hub.docker.com/r/cschlosser/drone-ftps/
Apache License 2.0
20 stars 16 forks source link

FTP only files that are newer or have changed #12

Open SGTGunner opened 6 years ago

SGTGunner commented 6 years ago

I know this might be a long shot. But I want to have the ability to only FTPS files that have changed or are new. I think there are flags that you can specify in lftp such as -Rne.

Even if you want to point me in the right direction, happy to contribute.

cschlosser commented 6 years ago

Could you try the cschlosser/drone-ftps:only-newer to test if this works for you?

SGTGunner commented 6 years ago

Tried it and it did not do anything it timed out after 60 mins. I also added only_newer: true to .drone.yaml file as well.

cschlosser commented 6 years ago

I updated the PR. Could you try again please? If it still doesn't work I would have to take a look at your .drone.yaml file. You can ofcourse also play around with this using the PR #13