Page 1 of 1

Status display

Posted: Sat Mar 10, 2012 11:24 pm
by HiVolt
I just installed Wing FTP about a week ago, and I am pleased with both the traditional FTP side of things, as well as the Web Client version.

However, there is one thing I wish there was... A simple way to display status, ie the current logged in users as well as the FTP log below. Currently this can only be done in web admin, and you cannot display these on the screen at the same time, and even to display one or the other you have to log into the web admin.

I work in a printing shop, and our night crew like to see the status of when the clients are uploading files.

What would be great if you could customize a shortcut to display users logged in, as well as the log, and possibly even a current speed graph. Or even a separate "Status Monitor" app, would be great. No other function other than displaying the info I posted above.

Re: Status display

Posted: Tue Mar 13, 2012 6:05 am
by FTP
Please check it out under "Domain -> Logs & Status".

Re: Status display

Posted: Tue Mar 13, 2012 11:38 pm
by HiVolt
Did you even read what I said?

I am obviously aware that you can view the activity thru the web admin. However, it is NOT possible to view the domain activity log *AND* who's logged in at the same time.

Re: Status display

Posted: Wed Mar 14, 2012 3:50 am
by FTP
You can check the activities under "Domain -> Logs & Status":
http://www.wftpserver.com/help/ftpserver/domain_activity.htm

Re: Status display

Posted: Thu Mar 15, 2012 1:47 am
by HiVolt
Thanks, but once again this is not what I was asking. I am lookign to display both the Activity and the Domain log on the same screen without flipping between them.

Re: Status display

Posted: Thu Mar 15, 2012 1:59 am
by HiVolt
Doing some further digging, i have gotten this to work, after I first log in normally. except the session expires out after a period of time. If you can help me get this to consistantly display without the session expiring this will be exactly what I need it to do.

Code: Select all

<html>
<body>

<iframe WIDTH=800 HEIGHT=220 SCROLLING=NO src="http://192.168.1.200:5466/admin_connection_list.html?domain=domain.com"></iframe> <BR>
<iframe WIDTH=800 HEIGHT=480 SCROLLING=NO src="http://192.168.1.200:5466/admin_viewlog.html?domain=domain.com"></iframe> <BR>
<iframe WIDTH=800 HEIGHT=540 SCROLLING=NO src="http://192.168.1.200:5466/admin_graphic.html?domain=domain.com"></iframe> <BR>

</html>
</body>
Here's what it looks like.

Image

Re: Status display

Posted: Sun Mar 18, 2012 2:44 am
by HiVolt
No help on this one, eh? Oh well... I knew I should have researched further...

Re: Status display

Posted: Mon Apr 16, 2012 4:12 am
by FTP
Which file did you modify?

Re: Status display

Posted: Mon Apr 16, 2012 5:57 pm
by HiVolt
I didn't modify a file, I made my own html file with that code. It works for a little bit, then times out.

It would be great if Wing FTP would have a "monitoring" app, that you could run on any machine and enter the admin's user/pass, and you could see the logged in users, the log, and the usage graph. Just a pure app for viewing the status.

It would be awesome.