I'd like to know how I can pass a dynamic mask file in FTP components, by example, in the FTP Get and the FTP Put.
I've tried context variable and a global variable but it generates an "invalid file name !" error.
I define an local path in a context variable in the first JavaFlex component. Then, I've tried to redefine the local path in the SetGlobalVar. The value is well recorded but the FTP still does not work.