I been trying to run some automated task through task scheduler, but I been running into a issue.
Whenever I try to run PAD through task scheduler and I have the option "Run whether user is logged on or not" the task will simply not run, the status of the task in task scheduler will stay on running forever till I manually end it.
The task does run if if I choose "Run only when user is logged on"
I also tried running it on highest privileges.
This is what I have for actions:

And for what PAD is suppose to do is simply open a FTP connection, upload a file then close ftp connection
Now I am not sure if this is an Task scheduler issue or task scheduler combined with PAD issue.