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

Error message "chmod" after file transferred #7

Closed squaresun closed 6 years ago

squaresun commented 6 years ago

There is an error message after transferred files if ftp user don't have such permissions.

chmod: Access failed: 550 Could not change perms on f03d9f5a912b76ec4a42d1b69a44aa8e.png

I think it comes from mirror, which don't have -p in this line.

I added a parameter for specifying whether -p is needed

cschlosser commented 6 years ago

Should be fixed