I wanted to setup something like this:
ftp.example.com
which points to different ftp servers. For example:
111.111.111.1
111.111.111.2
111.111.111.3
111.111.111.4
When someone connects to ftp.example.com, he would be randomly connected to one of those servers. I was thinking of some DNS based solution, but is there something better ?