When doing the following:
/tool fetch mode=http port=80 address=192.168.2.4 src-path=“/dyndns/welcome.php?user=username&password=345”
This works fine.
Im just concerned that a output file gets created after this(I KNOW IT IS SUPPOSED TO DO THAT
)
I guessed this:
/tool fetch mode=http port=80 address=192.168.2.4 src-path=“/dyndns/welcome.php?user=username&password=345” dst-path=nil
But this still creates a file.
Is there a way to point this to devnull?
PS: Am i braindead not finding fetch in the manual anywhere?