Publishing to UNC share fails November 28, 2020, 04:05:17 AM I'm using a dedicated development server running Ubuntu 20.04 LAMP.The apache site directory can be reached using an UNC share.First thing is, that after project creation the double backslash ( \\ ) on the beginning of the UNC address is removed. Second thing is that even after correcting this, not all needed files are saved project publishing directory - 7 directories were omitted (vendor was one of them).After changing the path to a local one all was published and after copying it to the share all worked expected. Quote Selected
Re: Publishing to UNC share fails Reply #1 – July 13, 2021, 05:56:38 AM Quote from: tgvoelker – November 28, 2020, 04:05:17 AMAfter changing the path to a local one all was published and after copying it to the share all worked expected.The alternative to this is to use smb://path/to/folder Quote Selected