The structure of this directory is optimized to be downloaded via rsync. Many directories only contain symbolic links, so files don't have to be downloaded twice. To list the complete server tree: $ rsync -l -rtzvP rsync://rsync.kolab.org/kolab/server/ (Option '-l' to transfer symlinks as symlinks) To list only the 2.1.0 release source packages: $ rsync -L -rtzvP rsync://rsync.kolab.org/kolab/server/release/kolab-server-2.1.0/sources/ To list only the current 2.1 source packages: $ rsync -L -rtzvP rsync://rsync.kolab.org/kolab/server/development-2.1/current/sources/ To list only the current 2.2 Intel x86 Debian 4.0 packages: $ rsync -L -rtzvP rsync://rsync.kolab.org/kolab/server/development-2.2/current/ix86-debian4.0/ To list only the server 2.2 beta-1 source packages: $ rsync -L -rtzvP rsync://rsync.kolab.org/kolab/server/beta/kolab-server-2.1-beta-1/sources/ (Option '-L' to transfer the targets of symlinks) If the listing looks ok, you can start the real download by specifying the target directory (which may already exist) at the end, e.g.: $ rsync -options rsync://host/path/ target-dir