WGet action not all that useful

G'Day,

  • The action does the bare minimum of connecting to a website with user credentials. More complex connections such as providing a cookie, ignoring invalid site certificates etc. are not possible.
  • At a bare minimum the action should allow specifying of additional command line parameters so that additional functionality can be achieved. For now I will execute wget.exe directly passing the parameters I need.
  • As a great overall feature addition: Whenever an external command is executed to provide action functionality there needs to be a way to specify additional command line params. You could validate the switches supplied against what is provided in the GUI to help the user should they specify something that is already on the GUI, but for the rest they would be on their own as there is an assumption they know what they are doing if they are supplying command line params.

--Donovan