We maintain FTP login information for several entities within our SQL database. I would like to be able to query the database within a job and use the returned ID and password in an FTP task. Having to hardwire the connection authentication info in VC means I have to maintain the login info in two places at once. Ideally, I would like to be able to dynamically build an FTP connection, then select it for the FTP task. Slightly less ideally, I would like to be able to create a connection for an FTP server, then dynamically set up the user ID and password.