Anonymous transfers

http

Put files here…:

/www/people/yourusername/public/myfile.txt

..and they are accessible here:

http://obswww.unige.ch/~yourusername/myfile.txt

ftp

Use the following command:

ftp anonymous@obsftp.unige.ch
  • Directory to share your file:

    cd pub/your.name/
    get myfile.tgz
    
  • To let others upload their file:

    cd contrib/your.name
    put myfile.tgz
    

    Files will be automatically deleted after some time.

  • The local path to these directories:

    /obs/ftpanonymous/contrib/your.name/
    /obs/ftpanonymous/pub/your.name/
    
  • ftp basics, list of commands