Category Archives: File Management
How to manage files via File Manager
Using the File Manager also known as Online File Manager via your control panel is very easy to do and requires only logging into your VistaPanel.
Accessing File Manager
- Login to your website control panel
- Click Online File Manager under File Management
Uploading Files via File Manager
- Open the directory you want to upload data into by clicking its name (eg. htdocs)
- Select Upload from the Actions menu
- Under Files on the left click the Choose… button
- Find the file you want to upload from the popup on your computer
- Click OK or Open
- Repeat 3~5 as needed
- Click the green checkmark
That is how you upload files via File Manager.
Upload Multiple Files via File Manager
- Open the directory you want to upload data into by clicking its name
- Select Uploadfrom the Actions menu
- Under Archives on the right click the Choose… button
- Find the archive (eg. ZIP, TAR.GZ, TGZ, GZ) you wish to upload from the popup on your computer
- Click OK or Open
- Click the green checkmark
This will upload the archive and automatically extract its content in the defined location.
Removing Files via File Manager
- Open the directory you want to remove files from
- Click the small checkbox next to each file you want to remove
- Select Delete from the Actions menu
Changing File/Directory Permissions
- Click the small checkbox next to each file/directory you want to CHMOD
- Select CHMOD from the Actions menu
- Use Set All Permissions to set the same permissions for every directory/file OR individually set the permissions on a file by file, directory by directory basis using the checkboxes
- Click the green checkmark
Remember to never CHMOD below 6XX or you will encounter issues.
Video Hướng dẫn:
How to manage files via FTP
To use FTP to manage files you will need three key pieces of information…
- Your Username (eg. user_123456)
- Your Password
- Your FTP Host/Server name (eg. ftp.example.com)
and of course an FTP program
Setting up the Connection
- Open FileZilla
- Open File > Site Manager
- Click New Site
- In Host, type the name of your FTP server (eg. ftp.example.com)
- From the Logontype dropdown select Normal
- In User, type your username (eg. user_123456)
- In Password, type your password
- Click OK
You have now just saved your connection information in FileZilla, if you want you can open Site Manager again and click on New Site under Select Entry to change the name from New Site to something meaningful like, you.example.com or example.com or anything that will remind you of what account it connects.
Transferring Files
- Open FileZilla
- Open File > Site Manager
- Click the site you want to connect to under Select Entry
- Click Connect
You should now be connected to your FTP account and see your files on the right and on the left, are files on your computer.
Using these two views you can upload and download by drag and drop by selecting files you want to upload from the left and dragging them to the right and vice-versa for files you want to download.
For files you want to appear on your website, make sure you always upload into the docroot which can be public_html, www or htdocs.
Keep in mind, if you have multiple sites on your account such as sub-domains or domains, you should always upload into the appropriate location for those sub-domains or domains (eg. /example.com/htdocs or /example.com)
Removing Files
- Right-click on the files/directories you want to remove
- Select Delete
Changing File/Directory Permissions
- Right-click on the file/directory
- Select File Permissions…
- Using the checkboxes set your new permissions
- Click OK
Remember, never go below 6XX or you may have issues.
Video Hướng dẫn:




