Page 1 of 1

Copy button - passing parameters

Posted: 2023-05-30, 06:32 UTC
by jojax14
Hi all,

I am trying to automate a repetitive task in TC for Android - copying files from a WebDAV directory. I have added buttons for the tasks, but I am struggling to find the syntax to pass the destination directory for the "111 COPY" command. I have read the online help and tried a few different things but nothing seems to work. Can anyone help me with the syntax? Manually browsing to the destination directory works but is tedious.

A bonus question - I am constantly adding files to a directory so I always have to click "Skip all" in the next window so it would be great to automate this too. Can this also be passed as a parameter?

Thanks in advance for your help.

JJ

Re: Copy button - passing parameters

Posted: 2023-05-30, 21:29 UTC
by ghisler(Author)
I would open the connection via a bookmark, this allows you to also set the target directory for the download (in the bookmark).
Currently you can't pass parameters to internal commands, so unfortunately you will have to keep clicking "Skip all".