Results 1 to 4 of 4

Thread: redirect ftp connection?

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    43

    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

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    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

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    43

    Re: redirect ftp connection?

    sorry, what do u mean by "thus defeating the purpose."

  4. #4
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    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
  •  



Click Here to Expand Forum to Full Width