Difference between public html and public ftp

m (Created page with "<div align=justify>Quite often people mix up 'public_html' and 'public_ftp' folders and upload their files to the wrong folder. This does not allow people to view your site. In t...")
 
m
 
Line 1: Line 1:
<div align=justify>Quite often people mix up 'public_html' and 'public_ftp' folders and upload their files to the wrong folder. This does not allow people to view your site.
+
<seo title="Difference between public html and public ftp" metakeywords="public_html,public_ftp,anonymous ftp" metadescription="Difference between public html and public ftp" />
In this article we'll try to explain the difference between the two.
+
  
The 'public_html' folder is the root folder for your primary domain name. This means that public_html is the folder where you need to put all your site files you want to appear when someone types your domain name in a browser.
+
<div align=justify>Quite often people mix up ''public_html'' and ''public_ftp'' folders and upload their site files to the wrong folder. This does not allow people to view their site on-line.
 +
In this article we'll try to explain the difference between the two.
  
The 'public_ftp' folder is used for storing files which are available with anonymous FTP access. Anonymous FTP access allows anyone to access your public_ftp folder. There are two options available:
+
The '''''public_html''''' folder is the root folder for your primary domain name. This means that public_html is the folder where you need to put all your site files you want to appear when someone types your domain name in a browser.
  
Anonymous access to ftp://ftp.yourdomain.com allows users to view, download, and delete files from your public_ftp folder.
+
The '''''public_ftp''''' folder is used for storing files which are available with anonymous FTP access. Anonymous FTP access allows anyone to access your public_ftp folder. There are two options available:
  
Anonymous access to ftp://ftp.yourdomain.com/incoming allows users to view, upload, download, and delete files from your public_ftp/incoming folder.  
+
* Anonymous access to ''ftp://ftp.yourdomain.com'' allows users to view, download, and delete files from your ''public_ftp'' folder.
  
 +
* Anonymous access to ''ftp://ftp.yourdomain.com/incoming'' allows users to view, upload, download, and delete files from your ''public_ftp/incoming'' folder.
  
 
To sum it all up, 'public_html' is the folder for your site files and 'public_ftp' folder is used for anonymous FTP access.</div>
 
To sum it all up, 'public_html' is the folder for your site files and 'public_ftp' folder is used for anonymous FTP access.</div>

Latest revision as of 07:58, 21 November 2011

rss feed for my website