0

I have this option:

enter image description here

I created a simple bat file:

@echo off
set arg1=%1
echo %arg1%>>g:\downloads\complete\output.txt

I don't know how to pass the downloaded folder to command g:\downloads\complete\test.bat ?arg_here? and I didn't find any documentation about my concern.

enter image description here

Can help, please ?

1 Answer 1

2

Looking at the FileZilla source code:

... it does not look like it supports any kind of mechanism to inject any information at all into the command.

The command is executed exactly as entered.

After all is command run "after queue completion", not after particular queue item is completed. And the queue as a whole is not related to any particular file or folder.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .