|
-
Mar 31st, 2005, 11:25 AM
#1
Thread Starter
Member
redirect ftp connection?
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
-
Mar 31st, 2005, 05:26 PM
#2
Re: redirect ftp connection?
This would not be possible unless you program acted like a proxy and thus defeating the purpose.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Mar 31st, 2005, 09:16 PM
#3
Thread Starter
Member
Re: redirect ftp connection?
sorry, what do u mean by "thus defeating the purpose."
-
Mar 31st, 2005, 09:20 PM
#4
Re: redirect ftp connection?
If your "load manging" server is acting as a proxy .... all traffic goes thru it and that puts all the load on one server (the one that acts as a proxy).
The only thing this would be usful for is hiding the ftp servers from the internet.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|