Page 1 of 1

Location Based file access via progrmatically

Posted: Thu Jan 12, 2023 12:12 pm
by YogeshwaranAstamoorthy
I am trying to get it setup to add new users with there own individual locations on the server I need these locations to be secure so that a user can only get into their stuff. Do you see anyway to do this with the API?
I have to achieve this via program code? Do we have any commands or API to do this action via any programmatical language?

Re: Location Based file access via progrmatically

Posted: Thu Jan 12, 2023 5:08 pm
by FTP
What do you mean for location based file access? Based on IP address or based on country name?

Re: Location Based file access via progrmatically

Posted: Tue Jan 17, 2023 4:25 am
by YogeshwaranAstamoorthy
For all users same FTP server but different folder path. Here location means folder path in the FTP server IP. Actual requirement is we need to create different users with password with different folder path from the Server FTP via programmatically(Code level).

Re: Location Based file access via progrmatically

Posted: Thu Jan 26, 2023 4:19 pm
by FTP
Of course you can assign different home folder for different user, here is an example about creating a user via PHP code: viewtopic.php?t=949