Hi!, I'm trying to create software based ftp load-balancing using vb.net.

& i'm not sure if this will work coz i'm new to vb.net.
Is it possible to redirect ftp connection to a node in a ftp cluster?
If yes, how can I implement it?

my plan..
1)Creating a listener app on primary server to listen for ftp connection on port 21.
2)the primary will collect info of each nodes in cluster n check on each machine load
3)then redirect the connection to less load ftp server. User will interact with that node.


thanks