How to Upload Your Website (in 6 Easy Steps)
- Pick a Reliable Web Hosting Company.
- Choose Your Website Upload Method. File Manager. File Transfer Protocol (FTP)
- Upload Your Website File. Using File Manager. Using FileZilla.
- Move the Website Files to the Main Root Directory.
- Import Your Database.
- Check If the Website Works.
Upload & view files
- On your Android phone or tablet, open the Google Drive app.
- Tap Add .
- Tap Upload.
- Find and tap the files you want to upload.
- View uploaded files in My Drive until you move them.
How to Manage Files with Your Website's Control Panel
- Log in to your control panel.
- Click the File Manager icon in the Files section.
- In the pop-up box that asks you which directory you want to start at, select web Root to go to the document root of your primary domain.
- If you want to show hidden files, which are also called dot files, click the option to do so.
Uploading your website in cPanel guideSelect the Web Root (public_html/www) option and press the Go button. You will now see the File Manager screen. Click on the Upload icon. Press the Browse button to select the file you wish to upload.
cPanel is where you'll come to:
- Connect domain names to your hosting.
- Set up emails for your site.
- Install WordPress (or another content management system)
- Back up your website.
- Upload files to your server.
- Check your bandwidth and other usage stats.
- Change various security settings.
- Install add-on apps on your server.
Steps to Host a Website:
- Step 1: Decide What Type of Website You Want. You will typically find 2 types of websites:
- Step 2: Choose Your Hosting Server.
- Step 3: Select Your Web Hosting Plan.
- Step 4: Change Your DNS Address.
- Step 5: Upload Your Website.
If you want to allow a user to upload an external file to your website, you need to use a file upload box, also known as a file select box. This is also created using the <input> element but type attribute is set to file.
Plesk is a commercial web hosting and server data center automation software with a control panel developed for Linux and Windows-based retail hosting service providers.
Plesk makes it easy for you to manage many aspects of your web hosting. The tool provides the features common to any control panel, along with some additional options. You can add and organize your website's files within the control panel. You can manage your domains, and add new domains and subdomains to your account.
To publish a website using the file manager:
- On your computer, add the folder containing your website's files to a .
- In Plesk Control Panel, go to Files, click the httpdocs folder to open it, click Upload, select the archive file, and click Open.
Virtual Private Server (VPS) is hosting that virtually mimics dedicated server environments within a shared server. VPS hosting has become a popular choice because it is generally lower in cost than dedicated hosting but provides better reliability, security, and performance than shared hosting.
One major difference between the Plesk and cPanel web hosting control panels is that Plesk is available on both Windows Server and Linux distributions, whereas cPanel is only available on Linux operating systems (although some backdoor methods are available to run cPanel on Windows servers).
Plesk Web Admin Editionis for basic management of simple websites and your domains, without the extended tools and features.
Logging In Through the Just Host WebsiteThe simplest method for finding the login to your Control panel is to go to and click on the Control Panel Login button on the top right of the page. This will take you to the login page where you can log in with your username and password.
Edit files in Plesk hosting
- Log in to your GoDaddy account.
- Click Web Hosting.
- Next to the hosting account you want to use, click Manage.
- In the top navigation, Click the File tab.
- Click next to the name of the file you want to use, and then click Edit in for the type of editor you want to use.
- Edit your file, and then click OK.
This free open source control panel eases multiple server management from its multilingual interface. It's a BSD-licensed offering that lets you manage FTP, SQL, BIND, DNS, Database and Virtual servers. Admins, resellers, and clients can log in and easily handle many servers at once from one control panel.
Drag the file you want to upload to the server from the “Local Site” to the “Remote Site“. The File will upload and you will see the file in the list of files in the directory where you dragged the file to.
Upload files using SFTP or SCP commands
- Using your institution's assigned username, enter the following command: sftp [username]@[data center]
- Enter your institution's assigned password.
- Choose directory (see directory folders): Enter cd [directory name or path]
- Enter put [myfile] (copies file from your local system to OCLC's system)
- Enter quit.
Uploading your web files using Filezilla (Windows)
- Download the Filezilla software and install it onto your computer.
- Start Filezilla.
- Click File on the top menu bar and select Site Manager.
- Click New Site.
- In the Host field, enter in ftp.yourdomain.com (replace yourdomain.com with your actual domain name).
What are the usually used Unix FTP commands in uploading and downloading files?
- Get “myfile” – used to download files.
- Put “myfile” – used to upload files.
- ls – list of files on server in current directory.
- ls-al –list of files in folder, with details.
- delete filename – delete file from server.
The public_html folder is the web root for your primary domain name. This means that public_html is the folder where you put all website files which you want to appear when someone types your main domain (the one you provided when you signed up for hosting).
Install PuTTY SCP (PSCP)
- Download the PSCP utility from PuTTy.org by clicking the file name link and saving it to your computer.
- The PuTTY SCP (PSCP) client does not require installation in Windows, but runs directly from a Command Prompt window.
- To open a Command Prompt window, from the Start menu, click Run.
Where can I download my backups in Plesk hosting?
- In your My Products page, next to Web Hosting, click the triangle to see the list of your hosting accounts.
- Next to the Plesk hosting account you want to use, click Manage.
- Click Backup Manager.
- Next to the backup file you want to download, click the green arrow to download the file to your computer.
How to connect to your Plesk FTP using Filezilla
- Step 1: Identify your FTP user/pass. Ftp users are subscription specific.
- Step 2: Establish the FTP host: FTP protocol establishes the permissions and location on the server based on username and password.
- Step 3: Set up the FTP connection with Filezilla. You will need to add a new connection using the default values.