Skip to main content

I have a Workspace with a CustomTransformer that get Input values, Uploads file via SSH to a MFT (managed file transfer, fancy ftp server), generates a unique link for downloading. I can't use WorkspaceRunner/FMEServerWorkspaceRunner, it can accept Input values but only returns a basic successful but not the unique link.

 

I started to create the FMX so I can save the CustomTransformer on FME Server to be used as a LinkTransformer. I'm not worried about users using the CustomTransformer, but I would prefer users not seeing the password for the upload accounts.

 

 

Question

I there a way for me to scramble the password so the users of the CustomTransformer can't see the password?

OR

Webhooks and create an API so it could use by anybody?

The idea would be any FME Workspace that needs a file upload would HTTPCaller, FME Server URL address (Webhooks) with Query String of Input values and then I think a Data Streaming Service to get back a JSON or HTML?

Can Webhooks be use without a Token?

OR

FME Server Automation that I'm not seeing?

 

FileTransfer_uploader


https://community.safe.com/s/question/0D54Q000080hM3SSAU/what-are-the-fme-best-practices-for-modularization

You can set a password on the custom transformer itself so users don't have access to its inner workings (unless they have that password).


Reply