Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
TBozon1664445343
Contributor
Contributor

Path root "Local directory" tFTPget

Hello,

With a tFTPget,

when I use "./" as a path in the "local directory" it deposits the files for me at this path: C:\Program Files (x86)\TOS_DI-8.0.1\studio .

I would like the path to be relative to the job, where can I change that?

thank you

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Where and how are you going to run the job? It looks like you are running this within the Studio while building/testing. So this location is correct. Have you built the job and tried running it on the command line?.....assuming that is how you will run it when it is built.

View solution in original post

2 Replies
Anonymous
Not applicable

Where and how are you going to run the job? It looks like you are running this within the Studio while building/testing. So this location is correct. Have you built the job and tried running it on the command line?.....assuming that is how you will run it when it is built.

TBozon1664445343
Contributor
Contributor
Author

Yes,

 

I execute the job with the terminal, real case, the path "./" represents the root of the job and not the workspace, so it's very good.

 

Thanks a lot