
August 8th, 2012, 04:58 PM
|
|
Registered User
|
|
Join Date: Aug 2012
Posts: 2
Time spent in forums: 1 h 1 m 25 sec
Reputation Power: 0
|
|
|
Intelligent, rule-based FTP forwarding...is it possible?
Here's my problem....any help would be MUCH appreciated!
My company has 4 data-centers around the world that each host specific customers data. Each data-center also has an FTP server where customers can upload files to be inserted into their databases. These are currently addressed as ftp1.site.com, ftp2.site.com, etc, which correspond to data center 1, data center 2, etc. Every customer has a unique login to the FTP server.
Well, the time has come that we need to migrate some customers to different data-centers. For example, customer A at data-center 1 will be moved to data-center 3. We would also like them to start using ftp3.site.com for their file uploads, but with the volume of customers we will be moving it's not realistic that they will all change their FTP address on their end in a timely manner to correspond to the migration.
I am searching for solutions to the problem. One idea is to implement an FTP server that can accept an incoming FTP request, authenticate the user, use the login name to determine from our master database which data-center the client is assigned to, then forward the user on to that FTP server. Ideally, this should be transparent to the user.
In the example above, the user would connect to ftp1.site.com as they usually have, but our FTP server would recognize they had been re-assigned to data center 3 and forward them on to ftp3.site.com.
I welcome any and all ideas on possible solutions. Thanks!
Last edited by theswally : August 8th, 2012 at 05:18 PM.
Reason: more descriptive title
|