Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
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