banago / PHPloy

PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.
http://wplancer.com/phploy/
1.42k stars 197 forks source link

Added uploadRename feature that uploads file with a '_tmp' extension … #396

Open andrew-za opened 2 years ago

andrew-za commented 2 years ago

…to filename string. Once successfully uploaded it uses forceRename to rename back to correct path. This is to improve deployments to Production environments on bigger files. PHP throws "end of file" errors during the uploading of a file without this feature.

banago commented 2 years ago

Hi @andrew-za, thank you for this contribution.

How do you use this in your workflow?