Skip to main content
edited title
Link
Martin Prikryl
  • 22.7k
  • 10
  • 83
  • 164

Run Pass path to downloaded file or folder to command run after queue completion in filezillaFileZilla client

Source Link
Snake Eyes
  • 235
  • 1
  • 5
  • 12

Run command after queue completion in filezilla client

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 ?