Page 1 of 1

how to correct write Mount points on server 1.0.1

Posted: 2021-10-18 19:08
by Dionis
how to correct write Mount points on server 1.0.1?
Image
and how to upload files without the ability to delete them by the user, only upload
Image

Re: how to correct write Mount points on server 1.0.1

Posted: 2021-10-18 21:40
by boco
how to correct write Mount points on server 1.0.1?
Virtual path = where should the resource appear in the virtual filesystem shown to the client? Home directory is a single /, all subdirectories must start with a /. Physical path is the actual path on the computer storage.

Example:

Code: Select all

Virtual Path		Physical path
/			C:\foo
/bar			C:\bar
and so on.
and how to upload files without the ability to delete them by the user, only upload
Currently not possible, only Read-only/Writable can be toggled.