I have a requirement to perform FTP operations on behalf of 100's of parties, all of which have their own FTP credentials. Obviously, it would not be practical to configure 100's of instances of the FTP component with different user's login/password hardcoded in the URI. I am wondering if there's a way for the FTP component to pull the user/password from the message payload or headers?
Thanks