Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
mgsteiner
Contributor
Contributor

tFTPPut transfer mode

Hi all,

Does anybody knows if we can set the tFTPPut transfer mode property to ascii or binary but from a code (outside component) so it can be used dynamically ?

Otherwise I would need to use 2 components for the same task but different transfer mode.

Thanks a lot in advance

BR

Max

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

The mode property does not support context variable, the solution is to use 2 components for the same task but different transfer mode, and use runIf connector to trigger the corresponding tFTPPut based on a dynamic value.

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

The mode property does not support context variable, the solution is to use 2 components for the same task but different transfer mode, and use runIf connector to trigger the corresponding tFTPPut based on a dynamic value.

 

Regards

Shong