Forum Discussion

dogg_dogg_23774's avatar
dogg_dogg_23774
Icon for Nimbostratus rankNimbostratus
Jun 27, 2013

FTP routing by filename

I need to route file upload to separate FTP server, depending on the file name.

 

For example, if the uploading filename is foo, send to pool foo, and if it is bar, send to pool bar, etc

 

Has anyone does this or have samples on it?

 

It looks easy with HTTP, but I have not been able to find how to accomplish this with FTP...

 

 

Thanks & Regards,

 

 

1 Reply

  • This would only really work well for anonymous FTP uploads, otherwise you would have deal with authenticating the user on the LTM before passing the auth and put commands to the right server pool.