tmp.camk.edu.pl
where you read users.camk.edu.pl
but soon in few days we will move to user.
Every user at CAMK can request a webpage at http[s]://users.camk.edu.pl
/username. It is indented for static pages and very simple php pages.
Every user page is accessible for everybody by default. If you
need any password-based access or client based access please use any
php-based solutions. Temporarily .httacess will be honoured using
external tools but it will be switched off. Probably, if you really
need a password and other things that .htaccess
might
provide, you need specialized page
There is no longer /Vol/share/users.camk.edu.pl
resource. It was not secure. It wasn't suitable for current network topology
All files are accessible via ssh username@users.camk.edu.pl:www/users.camk.edu.pl
and you can use either ssh, scp, sftp or rsync
Assuming that your user name is jim
, you can upload your code using one of:
Code | Explanation |
---|---|
scp file.html jim@users.camk.edu.pl:www/users.camk.edu.pl/jim/file.html |
Direct copying |
sftp jim@users.camk.edu.pl |
Interactive sftp program. There are many implementation including those with graphic interface for almost every operating system |
rsync file.html jim@users.camk.edu.pl:www/users.camk.edu.pl/jim/file.html |
Syncing a file or directory |
The authentication and authorization is done using ssh key only. You cannot use password for that. Passwords are disabled.
Each user can run php scripts and every file with an extension .php
is interpretted as php script. There is no cgi-bin scripts or mason scripts.
.htaccess
Apache is no longer used with users.camk.edu.pl
,
that means all files .htaccess
do not work. We will try
to help those who need password-based security for accessing web
pages