Status display

Post here if you have some suggestions or you want to request a new feature.
Post Reply
HiVolt
Posts: 9
Joined: Sat Mar 10, 2012 11:17 pm

Status display

Post 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.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Status display

Post by FTP »

Please check it out under "Domain -> Logs & Status".
HiVolt
Posts: 9
Joined: Sat Mar 10, 2012 11:17 pm

Re: Status display

Post 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.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Status display

Post by FTP »

You can check the activities under "Domain -> Logs & Status":
http://www.wftpserver.com/help/ftpserver/domain_activity.htm
HiVolt
Posts: 9
Joined: Sat Mar 10, 2012 11:17 pm

Re: Status display

Post 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.
Last edited by HiVolt on Thu Mar 15, 2012 2:00 am, edited 1 time in total.
HiVolt
Posts: 9
Joined: Sat Mar 10, 2012 11:17 pm

Re: Status display

Post 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
HiVolt
Posts: 9
Joined: Sat Mar 10, 2012 11:17 pm

Re: Status display

Post by HiVolt »

No help on this one, eh? Oh well... I knew I should have researched further...
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Status display

Post by FTP »

Which file did you modify?
HiVolt
Posts: 9
Joined: Sat Mar 10, 2012 11:17 pm

Re: Status display

Post 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.
Post Reply