How to upload your gopher files to the occ server ================================================= We use sftp to upload files. After we have processed your request, we will let you know what username and port to use. Set your ssh config ------------------- Add a few lines to your ~/.ssh/config to make things easy; Host occ-server User: Port: Hostname: occ.deadnet.se IdentityFile: ~/.ssh/ The filename of the ssh key in that last line, is without the ".pub" extention. Uploading your files -------------------- Use sftp to upload your files: sftp occ-server Connected to occ-server sftp> cd gopher sftp> put Uploading to /incoming/gopher/ sftp> quit That is it ! Now, check that you can see your new file: lynx gopher://occ.deadnet.se/0/users// Don't delete the gopher directory ! =================================== When your sftp to the occ.deadnet.se server, you see the directory "gopher" in your home directory. Don't delete this directory ! Just enter it, with "cd gopher". And then put new files, or overwrite existing files.