Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AjaXplorer

Featured Replies

I did a search for this in the forum but didn't find a post on it, I've recently added AjaXplorer to my system which is great for moving files around in a Windows Explorer 'like' interface using a webbrowser.

 

You can grab it from http://www.ajaxplorer.info/ and it's as simple as putting it somewhere accessible on your server (obviously you need a web server installed - note the recent work by bubbaQ) and then modifying the configuration file at server/conf/conf.php by adding a section like this:

 

$REPOSITORIES[0] = array(

"DISPLAY" => "NAS",

"DRIVER" => "fs",

"DRIVER_OPTIONS"=> array(

"PATH" => realpath("/mnt/user"),

"CREATE" => true,

"RECYCLE_BIN" => 'recycle_bin',

"CHMOD_VALUE"  =>  '0600'

)

);

 

It saves me bumbling around with MC trying to copy files :)

Very interesting.  I'll do some testing, and see how it behaves with the web environment we have (Lighttpd and php).

 

I also discovered that in Firefox, you can browse (read only) files on a SMB share, and play streaming media files, including ISOs.  Using:

 

  file://///tower/disk1

 

This has been a real time-saver for me.  However, the Firefox security won't let a web page launch a "file://" link.... unless you changes some security settings.

super

 

  • Author

I found another - http://quixplorer.sourceforge.net/

 

I will give this an install on my machine as I have AjaXplorer already and report back with my comparisons on the two.

  • Author

I got round to installing QuiXplorer this evening.

 

From a UI/usability perspective AjaXplorer is a lot better, however, QuiXplorer beats it hands down for speed in directories with lots of subdirectories (say my music folder for instance).

 

The other problem is that unless the files are publicly accessible over http (i.e. http://tower:83/Movies/Terminator.avi) then QuiXplorer cannot download them over the browser but AjaXplorer can.

 

I may see if I can modify AjaXplorer to put in output buffering of some sort to speed up the folder listing - at the moment you get a "this script appears to not be responding" error because it takes so long.

  • Author

The other problem is that unless the files are publicly accessible over http (i.e. http://tower:83/Movies/Terminator.avi) then QuiXplorer cannot download them over the browser but AjaXplorer can.

 

I may see if I can modify AjaXplorer to put in output buffering of some sort to speed up the folder listing - at the moment you get a "this script appears to not be responding" error because it takes so long.

 

Haha, I just had a thought for a solution and it appears it will work.  Instead of setting a webadress that files are server from, i.e. say http://tower:83/explorer/files equated to /mnt/user you can point it to a file. So you would put the url as http://tower:83/fetchfile.php?file= and then QuiXplorer would append the filename to fetch.  So I just need to write a short php script to send the file.

 

Could this be made simpler by simlinking the http://tower:83/explorer/files/ folder to /mnt/user/ ??

 

Answer: YES - creating a symlink:

 

ln -s /mnt/user/ /mnt/disk1/wwwdocs/quixplorer/file

 

And then setting the following config option:

 

$GLOBALS["home_url"] = "http://tower:83/quixplorer/file";

 

Did the job :)

Huh??

???

  • Author

In a rather crap way I was explaining that QuiXplorer couldn't view/stream files direct from the website whereas AjaXplorer could and then detailed how you can get it to work so that it does.

 

It takes me ages to move files using MC and so I wanted a web-based file manager of which these two seemed good.  AjaXplorer has a nicer UI but it runs slow but QuiXplorer is better but couldn't open files.  It also can't rename files at the moment.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.