SecureTransport 5.4 Administrator Guide Save PDF Selected topic Selected topic and subtopics All content Pluggable Transfer Sites Pluggable Transfer Sites (connectors) are custom plug-ins that can be deployed on the SecureTransport Server to allow sending and receiving files over various protocols. Once deployed, the connector adds a new Transfer Site to the list of Transfer Sites available for the user accounts. A collection of Transfer Site plug-ins for SecureTransport can be found in the AMPLIFY Repository. Pluggable Transfer sites are deployed on all SecureTransport Server nodes, into the following folder ${FILEDRIVE_HOME}/plugins/transferSites. For more information on Pluggable Transfer sites, refer to the SecureTransport Developer’s Guide. Note When using expressions to configure a Pluggable Transfer site there is a difference in the variable spaces, depending on the account type – e.g. With standard User Accounts, the flow attributes of a file would be accessible with expression in the following format: ${ts['userVars.test']}Note The ${ts['userVars.test']} expression is applicable only for evaluating Upload folder and a post-transmission action (PTA); and does not work with Download folder and pattern. With User Account Templates, the flow attributes of a file would be accessible with expression in the following format: ${stenv['DXAGENT_SUBSCRIPTION_ATTR_userVars_folder']} Related Links
Pluggable Transfer Sites Pluggable Transfer Sites (connectors) are custom plug-ins that can be deployed on the SecureTransport Server to allow sending and receiving files over various protocols. Once deployed, the connector adds a new Transfer Site to the list of Transfer Sites available for the user accounts. A collection of Transfer Site plug-ins for SecureTransport can be found in the AMPLIFY Repository. Pluggable Transfer sites are deployed on all SecureTransport Server nodes, into the following folder ${FILEDRIVE_HOME}/plugins/transferSites. For more information on Pluggable Transfer sites, refer to the SecureTransport Developer’s Guide. Note When using expressions to configure a Pluggable Transfer site there is a difference in the variable spaces, depending on the account type – e.g. With standard User Accounts, the flow attributes of a file would be accessible with expression in the following format: ${ts['userVars.test']}Note The ${ts['userVars.test']} expression is applicable only for evaluating Upload folder and a post-transmission action (PTA); and does not work with Download folder and pattern. With User Account Templates, the flow attributes of a file would be accessible with expression in the following format: ${stenv['DXAGENT_SUBSCRIPTION_ATTR_userVars_folder']}