Jump to content

Recommended Posts

Posted

I have a request coming in my direction which involves allowing students to use FTP files to a web hosting site. I seem to recall the last time I looked into this there were good reasons not to allow this as it opened our network up to major abuses.

 

Can anyone remind me what the issues might be. Also do you think it might be possible [somehow] to 'simulate' using FTP within school.

 

Any ideas welcome.

Posted (edited)
I have a request coming in my direction which involves allowing students to use FTP files to a web hosting site. I seem to recall the last time I looked into this there were good reasons not to allow this as it opened our network up to major abuses.

 

Can anyone remind me what the issues might be. Also do you think it might be possible [somehow] to 'simulate' using FTP within school.

 

Any ideas welcome.

A. FTP = Insecure Password [sent in Plain Text (Better solution would be sFTP)]

B. Run a server within the school network that is not accessible from the outside world.

 

Why exactly do the students need access to FTP for?

Edited by p858snake
Posted

I got an old box, put Ubuntu server on it then configured vsftp. Does the trick nicely.

 

It's also a LAMP server so with a bit of sym linking I was able to assign home directories pretty much straight into the apache folder /var/www so each student group could upload and test webpages.

  • 2 weeks later...
Posted

another vote here for setting up an ubuntu server and configuring vsftp

 

also got it LAMPed up so students can play with some PHP devloplemnt.

 

at a guess they are doing something similar to the OCR level 3 where one of the assessment requirements is to upload the website they create to a web server, there is no specific requirement for it to be publicly accessible or for a domain name to be avaliable for it though.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...