Having Dopus status via web page

I was thinking, sometimes I leave dopus working doing long jobs ie ftp dls, copy jobs, delete jobs etc.
Maybe dopus could generate a simple web page with its status ie
Dopus is idle
or
FTP download from ftp.myftp.com at 50% 20 mins and 2 Queued jobs remaining

Nothing fancy, just a status report

What do you guys think?

Edit:
While at it, maybe an option to put the computer to sleep or shut down after all queued jobs are finished?

Remote Desktop or one of the similar tools is the best way to do that, since then you can see exactly what Opus and anything else on your system are doing, and interact with them if needed as well.

You can do that via the Close command's WHENFINISHED argument.

Ah, thx for the info about the close command! I suppose it would be much easier if it were there in the unattended operation window somewhere.
Ditto for the status. I know (and that's how I do it) that I can vnc or rdp, but it's much quicker to get some simple info via a bookmark on your mobile browser when on the move.
No big deal, just nice to haves.

Btw, do you think there's a way to get that status info from directory opus and then I could generate that web page myself.

Thx! :slight_smile:

You could look for the progress window, which can have the % done in the window title (if that option is turned on).

Hosting an internet-facing web server on users' machines is not something we really want to be in the business of. Dealing with support for firewalls, NAT, and other network issues as well as keeping that kind of thing secure would take up a lot of time for a very niche feature.

Good idea, I'll try that , thx!