dg / ftp-deployment

A tool for automated deployment of web applications to an FTP server.
https://nette.org
Other
601 stars 89 forks source link

fix: #163 - permissions should not be set for FileServer #168

Closed hdcore closed 6 months ago

hdcore commented 6 months ago

file:// deployments are not setting unix/linux permissions and the attributes are currently not present in the FileServer class, so those attributes should not be set in the CLIRunner.

dg commented 6 months ago

I fixed it by adding support for permissions