<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-1020862919613708931</atom:id><lastBuildDate>Sun, 01 Sep 2024 15:18:15 +0000</lastBuildDate><category>FTP</category><category>TCP</category><category>anonymous</category><category>authenticated</category><category>file transfer protocol</category><category>server</category><title>FTP Server</title><description></description><link>http://ftpserverelcric.blogspot.com/</link><managingEditor>noreply@blogger.com (Ron Tinnel)</managingEditor><generator>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1020862919613708931.post-345149377766944079</guid><pubDate>Wed, 30 Nov 2011 05:29:00 +0000</pubDate><atom:updated>2013-03-03T22:31:41.181-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">anonymous</category><category domain="http://www.blogger.com/atom/ns#">authenticated</category><category domain="http://www.blogger.com/atom/ns#">file transfer protocol</category><category domain="http://www.blogger.com/atom/ns#">FTP</category><category domain="http://www.blogger.com/atom/ns#">server</category><category domain="http://www.blogger.com/atom/ns#">TCP</category><title>FTP Server Introduction</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;title&gt;FTP SERVER INTRODUCTION&lt;/title&gt;
&lt;br /&gt;
&lt;div class=&quot;g-plusone&quot; data-annotation=&quot;inline&quot; data-width=&quot;300&quot;&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
  (function() {
    var po = document.createElement(&#39;script&#39;); po.type = &#39;text/javascript&#39;; po.async = true;
    po.src = &#39;https://apis.google.com/js/plusone.js&#39;;
    var s = document.getElementsByTagName(&#39;script&#39;)[0]; s.parentNode.insertBefore(po, s);
  })();
&lt;/script&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;form&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;input onclick=&quot;window.location.href=&#39;http://goo.gl/Hm4Lb&#39;&quot; type=&quot;BUTTON&quot; value=&quot;HOME PAGE&quot; /&gt; &amp;nbsp;&lt;/span&gt;&lt;/form&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b style=&quot;color: red;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif; font-size: xx-small;&quot;&gt;REVISED: &amp;nbsp;Sunday, March 3, 2013&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: 800;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizwmxZhZ6LKxLlQhwwbieSJG4X4ajMl_cjxDaJR8d7ba1jpySsX4gen4519UIyX74XKZ8qbQphGZb9ExVz5yXXYjlyoK0PWD0teZptqQK_aKXckmjoTO5Imsz6JxnhwocyXrJ1HnMaQPo/s1600/avatar.gif&quot; imageanchor=&quot;1&quot; style=&quot;font-weight: bold; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizwmxZhZ6LKxLlQhwwbieSJG4X4ajMl_cjxDaJR8d7ba1jpySsX4gen4519UIyX74XKZ8qbQphGZb9ExVz5yXXYjlyoK0PWD0teZptqQK_aKXckmjoTO5Imsz6JxnhwocyXrJ1HnMaQPo/s1600/avatar.gif&quot; /&gt;&lt;/a&gt; &lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You will learn some of the fundamentals of the FTP server. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;A computer program which serves the requests of other computer programs is a server. Modern personal computers can be seen as a hive of clients and servers operating in parallel.  The Internet itself is also a hive of clients and servers. &lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;The uploading and downloading of files between computers is performed by&amp;nbsp;&lt;/b&gt;&lt;b&gt;File Transfer Protocol (FTP) which is a Transmission Control Protocol (TCP)&lt;/b&gt;&lt;b&gt;. FTP works on a client server model. The FTP daemon is t&lt;/b&gt;&lt;b&gt;he server component&lt;/b&gt;&lt;b&gt;.&amp;nbsp;&lt;/b&gt;&lt;b&gt;FTP requests from remote clients is continuously monitored by t&lt;/b&gt;&lt;b&gt;he FTP daemon&lt;/b&gt;&lt;b&gt;. T&lt;/b&gt;&lt;b&gt;he FTP daemon&lt;/b&gt;&lt;b&gt;&amp;nbsp;manages the login and sets up the connection&amp;nbsp;&lt;/b&gt;&lt;b&gt;when a request is received&lt;/b&gt;&lt;b&gt;. T&lt;/b&gt;&lt;b&gt;he FTP daemon&lt;/b&gt;&lt;b&gt;&amp;nbsp;executes any of the commands sent by the FTP client&amp;nbsp;&lt;/b&gt;&lt;b&gt;for the duration of the session&lt;/b&gt;&lt;b&gt;.&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;There are two ways to manage access to an FTP server:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;A.  Anonymous&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;Remote clients can access the FTP server&amp;nbsp;&lt;/b&gt;&lt;b&gt;in the Anonymous mode&amp;nbsp;&lt;/b&gt;&lt;b&gt;by using the default user account called &quot;anonymous&quot; or &quot;ftp&quot; and sending an email address as the password.&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: blue;&quot;&gt;B.  Authenticated&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;A user must have an account and a password to use the a&lt;/b&gt;&lt;b&gt;uthenticated mode&lt;/b&gt;&lt;b&gt;. The permissions defined for the account used at login determine the u&lt;/b&gt;&lt;b&gt;ser access, to the FTP server directories and files&lt;/b&gt;&lt;b&gt;. The FTP daemon will hide the root directory of the FTP server and change it to the FTP Home directory. Hence, remote sessions do not have access to the rest of the file system.&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif;&quot;&gt;You have learned some of the fundamentals of the FTP server. &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;b style=&quot;background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; line-height: 9px; text-align: left;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://goo.gl/qi5jw&quot; style=&quot;color: #33aaff;&quot;&gt;Elcric Otto Circle&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;ca-pub-4871588942132101&quot;;
/* One */
google_ad_slot = &quot;8813220342&quot;;
google_ad_width = 336;
google_ad_height = 280;
//&lt;/script&gt;
--&amp;gt; &lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;ca-pub-4871588942132101&quot;;
/* Two */
google_ad_slot = &quot;8243854886&quot;;
google_ad_width = 336;
google_ad_height = 280;
//&lt;/script&gt;
--&amp;gt; &lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
google_ad_client = &quot;ca-pub-4871588942132101&quot;;
/* Three */
google_ad_slot = &quot;7921082405&quot;;
google_ad_width = 336;
google_ad_height = 280;
//&lt;/script&gt;
--&amp;gt; &lt;script src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;form&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: xx-small;&quot;&gt;&lt;input onclick=&quot;window.location.href=&#39;http://goo.gl/Hm4Lb&#39;&quot; type=&quot;BUTTON&quot; value=&quot;HOME PAGE&quot; /&gt;  &lt;/span&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;h1 style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;color: red;&quot;&gt;How to Link to My Home Page&lt;/span&gt;&lt;/h1&gt;
&lt;form action=&quot;http://www.example.com/&quot;&gt;
&lt;label for=&quot;linkcode&quot;&gt;
To link to &quot;MY Home Page&quot; from your website, simply copy and paste the following code into your website HTML page:
&lt;/label&gt;
&lt;textarea cols=&quot;43&quot; id=&quot;linkcode&quot; onclick=&quot;this.focus();this.select();&quot; readonly=&quot;readonly&quot; rows=&quot;5&quot; title=&quot;Select the text here, click your right mouse button, click the Copy menu item, and paste it into your web page in HTML source mode&quot;&gt;&lt;p&gt;
&lt;a href=&quot;http://goo.gl/Hm4Lb&quot; target=&quot;_top&quot;&gt;&quot;Link to: ELCRIC OTTO CIRCLE&#39;s Home Page&quot;&lt;/a&gt;&lt;/p&gt;
&lt;/textarea&gt;
&lt;/form&gt;
&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;It will appear on your website as:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;a href=&quot;http://goo.gl/Hm4Lb&quot; target=&quot;_top&quot;&gt;&quot;Link to: ELCRIC OTTO CIRCLE&#39;s Home Page&quot;&lt;/a&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://ftpserverelcric.blogspot.com/2011/11/revised-november-20-2011.html</link><author>noreply@blogger.com (Ron Tinnel)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizwmxZhZ6LKxLlQhwwbieSJG4X4ajMl_cjxDaJR8d7ba1jpySsX4gen4519UIyX74XKZ8qbQphGZb9ExVz5yXXYjlyoK0PWD0teZptqQK_aKXckmjoTO5Imsz6JxnhwocyXrJ1HnMaQPo/s72-c/avatar.gif" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>