Steve21 Posted December 10, 2015 Posted December 10, 2015 Afternoon All, So our CS guys decided to do their coursework using PHP for their classes but it needs to be controlled, so obviously each user needs a private area for PHP to run. My idea would be a personal folder on the web-server that each user has FTP access to. Just wondering how this works from the FTP point of view, do you need 1 server setup for each, or can you use one server and then lock down users to a single folder etc? (Bearing in mind this needs to be within the IIS folders for the PHP to function etc) Many thanks, Steve
cpjitservices Posted December 10, 2015 Posted December 10, 2015 Directory per user, set users home dir on the FTP of the created user folder. 1
Steve21 Posted December 10, 2015 Author Posted December 10, 2015 Directory per user, set users home dir on the FTP of the created user folder. Can most FTP servers do that? Never really tried with multiple users before Thinking FTPZilla maybe? Steve
cpjitservices Posted December 10, 2015 Posted December 10, 2015 (edited) Usually, I use Filezilla FTP Server. I can have multiple users to one folder or multiple to there own individual folders. https://filezilla-project.org/download.php?type=server https://forum.filezilla-project.org/viewtopic.php?t=11741 Edited December 10, 2015 by cpjitservices 1
Steve21 Posted December 10, 2015 Author Posted December 10, 2015 Or that haha Swear it was FTPZilla my bad! Will have a play Thanks, Steve
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now