File Manager is a feature in WebsitePanel that allows you to access all of your files and folders that you have on your website. This article will show you how to use all of the features of file manager. First, sign into your WebSitePanel. Then click File Manager.
From this screen, you can manage all of the files and folders on your website
Upload
Click Upload
Then, click Choose File and select the file you want to upload
Finally, click Upload
Create File
Click Create File
Enter the file name (including the extension) and content
Click Create
Create Folder
Click Create Folder
Enter a name for your folder
Click Create
Create a Microsoft Access Database
Click Create Access DB
Enter the name of the database
Click Create
Make a Zip File
First, select the folder you want to zip and click Zip
Enter a name for your zip archive
Click Zip
Unzip a Zip File
First, select your file. Then, click Unzip
Copy
First select the file or folder and click Copy
Using the drop down menu, select the files destination
Click Copy
Move
Instead of copying a file, you may simply want to move it. To move a file or folder, first select it and click Move
Using the drop down menu, select the file or folder’s destination
Click Move
Delete
Simply select the file or folder and click Delete
Click Delete
Rename
Click the rename icon next to the file or folder
Enter a new name for your file or folder, then click Rename
Edit
Click the icon with a pencil on top of the paper next to the file you want to edit
On this page, you may edit the file
Click Save
Change Permissions
Click the icon of the lock next to the file or folder who’s permissions you want to change
You can change the permissions for the file or folder on this page
Click Set Permissions
Open a Folder
Simply click on the folder
Download a File
Simply click on the file
Calculate Disk Space
Click Calculate Diskspace
Click OK
This concludes how to use all of the features of file manager in your WebSitePanel
Looking for quality web hosting? Check out Arvixe Web Hosting.
Now that I did a backup how to download to my computer?
‘File.SaveToDisk “C:\inetpub\wwwroot\gmcmhparts\partpictures\” this works on my server localhost…
None of these do…
path = “E:\HostingSpaces\cbwoodsr\gmcmhparts.com\wwwroot\gmcmhparts\partpictures\”
File.SaveToDisk “E:\HostingSpaces\cbwoodsr\gmcmhparts.com\wwwroot\GMCMHParts\PartPictures\”
File.SaveToDisk path
File.SaveToDisk “\PartPictures\”
File.SaveToDisk “/PartPictures/”
‘ Output the file details to the browser
Response.Write “->” & path & “”
Response.Write “File Uploaded: ” & File.FileName & “”
Response.Write “Size: ” & File.FileSize & ” bytes”
Response.Write “Type: ” & File.ContentType & “”
Hello,
Please reach out to our support team (https://support.arvixe.com). They should be able to assist you with this.
Thanks!