Apache2 folder browsing gui

 
iframe file to your device or server

Twin panel

<iframe src="ip/folder1/" width="50%" height="100%"></iframe>  
<iframe src="ip/folder2/" width="49%" height="100%"></iframe>  

(50%50% makes it sideways panel)

Four panels

<iframe src="ip/folder1/" width="25%" height="100%"></iframe>  
<iframe src="ip/folder2/" width="25%" height="100%"></iframe>  
<iframe src="ip/folder3/" width="25%" height="100%"></iframe>  
<iframe src="ip/folder4/" width="25%" height="100%"></iframe>


Full screen scrolling
 
<iframe src="ip/folder1/" width="100%" height="100%"></iframe>  
<iframe src="ip/folder2/" width="100%" height="100%"></iframe>  
<iframe src="ip/folder3/" width="100%" height="100%"></iframe>  
<iframe src="ip/folder4/" width="100%" height="100%"></iframe>
<iframe src="ip/folder1/" width="100%" height="100%"></iframe>  
<iframe src="ip/folder2/" width="100%" height="100%"></iframe>  
<iframe src="ip/folder3/" width="100%" height="100%"></iframe>  
<iframe src="ip/folder4/" width="100%" height="100%"></iframe>

Sideways twin panel

<iframe src="ip/folder1/" width="100%" height="50%"></iframe>  
<iframe src="ip/folder2/" width="100%" height="49%"></iframe>  




Uploading permission

chown uploaduser -R /var/www/html/folders/ , ending / is important, wont work otherwise.


Upload command 

collect upload files to folder

open command line

scp * uploaduser@ip:/var/www/html/folders/

Kommentit