Introduction Connecting Via FTP Where do I upload my website? What to call your home page? Troubleshooting FTP...

Size: px
Start display at page:

Download "Introduction... 1. Connecting Via FTP... 4. Where do I upload my website?... 4. What to call your home page?... 5. Troubleshooting FTP..."

Transcription

1 This guide is designed to show you the different ways of uploading your site using ftp, including the basic principles of understanding and troubleshooting ftp issues. P a g e 0

2 Introduction... 1 When would I use FTP?... 2 Checking your domain name... 2 What do I need to connect to another machine using FTP?... 2 What software should I use?... 3 Finding your FTP username and password Connecting Via FTP... 4 Where do I upload my website?... 4 What to call your home page?... 5 Troubleshooting FTP... 6 I am Unable to Connect to my Website... 6 I Connect but get Authentication Errors... 7 I can Connect, but get Permissions Errors... 7 I Have Uploaded a File but it Shows as 0 Bytes on the Server... 8 I Have Uploaded my Files but Can t See my Home Page... 8 I cannot see the changes I made to my website, or I get a "no website configured at this address" error... 8 I can't see the changes I made on my website... 8 Appendix... 9 FTP codes... 9 Fasthosts MasterClass Range File Transfer Protocol (FTP) is a standard network protocol used to transfer files between two computers. It is commonly included in many client based web design programs such as iweb, Dreamweaver, Microsoft Expression Web etc. There are also a large number of specialist FTP client available that will provide a graphical user interface for transferring files. Finally, the FTP suite is still available in the command line for many operating systems. P a g e 1

3 Note: Due to the varied range of software that uses FTP, this guide will not attempt to provide step by step instructions for each piece of software available to the user, but will provide generic details on how to connect and troubleshoot ftp. A range of step by step guides are available within our knowledgebase for the most popular ftp clients in use. You will commonly use FTP when you have a collection of website files on your local machine and need to upload them to a web hosting server for them to appear on the internet. Or when the opposite is true, and you have a website on the internet and you want to create a local copy of your website as a backup. In both of these instances, your website hosting provider will have a machine set up that will allow you to connect using FTP. Many people think that they have issues connecting using FTP, when in actual fact it is changes to DNS or the domain name that are the actual root cause of issues. This is often the case as when you are uploading your website for the first time. You may have a new domain name, or be in the process of transferring a domain name elsewhere. Our Domain Health Checker would be a good place to look for changes to your domain name before you begin. You don t need many things to connect via FTP: 1. The server that you want to connect to has to be configured to use FTP (in the case of your hosting account, your hosting company will have a computer already set up for your use.), you also need to know the address of this server. 2. Although it is possible to connect without an FTP client, why make things difficult when they don t need to be, FTP clients are easy and often free to use. 3. A username and password to authenticate with. While some FTP servers will allow anonymous connections, you don t want anyone being able to download and change your website files, so a username and password is essential to making sure that only you can update your website. And that s it. P a g e 2

4 You can use any FTP software to upload your website, so use whichever software you are comfortable with. If you don t already have a preferred client, there are a great number of FTP clients available, both paid for, and free to download and use. Examples of free to download and use FTP software include: Cyberduck (for Mac) Filezilla Fireftp (Add-on for Firefox) Note: Screenshots in this guide will be taken using filezilla, which is the FTP software that I am using at this time. It only takes a couple of minutes for you to create a username and password to use with your website. This is set up using your Fasthosts control panel. Step 1 Log in to your control panel and select Website Hosting from the Hosting menu. Step 2 A list of your hosting packages will appear. Click on the domain name you would like to view your FTP details on. If your domain name is not listed, you do not have hosting set up in this account. Step 3 Click anywhere in the FTP section. P a g e 3

5 Step 4 Your FTP details will be shown, these are the details you will need to enter into your FTP software to upload your website. To change your FTP password click Set Password. Enter a password for your FTP connection. Keep your username and password safe, you will need them later. Each FTP client is different but the information they will need to connect with is the same Server address/ Host or FTP Host: Enter (This is the address of our FTP server). User name: Enter the username of the FTP connection that you created earlier. Password: Enter the password of the FTP connection that you created earlier. In most cases, this is all you will ever need to enter and all other settings can be ignored or left on their default settings. Logon type: Normal or Username/Password Protocol: FTP Host directory/directory/path: Leave blank. Use passive FTP: Select this box. Use IPv6 transfer mode: Leave unselected. Use firewall: Leave unselected. Use Secure FTP (SFTP): Leave unselected. Port: Enter 21 We have an interactive guide to show you step by step how to connect via FTP at Once you are connected, you will see two main areas. One area (usually on the left), this area of the screen you can navigate files on your local computer in this window, then drag and drop them into the right hand window, which is your remote FTP server. When you set up your webhosting, we will automatically create some directories within your webspace for you. P a g e 4

6 htdocs logfiles After connecting to your web space with an FTP program you will be automatically logged into the htdocs folder. You can navigate up a level to see the other directories we have created. htdocs: All your web content should be stored in this directory, or a sub-directory of this. Your home page should be within this directory and should be named index or default. Within the htdocs folder, you will see that another subdirectory has been created. cgi-bin: The cgi-bin directory is for files that require execute permissions. For example Perl or Python scripts, or compiled CGI. HTML and PHP files will not work if placed in this directory. logfiles: The logfiles directory contains the raw logfiles for your domain. This is where any monitoring software such as Matrixstats will get the information needed to show you website statistics. You should not upload any files to this directory. When someone visits a folder on your website, the webserver will look for the default document within your htdocs folder. Our webservers are configured to look for a file called index or default, to display as your home page. While it is good practice to have just one default file within your htdocs folder, if you have more than one, the server will display whichever is highest on its precedence list. The order that it chooses a default page is slightly different, depending on the type of server you are using. Below is a list of default files, with the highest priority at the top. default.asp index.htm index.html index.php index.pl default.aspx P a g e 5

7 In the image on the right, we can see a file called index.html within the htdocs folder. This Index file will be the home page of our website. Most problems in uploading websites are due to firewalls, or to do with the DNS of a domain name rather than the connection itself. The good news is that once these errors have been identified they are usually quick to fix. Some firewalls may be configured to prevent your FTP software from connecting to your web space. You can usually solve this with a quick change to either your firewall or FTP software s settings. Is your FTP software set to passive mode? FTP has two different modes - active and passive. In active mode, the FTP server (i.e. your web space) attempts to connect to your computer, which is likely to be blocked by your firewall. In passive mode, your FTP software sets up the connection with your web space. Switching your FTP software is set to passive mode is quick, easy and likely to work for most people. Is your FTP software blocked by a firewall application on your computer? By default, many software firewalls will block ports 20 and 21, which are used by FTP. If you are still unable to connect you should check any firewall on your local machine to ensure that ports 20 and 21 are set to allow traffic. P a g e 6

8 Does your router have a built in firewall that is blocking the connection? If you have a broadband router that has a built-in firewall, it may block FTP traffic. Follow the instructions in your router s manual to open ports 20 and 21. Is your computer on a corporate network? Many corporate networks block all non-web or traffic, including FTP. Contact your system administrator to request that FTP traffic be allowed from your computer. Is your domain name pointing towards Fasthosts? If your domain name is pointing elsewhere or you have made changes to the DNS settings within the last 48 hours, then you should replace ftp.yourdomainname.com with If you can connect using this IP address, then some of your DNS records are not set up yet. Is your domain name pointing towards Fasthosts? If your domain name is pointing elsewhere or you have made changes to the DNS settings within the last 48 hours, then you should replace ftp.yourdomainname.com with If you can connect using this IP address, then some of your DNS records are not set up yet. Is your username and password correct? By default, your ftp username will be your domain name. For example, domainname.com. If your username is correct. The error is with your password. It takes around 10 minutes for FTP password changes to take effect. If you have changed your password within this time, you should wait a few more minutes and then try again. Alternatively, you can update your FTP password within your control panel, wait 10 minutes, then try to connect using your new password. Have you uploaded files to your website before? You may have tried to upload a file that is larger than the amount of free web space on your account. Check that the size of your file is smaller than the amount of webspace available to you. If not, you may need to remove some content before uploading your file. P a g e 7

9 This problem is often caused by firewalls that block the file transfer itself but not the opening or closing of the transfer. This causes the FTP server to receive a file containing no data. See the earlier section I am Unable to Connect to my Website. Your home page should be called index or default and should be located in the htdocs folder for it to appear automatically when visiting your domain name. If your home page has a different name or is in a different location, our servers will not know it s a home page and will not automatically display it for your customers. See the article Where do I upload my website files? for more information. Errors of this kind usually indicate that your computer is looking for your website in the wrong place, or is displaying a cached (saved) version of your website. Our article: Why can't I see the changes I made to my website? will show you why and guide you through some solutions. I This error usually occurs when the webserver is unable to find your home page, or if a link on your website points to a page that does not exist. Our article I get a 'You are not authorised to view this page' error when I look for my website explains in more detail. This may happen if your computer is looking in the wrong place to see your website. This can occur if: The domain has been moved to another server within the last 24 hours. The nameservers on the domain name have been changed within the last 72 hours. The domain name was registered less than 72 hours ago. If this is the case you should wait for the allotted time before trying the site again. For peace of mind you can use the test domain link shown within your control panel. P a g e 8

10 If you visit a website regularly your computer may store a saved copy of the website for you to view. This allows your computer to view the website from a local copy, speeding up the time it takes to display in your web browser. Sometimes when you make a change to your website the changes will not appear instantly, as you are actually viewing a saved (cached) copy of your website. These cached copies will only be stored in your computer for a short time, so the changes to your website will usually be viewable after a few hours. Most FTP clients will also have a small window where you can see the commands that are executing as you use the client. You can also use this window to identify any error messages. Simply look the error message up against the list below to identify the status of your FTP connection. 100 Codes The requested action is being taken. Expect a reply before proceeding with a new command. 110 Restart marker reply. 120 Service ready in (n) minutes. 125 Data connection already open, transfer starting. 150 File status okay, about to open data connection. 200 Codes The requested action has been successfully completed. 200 Command okay. 202 Command not implemented 211 System status, or system help reply. 212 Directory status. 213 File status. P a g e 9

11 214 Help message. 215 NAME system type. (NAME is an official system name from the list in the Assigned Numbers document.) 220 Service ready for new user. 221 Service closing control connection. (Logged out if appropriate.) 225 Data connection open, no transfer in progress. 226 Closing data connection. Requested file action successful (file transfer, abort, etc.). 227 Entering Passive Mode 230 User logged in, proceed. 250 Requested file action okay, completed. 257 "PATHNAME" created. 300 Codes The command has been accepted, but the requested action is being held pending receipt of further information. 331 User name okay, need password. 332 Need account for login. 350 Requested file action pending further information. 400 Codes The command was not accepted and the requested action did not take place. The error condition is temporary, however, and the action may be requested again. 421 Service not available, closing control connection. (May be a reply to any command if the service knows it must shut down.)` 425 Can't open data connection. 426 Connection closed, transfer aborted. 450 Requested file action not taken. File unavailable (e.g., file busy). 451 Requested action aborted, local error in processing. 452 Requested action not taken. Insufficient storage space in system. 500 Codes The command was not accepted and the requested action did not take place. P a g e 10

12 500 Syntax error, command unrecognized. This may include errors such as command line too long. 501 Syntax error in parameters or arguments. 502 Command not implemented. 503 Bad sequence of commands. 504 Command not implemented for that parameter. 530 User not logged in. 532 Need account for storing files. 550 Requested action not taken. File unavailable (e.g., file not found, no access). 552 Requested file action aborted, storage allocation exceeded 553 Requested action not taken. Illegal file name. Introducing HTML and CSS This guide will show you how to download and use all the tools needed to upload a business card website from scratch costing you a couple of evenings of your time. At the end of the guide you should know all about hosting websites and be confident in most aspects of web hosting. Download guide Introducing domain names and DNS This guide is designed to give you a broad introduction into how Domain names operate and how the Domain Name system works. Download Guide An Introduction to PHP scripting This guide will introduce some simple yet powerful features of PHP, a popular scripting language, and help you take your first steps towards building a strong web presence. Download Guide P a g e 11

13 An Introduction to MySQL Databases This guide will introduce MySQL, a powerful and popular free relational database system. Download Guide Troubleshooting with the command line The command line contains a powerful suite of tools that can be utilised in a variety of ways. This guide will show you how to use common tools to diagnose issues with websites, domain names and DNS. Download Guide P a g e 12

Getting Started Guide for FTP

Getting Started Guide for FTP Edition 1.0 Getting Started Guide for FTP What is FTP? FTP (File Transfer Protocol) is a standard procedure for moving files between two computers over the internet. FTP is commonly used to upload/download

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

imhosted Web Hosting Knowledge Base

imhosted Web Hosting Knowledge Base imhosted Web Hosting Knowledge Base FTP & SSH Category Contents FTP & SSH 1 What is SSH and do you support it? 1 How do I setup and use SSH? 1 Will I have unlimited access to update my pages? 2 What is

More information

Move Your Website Files to AT&T Website Solutions

Move Your Website Files to AT&T Website Solutions September 2012 Move Your Website Files to AT&T Website Solutions How to Change your current Hosting Provider to AT&T Website Solutions in Nine Steps We have created 9 steps to ensure a smooth transition

More information

Fasthosts Internet Parallels Plesk 10 Manual

Fasthosts Internet Parallels Plesk 10 Manual Fasthosts Internet Parallels Plesk 10 Manual Introduction... 2 Before you begin... 2 Logging in to the Plesk control panel... 2 Securing access to the Plesk 10 control panel... 3 Configuring your new server...

More information

Ad Hoc (Temporary) Accounts Instructions

Ad Hoc (Temporary) Accounts Instructions DLG/PDV SFTP Server Instructions 1. Ad Hoc (Temporary) Accounts. 2. LeadsGen (Permanent) Accounts. 3. Manually configuring SFTP Clients (WinSCP & FileZilla). 4. Uploading files into SFTP server. 5. Frequently

More information

Transferring Hosting to Fasthosts

Transferring Hosting to Fasthosts Fasthosts Customer Support Transferring Hosting to Fasthosts This guide will show you how to transfer hosting to Fasthosts from another provider Customer Support Transferring Hosting to Fasthosts Contents

More information

Administrators guide to the Matrix Control Panel

Administrators guide to the Matrix Control Panel www.fasthosts.co.uk Administrators guide to the Matrix Control Panel Setting up your server... 3 Introduction... 3 Logging into the matrix control panel... 3 Setting yourself up as a user... 3 Securing

More information

Exchange 2013 mailbox setup guide

Exchange 2013 mailbox setup guide Fasthosts Customer Support Exchange 2013 mailbox setup guide This article covers the setup of Exchange 2013 mailboxes in Microsoft Outlook 2013, 2010 and Outlook 2011 for Mac. Contents Exchange 2013 Mailbox

More information

Talk Internet User Guides Controlgate Administrative User Guide

Talk Internet User Guides Controlgate Administrative User Guide Talk Internet User Guides Controlgate Administrative User Guide Contents Contents (This Page) 2 Accessing the Controlgate Interface 3 Adding a new domain 4 Setup Website Hosting 5 Setup FTP Users 6 Setup

More information

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 22 Ref: GC349_v1.1

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 22 Ref: GC349_v1.1 Web Hosting Training Guide Safari version Doc Ref: GC349_v1.1 Author: Glow Team Page 1 of 22 Ref: GC349_v1.1 Contents Introduction... 3 What is the Glow Web Hosting service?... 3 Why use the Glow Web Hosting

More information

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University Instructions for MAC users MAC users have not been joined to the Active Directory Domain. ICT is unable to capture GroupWise archives you may have on your computer automatically or confirm if you have

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

How to setup FTP and Secure FTP for XD Series

How to setup FTP and Secure FTP for XD Series How to setup FTP and Secure FTP for XD Series Use the following steps prior to enabling support for FTP services on XD Series: 1) Create NAS volume and Share(s) 2) Create Users and Groups 3) Select an

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Changing Hosting From Yahoo!

Changing Hosting From Yahoo! Issue 1 September, 2012 Changing Hosting From Yahoo! Change Hosting from Yahoo! in Nine Easy Steps! Moving your website shouldn t have to be a painful experience filled with confusion and downtime. Here

More information

Professional Mailbox Email Software Setup Guide

Professional Mailbox Email Software Setup Guide Professional Mailbox Email Software Setup Guide Table of contents Download and Install Microsoft Outlook 2010 or 2011... 2 Enabling access from email software... 4 Setting up Outlook 2010... 6 Before you

More information

AnzioWin FTP Dialog. AnzioWin version 15.0 and later

AnzioWin FTP Dialog. AnzioWin version 15.0 and later AnzioWin FTP Dialog AnzioWin version 15.0 and later With AnzioWin version 15.0, we have included an enhanced interactive FTP dialog that operates similar to Windows Explorer. The FTP dialog, shown below,

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

How To Create A Website On Atspace.Com For Free (Free) (Free Hosting) (For Free) (Freer) (Www.Atspace.Com) (Web) (Femalese) (Unpaid) (

How To Create A Website On Atspace.Com For Free (Free) (Free Hosting) (For Free) (Freer) (Www.Atspace.Com) (Web) (Femalese) (Unpaid) ( HO-3: Web Hosting In this hands-on exercise you are going to register for a free web hosting account. We are going to use atspace.com as an example, but other free hosting services work in a similar way

More information

Accessing Personal Web Folders Macon State College

Accessing Personal Web Folders Macon State College Accessing Personal Web Folders Macon State College 1. Download and Install Secure FTP Secure FTP is M State College s supported sftp client for accessing your Web folder on Webdav. You may use other FTP

More information

Customer Control Panel Manual

Customer Control Panel Manual Customer Control Panel Manual Contents Introduction... 2 Before you begin... 2 Logging in to the Control Panel... 2 Resetting your Control Panel password.... 3 Managing FTP... 4 FTP details for your website...

More information

Connecting to the School of Computing Servers and Transferring Files

Connecting to the School of Computing Servers and Transferring Files Connecting to the School of Computing Servers and Transferring Files Connecting This document will provide instructions on how to connect to the School of Computing s server. Connect Using a Mac or Linux

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Installation Tutorial Script: The Real Estate Script. 1. Please login to download script. On PHP Classifieds Script web site.

Installation Tutorial Script: The Real Estate Script. 1. Please login to download script. On PHP Classifieds Script web site. Installation Tutorial Script: The Real Estate Script Thank you for your purchase of The Real Estate Script. This tutorial will guide you threw the installation process. In this install example we use CPanel

More information

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR.

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. 1. Setting up your network to allow incoming connections on ports used by Eyemax system. Default ports used by Eyemax system are: range of ports 9091~9115

More information

Description of Microsoft Internet Information Services (IIS) 5.0 and

Description of Microsoft Internet Information Services (IIS) 5.0 and Page 1 of 10 Article ID: 318380 - Last Review: July 7, 2008 - Revision: 8.1 Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes This article was previously published under

More information

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Web Hosting Training Guide Internet Explorer version Doc Ref: GC278_v1.1 Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Contents Introduction... 3 What is the Glow Web Hosting service?... 3 Why use the

More information

How to use Mints@Home

How to use Mints@Home How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed

More information

Sentral servers provide a wide range of services to school networks.

Sentral servers provide a wide range of services to school networks. Wazza s QuickStart Publishing iweb Sites to a Sentral Server Background Mac OS X, Sentral, iweb 09 Sentral servers provide a wide range of services to school networks. A Sentral server provides a publishing

More information

Parallels. for your Linux or Windows Server. Small Business Panel. Getting Started Guide. Parallels Small Business Panel // Linux & Windows Server

Parallels. for your Linux or Windows Server. Small Business Panel. Getting Started Guide. Parallels Small Business Panel // Linux & Windows Server Getting Started Guide Parallels Small Business Panel for your Linux or Windows Server Getting Started Guide Page 1 Getting Started Guide: Parallels Small Business Panel, Linux & Windows Server Version

More information

FTP Server Connection Guide TRIP and Cross-content

FTP Server Connection Guide TRIP and Cross-content FTP Server Connection Guide TRIP and Cross-content page 1/16 Table of Contents 1 Introduction...3 2 System Requirements...4 3 General policy about customer folders...5 4 FTP Server...6 4.1 Server Overview...6

More information

If you examine a typical data exchange on the command connection between an FTP client and server, it would probably look something like this:

If you examine a typical data exchange on the command connection between an FTP client and server, it would probably look something like this: Overview The 1756-EWEB and 1768-EWEB modules implement an FTP server; this service allows users to upload custom pages to the device, as well as transfer files in a backup or restore operation. Many IT

More information

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password.

1. Please login to the Own Web Now Support Portal (https://support.ownwebnow.com) with your email address and a password. Web Hosting Introduction The purpose of this Startup Guide is to familiarize you with Own Web Now's Web Hosting. Own Web Now offers two web hosting platforms, one powered by Linux / PHP and the other powered

More information

User Guide Version 3.0

User Guide Version 3.0 User Guide Version 3.0 Page 2 of 12 Summary Contents 1 INTRODUCTION 3 1.1 WHAT IS FTP? 3 1.2 FTP REQUIRED INFO 3 2 FTP MANAGER 4 2.1 CREATING USERS IN FTP MANAGER 5 2.1.1 Creating a Username in FTP Manager

More information

Parallels Plesk Panel 11 for your Linux server

Parallels Plesk Panel 11 for your Linux server Getting Started Guide Parallels Plesk Panel 11 for your Linux server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 11, Linux Server Version 1.1 (11.1.2012) Copyright 2012. All

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

Publishing a Website. That Nam Tran Ton

Publishing a Website. That Nam Tran Ton Publishing a Website on the UH Web Server That Nam Tran Ton Last updated: 05/2008 Overview These instructions are structured as follows: 1. Overview 2. Requirements before publishing a website 3. Directions

More information

Content Management System

Content Management System Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires

More information

Quick Start Guide. Hosting Your Domain

Quick Start Guide. Hosting Your Domain Quick Start Guide Hosting Your Domain http://www.names.co.uk/support/ Table of Contents Web Hosting... 3 FTP (File Transfer Protocol)... 3 File Manager... 6 SiteMaker... 7 2 Please keep these documents

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

FTP Accounts Contents

FTP Accounts Contents FTP Accounts Contents Goal... 2 1. Add an FTP Account... 2 2. The FTP Account Management Table... 3 3. Remove an FTP Account... 4 4. Edit an FTP Account's Quota... 4 5. Change an FTP Account's Password...

More information

SECURE FTP CONFIGURATION SETUP GUIDE

SECURE FTP CONFIGURATION SETUP GUIDE SECURE FTP CONFIGURATION SETUP GUIDE CONTENTS Overview... 3 Secure FTP (FTP over SSL/TLS)... 3 Connectivity... 3 Settings... 4 FTP file cleanup information... 5 Troubleshooting... 5 Tested FTP clients

More information

HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA. Installation

HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA. Installation HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA Note: These instructions direct you to download a free secure FTP client called FileZilla. If you already use a secure client such as WS-FTP Pro

More information

imhosted Web Hosting Knowledge Base

imhosted Web Hosting Knowledge Base imhosted Web Hosting Knowledge Base CGI, Perl, Sendmail Category Contents CGI, Perl, Sendmail 1 What directory do I upload my CGI scripts to? 1 What is CGI? 1 What is Perl? 1 Do you allow CGI to run on

More information

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode

Step-by-Step Setup Guide Wireless File Transmitter FTP Mode EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Ad Hoc Setup Windows XP 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited. 1

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

More information

NOTE: Please refer to the LinkNavigator CD-ROM s IP Setup Utility if you do not know the LinkStation s IP Address or Host Name.

NOTE: Please refer to the LinkNavigator CD-ROM s IP Setup Utility if you do not know the LinkStation s IP Address or Host Name. FTP Setup Guide This guide will assist you in setting up the FTP Server on Buffalo s LinkStation product. Instructions to setup anonymous and password protected (registered user) FTP Servers will be shown

More information

Windows Hosting Documentation

Windows Hosting Documentation Windows Hosting Documentation Web Hosting Basics Control Panel Access your Control Panel at http://your-domain-name.com/stats/ to change your password, setup your e-mail accounts, administer your account,

More information

FTP Service Reference

FTP Service Reference IceWarp Unified Communications Reference Version 11.3 Published on 1/6/2015 Contents... 3 About... 4 Reference... 5 General Tab... 5 Dialog... 6 FTP Site... 6 Users... 7 Groups... 11 Options... 14 Access...

More information

Parallels Plesk Panel 11 for your Windows Server

Parallels Plesk Panel 11 for your Windows Server Getting Started Guide Parallels Plesk Panel 11 for your Windows Server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 11, Windows Server Version 1.1 (11.1.2012) Copyright 2012.

More information

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities DNS name: turing.cs.montclair.edu -This server is the Departmental Server

More information

How To Set Up A Webhosting Website On Windstream.Com

How To Set Up A Webhosting Website On Windstream.Com E-commerce Web Hosting Package Welcome To Your Windstream Hosting Service! We are pleased you have chosen us as your solutions provider to help your business become even more successful. We recognize your

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using cpanel. Getting Started with Your Virtual Dedicated

More information

SSH and Basic Commands

SSH and Basic Commands SSH and Basic Commands In this tutorial we'll introduce you to SSH - a tool that allows you to send remote commands to your Web server - and show you some simple UNIX commands to help you manage your website.

More information

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next.

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next. Installing IIS on Windows XP 1. Start 2. Go to Control Panel 3. Go to Add or RemovePrograms 4. Go to Add/Remove Windows Components 5. At the Windows Component panel, select the Internet Information Services

More information

File Space / Web Space / Database Space - Self-Service Allocation August 2009

File Space / Web Space / Database Space - Self-Service Allocation August 2009 File Space / Web Space / Database Space - Self-Service Allocation August 2009 All Purchase students can use this self-service application to obtain file space, web publishing space, and database space.

More information

educ Office 365 email: Remove & create new Outlook profile

educ Office 365 email: Remove & create new Outlook profile Published: 29/01/2015 If you have previously used Outlook the with the SCC/SWO service then once you have been moved into Office 365 your Outlook will need to contact the SCC/SWO servers one last time

More information

RADAR NETWORK SETUP WITH WINDOWS XP/VISTA

RADAR NETWORK SETUP WITH WINDOWS XP/VISTA RADAR NETWORK SETUP WITH WINDOWS XP/VISTA These instructions are for setting up a Network between RADAR and a PC. To use RADAR s FTP client a 3 rd party FTP Server is needed such as FileZilla Server. This

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.8 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

Setting Up Scan to SMB on TaskALFA series MFP s.

Setting Up Scan to SMB on TaskALFA series MFP s. Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and

More information

Greenstone Documentation

Greenstone Documentation Greenstone Documentation Web library and Remote Collection Building with GLI Client Web Library. This enables any computer with an existing webserver to serve pre-built Greenstone collections. As with

More information

HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE

HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE Note: These instructions direct you to download a free secure FTP client called FileZilla. If you already use a secure client such as WS-FTP Pro

More information

FTP Service Reference

FTP Service Reference IceWarp Server FTP Service Reference Version 10 Printed on 12 August, 2009 i Contents FTP Service 1 V10 New Features... 2 FTP Access Mode... 2 FTP Synchronization... 2 FTP Service Node... 3 FTP Service

More information

Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server

Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server Application Note 8: TrendView Recorders DCOM Settings and Firewall Plus DCOM Settings for Trendview Historian Server DCOM Configuration Introduction This document is intended to provide a check-list of

More information

Plesk 11 Manual. Fasthosts Customer Support

Plesk 11 Manual. Fasthosts Customer Support Fasthosts Customer Support Plesk 11 Manual This guide covers everything you need to know in order to get started with the Parallels Plesk 11 control panel. Contents Introduction... 3 Before you begin...

More information

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide Getting Started Guide Shared Hosting Your First Website Online Getting Started Guide Page 1 Getting Started Guide: Shared Hosting Version 2.3 (1.6.2012) Copyright 2012. All rights reserved. Distribution

More information

HOW TO USE THE File Transfer Protocol SERVER ftp.architekturaibiznes.com.pl

HOW TO USE THE File Transfer Protocol SERVER ftp.architekturaibiznes.com.pl HOW TO USE THE File Transfer Protocol SERVER ftp.architekturaibiznes.com.pl In order to access the A&B server with a view to uploading or downloading materials, any FTP client software can be used. If

More information

Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1

Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1 Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1 The CTI 2500P-ACP1 is capable of transferring data files to a remote FTP Server. This document provides information

More information

Web24 Web Hosting Guide

Web24 Web Hosting Guide Web24 Web Hosting Guide Welcome Dear Web24 customer, We would like to thank you for choosing Web24 as your preferred web hosting provider. To make your experience as enjoyable as possible, we have prepared

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Hostopia Web Hosting - Getting Started

Hostopia Web Hosting - Getting Started Hostopia Web Hosting - Getting Started Getting Started www.elihosting.net Main Menu www.elihosting.net Home Page Administrative Access: For Email and Website Setup & Maintenance... Point your browser to

More information

APACHE WEB SERVER. Andri Mirzal, PhD N28-439-03

APACHE WEB SERVER. Andri Mirzal, PhD N28-439-03 APACHE WEB SERVER Andri Mirzal, PhD N28-439-03 Introduction The Apache is an open source web server software program notable for playing a key role in the initial growth of the World Wide Web Typically

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

Interland Dedicated Power Server Support Guidelines

Interland Dedicated Power Server Support Guidelines Interland Dedicated Power Server Support Guidelines Interland Customer Support Version 2.2 I. Introduction This document describes how Interland provides support through its Customer Service and Support

More information

SHARED HOSTING PLAN GETTING STARTED GUIDE (Plesk 9.2) Version 1.3

SHARED HOSTING PLAN GETTING STARTED GUIDE (Plesk 9.2) Version 1.3 Table of Contents SHARED HOSTING PLAN GETTING STARTED GUIDE (Plesk 9.2) Version 1.3 1 LOG IN TO THE ADMINISTRATIVE & WEBSITE CONTROL PANEL... 3 2 USERID AND PASSWORD... 3 3 LOOK FOR YOUR DOMAIN NAME. 4

More information

QUESTIONS AND ANSWERS

QUESTIONS AND ANSWERS TECHNOLOGY CONSULTANCY Innovative. Reliable. Efficient. QUESTIONS AND ANSWERS WEB HOSTING SERVICES What you need to know about Web Hosting Q&A - WEBHOSTING 1. What is web hosting? Web Hosting is a service

More information

DC Agent Troubleshooting

DC Agent Troubleshooting DC Agent Troubleshooting Topic 50320 DC Agent Troubleshooting Web Security Solutions v7.7.x, 7.8.x 27-Mar-2013 This collection includes the following articles to help you troubleshoot DC Agent installation

More information

Configuring your network settings to use Google Public DNS

Configuring your network settings to use Google Public DNS Configuring your network settings to use Google Public DNS When you use Google Public DNS, you are changing your DNS "switchboard" operator from your ISP to Google Public DNS. In most cases, the IP addresses

More information

WS_FTP Professional 12

WS_FTP Professional 12 WS_FTP Professional 12 Tools Guide Contents CHAPTER 1 Introduction Ways to Automate Regular File Transfers...5 Check Transfer Status and Logs...6 Building a List of Files for Transfer...6 Transfer Files

More information

TECHNICAL NOTE TNOI27

TECHNICAL NOTE TNOI27 TECHNICAL NOTE TNOI27 Title: FTP Synchronization Product(s): G3, DSP and Enhanced Modular Controller ABSTRACT The purpose of this document is to describe the G3 s FTP feature and the configuration steps

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY

More information

Getting Started Guide. Getting Started With Your Dedicated Server. Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0.

Getting Started Guide. Getting Started With Your Dedicated Server. Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0. Getting Started Guide Getting Started With Your Dedicated Server Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0. Getting Started with Your Dedicated Server Plesk 8.0 Version

More information

Installation Guide For ChoiceMail Enterprise Edition

Installation Guide For ChoiceMail Enterprise Edition Installation Guide For ChoiceMail Enterprise Edition How to Install ChoiceMail Enterprise On A Server In Front Of Your Company Mail Server August, 2004 Version 2.6x Copyright DigiPortal Software, 2002-2004

More information

Create a New Account Contents

Create a New Account Contents Create a New Account Contents Goals...2 Create a New Domain Account...2 Domain Information...3 Package...4 Settings...5 Reseller Settings...6 DNS Settings...6 Mail Routing Settings...7 Conclusion...7 1

More information

Linux VPS with cpanel. Getting Started Guide

Linux VPS with cpanel. Getting Started Guide Linux VPS with cpanel Getting Started Guide First Edition October 2010 Table of Contents Introduction...1 cpanel Documentation...1 Accessing your Server...2 cpanel Users...2 WHM Interface...3 cpanel Interface...3

More information

RemotelyAnywhere Getting Started Guide

RemotelyAnywhere Getting Started Guide April 2007 About RemotelyAnywhere... 2 About RemotelyAnywhere... 2 About this Guide... 2 Installation of RemotelyAnywhere... 2 Software Activation...3 Accessing RemotelyAnywhere... 4 About Dynamic IP Addresses...

More information

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide

Shared Hosting. Getting Started Guide. Your First Website Online. Shared Hosting// Getting Started Guide Getting Started Guide Shared Hosting Your First Website Online Getting Started Guide Page 1 Getting Started Guide: Shared Hosting Version 2.0 (04.22.10) Copyright 2010. All rights reserved. Distribution

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

SMT v4.0 Users Guide (Linux version)

SMT v4.0 Users Guide (Linux version) SMT v4.0 Users Guide (Linux version) Table of Contents 1. Manage Customer Billing 2. Provision Web Services a. Add a virtual host b. Password protect a directory c. Enable virtual host logs d. Change password

More information

SETTING UP AND RUNNING A WEB SITE ON YOUR LENOVO STORAGE DEVICE WORKING WITH WEB SERVER TOOLS

SETTING UP AND RUNNING A WEB SITE ON YOUR LENOVO STORAGE DEVICE WORKING WITH WEB SERVER TOOLS White Paper SETTING UP AND RUNNING A WEB SITE ON YOUR LENOVO STORAGE DEVICE WORKING WITH WEB SERVER TOOLS CONTENTS Introduction 1 Audience 1 Terminology 1 Enabling a custom home page 1 Adding webmysqlserver

More information

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap ( WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...

More information

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website. This tutorial will show you how to migrate your website using FTP. The majority of websites are just files, and you can move these using a process called FTP (File Transfer Protocol). The first thing this

More information

Device Log Export ENGLISH

Device Log Export ENGLISH Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,

More information

EXTENDED FILE SYSTEM FOR FMD AND NANO-10 PLC

EXTENDED FILE SYSTEM FOR FMD AND NANO-10 PLC EXTENDED FILE SYSTEM FOR FMD AND NANO-10 PLC Before you begin, please download a sample I-TRiLOGI program that will be referred to throughout this manual from our website: http://www.tri-plc.com/trilogi/extendedfilesystem.zip

More information

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5 Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 2.23 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information