<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2-Create-a-Website.Com &#124; How To Create a Website &#187; FTP</title>
	<atom:link href="http://www.2-create-a-website.com/category/ftp-file-transfer-protocol/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2-create-a-website.com</link>
	<description>How To Create a Website - 2 Create a Website</description>
	<lastBuildDate>Wed, 02 Jun 2010 08:24:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Common FTP Commands</title>
		<link>http://www.2-create-a-website.com/common-ftp-commands/</link>
		<comments>http://www.2-create-a-website.com/common-ftp-commands/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 04:51:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=620</guid>
		<description><![CDATA[


 


?
to request help or information about  the 		FTP commands


ascii
to set the mode of file transfer to ASCII
(this is 		the default and transmits seven bits per character)


binary
to set the mode of file transfer to binary
(the 		binary mode transmits all eight bits per byte and thus 		provides less chance of a transmission error and must [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2970610913513858";
/* 336x280, created 3/8/10 */
google_ad_slot = "8166216068";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <table border="1">
<tbody>
<tr>
<th align="LEFT"><tt>?</tt></th>
<td colspan="2"><em>to request <tt>help</tt> or information about  the 		FTP commands</em></td>
</tr>
<tr>
<th align="LEFT"><tt>ascii</tt></th>
<td colspan="2"><em>to set the mode of file transfer to ASCII<br />
(this is 		the default and transmits seven bits per character)</em></td>
</tr>
<tr>
<th align="LEFT"><tt>binary</tt></th>
<td colspan="2"><em>to set the mode of file transfer to binary<br />
(the 		binary mode transmits all eight bits per byte and thus 		provides less chance of a transmission error and must be 		used to transmit files other than ASCII files)</em></td>
</tr>
<tr>
<th align="LEFT"><tt>bye</tt></th>
<td colspan="2"><em>to exit the FTP environment (same as 		<tt>quit</tt>)</em></td>
</tr>
<tr>
<th align="LEFT"><tt>cd</tt></th>
<td colspan="2"><em>to change directory on the remote machine</em></td>
</tr>
<tr>
<th align="LEFT"><tt>close</tt></th>
<td colspan="2"><em>to terminate a connection with another  computer</em></td>
</tr>
<tr>
<td></td>
<th align="LEFT"><tt>close brubeck</tt></th>
<td>closes the current FTP connection with <tt>brubeck</tt>,<br />
but still leaves you within the FTP environment.</td>
</tr>
<tr>
<th align="LEFT"><tt>delete</tt></th>
<td colspan="2"><em>to delete (remove) a file in the current  remote 		directory (same as <tt>rm</tt> in UNIX)</em></td>
</tr>
<tr>
<th align="LEFT"><tt>get</tt></th>
<td colspan="2"><em>to copy one file from the remote machine 		to the local machine</em></td>
</tr>
<tr>
<td></td>
<th align="LEFT"><tt>get ABC DEF</tt></th>
<td>copies file <tt>ABC</tt> in the current remote directory 			to (or on top of) a file named <tt>DEF</tt> in your 			current local directory.</td>
</tr>
<tr>
<td></td>
<th align="LEFT"><tt>get ABC</tt></th>
<td>copies file <tt>ABC</tt> in the current remote directory 			to (or on top of) a file with the same name, 			<tt>ABC</tt>, in your current local directory.</td>
</tr>
<tr>
<th align="LEFT"><tt>help</tt></th>
<td colspan="2"><em>to request a list of all available 		FTP commands</em></td>
</tr>
<tr>
<th align="LEFT"><tt>lcd</tt></th>
<td colspan="2"><em>to change directory on your local machine 		(same as UNIX <tt>cd</tt>)</em></td>
</tr>
<tr>
<th align="LEFT"><tt>ls</tt></th>
<td colspan="2"><em>to list the names of the files in the current 		remote directory</em></td>
</tr>
<tr>
<th align="LEFT"><tt>mkdir</tt></th>
<td colspan="2"><em>to make a new directory within the current 		remote directory</em></td>
</tr>
<tr>
<th align="LEFT"><tt>mget</tt></th>
<td colspan="2"><em>to copy multiple files from the remote 		machine to the local machine;<br />
you are prompted for a <tt>y</tt>/<tt>n</tt> answer before transferring each file</em></td>
</tr>
<tr>
<td></td>
<th align="LEFT"><tt>mget *</tt></th>
<td>copies all the files in the current remote directory 			to your current local directory, using the same 			filenames.  Notice the use of the wild card 			character, <tt>*</tt>.</td>
</tr>
<tr>
<th align="LEFT"><tt>mput</tt></th>
<td colspan="2"><em>to copy multiple files from the local 		machine to the remote machine;<br />
you are prompted for a <tt>y</tt>/<tt>n</tt> answer before transferring each file</em></td>
</tr>
<tr>
<th align="LEFT"><tt>open</tt></th>
<td colspan="2"><em>to open a connection with another computer</em></td>
</tr>
<tr>
<td></td>
<th align="LEFT"><tt>open brubeck</tt></th>
<td>opens a new FTP connection with <tt>brubeck</tt>;<br />
you must enter a username and password 			for a <tt>brubeck</tt> account<br />
(unless it is to be 			an anonymous connection).</td>
</tr>
<tr>
<th align="LEFT"><tt>put</tt></th>
<td colspan="2"><em>to copy one file from the local machine to 		the remote machine </em></td>
</tr>
<tr>
<th align="LEFT"><tt>pwd</tt></th>
<td colspan="2"><em>to find out the pathname of the current 		directory on the remote machine </em></td>
</tr>
<tr>
<th align="LEFT"><tt>quit</tt></th>
<td colspan="2"><em>to exit the FTP environment (same as 		<tt>bye</tt>)</em></td>
</tr>
<tr>
<th align="LEFT"><tt>rmdir</tt></th>
<td colspan="2"><em>to  to remove (delete) a directory in the 		current remote directory </em></td>
</tr>
</tbody>
</table>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/common-ftp-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect FTP Via Command Prompt On Windows</title>
		<link>http://www.2-create-a-website.com/connect-ftp-via-command-prompt-on-windows/</link>
		<comments>http://www.2-create-a-website.com/connect-ftp-via-command-prompt-on-windows/#comments</comments>
		<pubDate>Mon, 31 May 2010 21:23:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[connect ftp command]]></category>
		<category><![CDATA[ftp command windows]]></category>
		<category><![CDATA[ftp prompt windows]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=615</guid>
		<description><![CDATA[


 This is an old method. Most person have FTP Clients like Filezilla or WS-FTP or CuteFTP to connect ftp servers. But what if there is an emergency and you have none of them. So here all you gonna need.
HOW TO CONNECT FTP VIA COMMAND PROMPT IN WINDOWS
1. First of all open command prompt by [...]]]></description>
			<content:encoded><![CDATA[<p>This is an old method. Most person have FTP Clients like Filezilla or WS-FTP or CuteFTP to connect ftp servers. But what if there is an emergency and you have none of them. So here all you gonna need.</p>
<p><strong>HOW TO CONNECT FTP VIA COMMAND PROMPT IN WINDOWS</strong></p>
<p>1. First of all open command prompt by following &#8220;Start &gt; All Programs &gt; Accessories &gt; Command Prompt&#8221; or simply use keyboard shurtcut &#8220;Windows + R&#8221; ( Sheme 1 )</p>
<p>2. Type &#8220;ftp&#8221; and press &#8220;Enter&#8221; ( Sheme 1 )</p>
<div class="wp-caption aligncenter" style="width: 430px"><a href="http://www.photocase.org/photos/anonymous_photos/709-connect-ftp-via-command-prompt-windows---sheme-1.jpg"><img title="Connect FTP Via Command Prompt Windows - Sheme 1" src="http://www.photocase.org/photos/anonymous_photos/709-connect-ftp-via-command-prompt-windows---sheme-1.jpg" alt="Sheme 1" width="420" height="218" /></a><p class="wp-caption-text">Sheme 1</p></div>
<p>3. Following screen will prompt to &#8220;ftp&gt;&#8221;, so now we can use ftp commands to access our server. To open a connection we use &#8220;open&#8221; command. Type &#8220;open&#8221; and press &#8220;Enter&#8221; ( Sheme 2 )</p>
<div class="wp-caption aligncenter" style="width: 692px"><a href="http://www.photocase.org/photos/anonymous_photos/710-connect-ftp-via-command-prompt-windows---sheme-2.jpg"><img title="Connect FTP Via Command Prompt Windows - Sheme 2" src="http://www.photocase.org/photos/anonymous_photos/710-connect-ftp-via-command-prompt-windows---sheme-2.jpg" alt="Sheme 2" width="682" height="349" /></a><p class="wp-caption-text">Sheme 2</p></div>
<p>4. Now Ftp Prompt says &#8220;to&#8221;. This means you&#8217;ve to put destination here. Put the destination to your ftp server end press &#8220;Enter&#8221;. Ex: ftp.example.com ( Sheme 3 )</p>
<div class="wp-caption aligncenter" style="width: 691px"><a href="http://www.photocase.org/photos/anonymous_photos/711-connect-ftp-via-command-prompt-windows---sheme-3.jpg"><img title="Connect FTP Via Command Prompt Windows - Sheme 3" src="http://www.photocase.org/photos/anonymous_photos/711-connect-ftp-via-command-prompt-windows---sheme-3.jpg" alt="Sheme 3" width="681" height="348" /></a><p class="wp-caption-text">Sheme 3</p></div>
<p>5. Now check out Sheme 3 and see prompt asks for username. Put your Ftp Username and press &#8220;Enter&#8221; and of course password and press &#8220;Enter&#8221;</p>
<p>P.S. If something goes wrong with login you can always go back to login part with command &#8220;user&#8221; ( Sheme 4)</p>
<p>6. And we have accessed to our FTP Server. ( Sheme 4)</p>
<div class="wp-caption aligncenter" style="width: 693px"><a href="http://www.photocase.org/photos/anonymous_photos/712-connect-ftp-via-command-prompt-windows---sheme-4.jpg"><img title="Connect FTP Via Command Prompt Windows - Sheme 4" src="http://www.photocase.org/photos/anonymous_photos/712-connect-ftp-via-command-prompt-windows---sheme-4.jpg" alt="Sheme 4" width="683" height="348" /></a><p class="wp-caption-text">Sheme 4</p></div>
<p>Basic commands explained below:</p>
<p>&#8220;dir&#8221; : Basic DOS listing command.</p>
<p>&#8220;ls&#8221; : Similar to DOS command &#8220;dir&#8221;. Lists files for current directory without details.</p>
<p>&#8220;cd&#8221; : To change current directory with another one</p>
<p>&#8220;cd ..&#8221; : Up one directory ( DO NOT forget &#8220;blank&#8221; between &#8220;cd&#8221;  and &#8220;..&#8221; )</p>
<p>&#8220;send&#8221; : Uploads a file from local to server</p>
<p>&#8220;get&#8221; : Download file from server to local</p>
<p>&#8220;bye&#8221; : Disconnects from server and quits FTP Prompt</p>
<p>A full list for Ftp commands will be in next chapter.</p>
<p>Hope will be usefull for all.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/connect-ftp-via-command-prompt-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which FTP program is better?</title>
		<link>http://www.2-create-a-website.com/which-ftp-program-is-better/</link>
		<comments>http://www.2-create-a-website.com/which-ftp-program-is-better/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 02:20:01 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[What are some advantages of using WS FTP?]]></category>
		<category><![CDATA[What is an FTP program]]></category>
		<category><![CDATA[Which FTP program is better ?]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=198</guid>
		<description><![CDATA[In todays days, there are a lot of FTP programs out there.  First comes first, if you don&#8217;t know what is FTP and How it works, then I suggest you take a look at my What is FTP and How Does It Work article.
An FTP program allows you to manage your FTP connection between you [...]]]></description>
			<content:encoded><![CDATA[<p>In todays days, there are a lot of FTP programs out there.  First comes first, if you don&#8217;t know what is FTP and How it works, then I suggest you take a look at my <a href="http://www.2-create-a-website.com/what-is-ftp-and-how-does-it-work">What is FTP and How Does It Work</a> article.</p>
<p>An FTP program allows you to manage your FTP connection between you and your host in a secure and easy way.  Of course when I say secure and easy way I mean WS_FTP program is one of the best programs out there.  I am not affiliated with this company or anything, I just find it very easy to use.</p>
<h2>Which FTP Program should I use to Upload my files?</h2>
<p><a rel="attachment wp-att-567" href="http://www.2-create-a-website.com/which-ftp-program-is-better/ws_ftp-professional/"><img class="alignleft size-full wp-image-567" title="ws_ftp-professional" src="http://www.2-create-a-website.com/wp-content/uploads/2009/04/ws_ftp-professional11.gif" alt="ws_ftp-professional" width="600" height="449" /></a>As 2-create-a-website.com; you should use WS_FTP if you have just started to learn basic needs of it.  This program allows you to do many things in a very simple way.  Nothing very frustrating, you should give it a try.  Even if you don&#8217;t have any idea about it, just open it up and install.  When you establish a connection between your computer and your host, even if you don&#8217;t know what FTP stands for, you can simply figure out everything by taking a simple glance at the program!  YES! It is that easy to figure out what it is and how to use it.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/which-ftp-program-is-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is FTP and How Does it Work?</title>
		<link>http://www.2-create-a-website.com/what-is-ftp-and-how-does-it-work/</link>
		<comments>http://www.2-create-a-website.com/what-is-ftp-and-how-does-it-work/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 04:09:52 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[How does FTP Work?]]></category>
		<category><![CDATA[What is FTP?]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=103</guid>
		<description><![CDATA[









First of all, what is FTP?
FTP (File Transfer Protocol) is the simplest and most secure way to exchange files over the Internet. Whether you know it or not, you most likely use FTP all the time.  More simple or my definition for FTP is, &#8220;To Transfer one file from a computer to another.&#8221;
In our case, [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-0185692569589057";
/* 336x280, olu?turulma 30.03.2009 */
google_ad_slot = "8188706897";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<div><a href="http://www.2-create-a-website.com/wp-content/uploads/2008/11/ftp11.jpg"></a></div>
<div><a href="http://www.2-create-a-website.com/wp-content/uploads/2008/11/ftp11.jpg"></a></div>
<p><a href="http://www.2-create-a-website.com/wp-content/uploads/2008/11/ftp11.jpg"></a></p>
<p style="text-align: center;"><a href="http://www.2-create-a-website.com/wp-content/uploads/2008/11/ftp11.jpg"><br />
</a></p>
<p><a rel="attachment wp-att-570" href="http://www.2-create-a-website.com/what-is-ftp-and-how-does-it-work/what-is-ftp/"><img class="alignleft size-full wp-image-570" title="what-is-ftp" src="http://www.2-create-a-website.com/wp-content/uploads/2009/04/what-is-ftp11.jpg" alt="what-is-ftp" width="200" height="229" /></a><a href="http://www.2-create-a-website.com/wp-content/uploads/2008/11/ftp11.jpg"></a></p>
<h2>First of all, what is FTP?</h2>
<p>FTP (File Transfer Protocol) is the simplest and most secure way to exchange files over the Internet. Whether you know it or not, you most likely use FTP all the time.  More simple or my definition for FTP is, &#8220;To Transfer one file from a computer to another.&#8221;</p>
<p>In our case, it is used to transfer our files to the host computer, you can use a FTP Program to make it easy and simple.  For example the WS_FTP Program is one of the easiest programs to use.</p>
<h2>How does it work?</h2>
<blockquote><p><span style="font-family: Arial;">There is basically 5 steps to performing FTP.</span></p>
<table style="height: 109px;" border="0" cellspacing="0" cellpadding="0" width="669">
<tbody>
<tr valign="top">
<td width="8%"><span style="font-family: Arial;">Step 1:</span></td>
<td width="92%"><span style="font-family: Arial;">Establish a connection to the Internet. (Just as you would if you were browsing)</span></td>
</tr>
<tr valign="top">
<td width="8%"><span style="font-family: Arial;">Step 2:</span></td>
<td width="92%"><span style="font-family: Arial;">Start the program WS_FTP. (You can find this program in the Start menu, under All Programs, in the program group called IPSwitch Ws_ftp).</span></td>
</tr>
<tr valign="top">
<td width="8%"><span style="font-family: Arial;">Step 3:</span></td>
<td width="92%"><span style="font-family: Arial;">Establish a connection to a file resource. (You may need to </span><span style="font-family: Arial;">create a connection profile</span><span style="font-family: Arial;"> if this is the first time that you have used WS FTP)</span></td>
</tr>
<tr valign="top">
<td width="8%"><span style="font-family: Arial;">Step 4;</span></td>
<td width="92%"><span style="font-family: Arial;">Download or Upload your files</span></td>
</tr>
<tr valign="top">
<td width="8%"><span style="font-family: Arial;">Step 5:</span></td>
<td>End the Session</td>
</tr>
</tbody>
</table>
</blockquote>
<h2>How do I use FTP on Internet Explorer?</h2>
<p>First, if you are using IE 7 or higher, you can&#8217;t use it to transfer your website files to the host computer.  However, you can still use the normal system, it&#8217;s easy and simple, instead of openning Internet Explorer page, open up My Documents, or My computer and follow the steps from Step #2.</p>
<blockquote><p>#1- Open up Internet Explorer Browser.</p>
<p>#2-Go to the adress bar and type: ftp://you-website-name.com</p>
<p>#3-Enter your FTP Client pass.</p>
<p>#4-If you are using Windows hosting, go to the folder named HTTPDOCS / If you are a Linux user go to Public_Html folder.</p>
<p>#5-Upload your files to this directory. After you are done, go to http://www.you-website-name.com and check out what you just uploaded.</p></blockquote>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/what-is-ftp-and-how-does-it-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
