How would this be setup with Version 15?
User home is on local machine c:\ftproot\username
Directory/folder access required is on the network.
\\cifsserver\folder\userfolder\
I want the user to be dumped directly into the root of the network folder.
I've tried just %HOME% but that's not allowed
I tried the unc path and I get the same error.
Do I have to make the users home folder the same as the network folder?
Are there any other special characters I can use for the %HOME% variable like %HOME%/.*
Suggestions?