Every user of the Garching MLL Computing Cluster gets a private homepage accessible via the URL:
Note the https
Login is possible only with your Campus Account. The interface provides
a browser to upload files.
Under the menu Applications
the item Protect Web Directories can be used to allow
user/password control of the access to a directory.
ftp homepages.physik.uni-muenchen.de"ls" to list files "put filename" to copy files to the web location "get filename" to copy files from the web location
In this way one gets many goodies like Tab command completion, "more" "cat".ncftp -u $USER homepages.physik.uni-muenchen.de
konqueror ftp://$USER@homepages.physik.uni-muenchen.de
konqueror normally is on the Desktop under this icon:
gftp $USER@homepages.physik.uni-muenchen.de
You will be prompted for your passwd. If you want to go directly into a subdirectory you may use:
gftp $USER@homepages.physik.uni-muenchen.de/subdir
alias tomyweb="gftp user@homepages.physik.uni-muenchen.de\
\`pwd | sed 's./home/group/user/myweb..'\`"
Replace "user" "group" by your data.
If you then type tomyweb you will be automatically in the same subdirectory on the webserver as you are in your Unix directory relativ to your myweb - directory.
Notes:
www.physik.uni-muenchen.de/kurs/PXXIV
Click here and use View / Page Source in your browser to get a template to start with.