The university allocates 2 Gigs to students in non-public unix space.
The space allocated for public web area is much smaller.
So the idea is to have pictures, movies etc in the non-public unix
space
and to have a web script which will show the images or the movies.
This web script needs to access the files which I assume means
sftp or ssh connection. I have taken several recent php books
out of the library but I don't see any reference to this.
On this list I did find some references to ssh, for example
Is what I am trying to do so unusual? Why am I not finding books
that explain this?
The space allocated for public web area is much smaller.
So the idea is to have pictures, movies etc in the non-public unix
space
and to have a web script which will show the images or the movies.
This web script needs to access the files which I assume means
sftp or ssh connection. I have taken several recent php books
out of the library but I don't see any reference to this.
On this list I did find some references to ssh, for example
Is what I am trying to do so unusual? Why am I not finding books
that explain this?
Comment