Hi
What you can try and do is
1. add entries in /etc/services
e.g.
give them different service names
ftp1 8000/tcp
8000/udp
ftp2 8001/tcp
8001/udp
ftp3 etc..
ftp4
then in /etc/services uses the service name to fire up the ftpd program
ftp1 stream tcp6 nowait root /usr/sbin/ftpd ftpd
ftp2 stream tcp6 nowait root /usr/sbin/ftpd ftpd
e.g.
Then use ftp1 , ftp2 etc..
I havent tried it but just a thought , thought being if you just add the ports in /etc/services how does ftp know which one to use because you can have multiple ftp sessions
By the way , why do you want to do this ?