Location Based file access via progrmatically

Please post here if you have problems in using Wing FTP Server.
Post Reply
YogeshwaranAstamoorthy
Posts: 2
Joined: Wed Jan 11, 2023 2:58 pm

Location Based file access via progrmatically

Post 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?
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Location Based file access via progrmatically

Post by FTP »

What do you mean for location based file access? Based on IP address or based on country name?
YogeshwaranAstamoorthy
Posts: 2
Joined: Wed Jan 11, 2023 2:58 pm

Re: Location Based file access via progrmatically

Post 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).
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Location Based file access via progrmatically

Post 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
Post Reply