<?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>CuteFTP Guide</title>
	<atom:link href="http://www.cuteftpguide.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cuteftpguide.com</link>
	<description>Your CuteFTP Software Guide. Help, Tips, Tricks and maybe Secrets...</description>
	<lastBuildDate>Thu, 10 May 2012 09:11:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SFTP &#8211; When Security Matters</title>
		<link>http://www.cuteftpguide.com/definitions/sftp-when-security-matters/</link>
		<comments>http://www.cuteftpguide.com/definitions/sftp-when-security-matters/#comments</comments>
		<pubDate>Thu, 10 May 2012 09:08:39 +0000</pubDate>
		<dc:creator>mae@softwarecasa.com</dc:creator>
				<category><![CDATA[About CuteFTP]]></category>
		<category><![CDATA[Definitions]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[CuteFTP]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[SFTP]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=341</guid>
		<description><![CDATA[FTP (File Transfer Protocol) is quite a long standing internet protocol. It owes much of its success to client software such as CuteFTP, which enable simple uploading and downloading of files. However, the internet has changed dramatically since FTP was first devised. As a result, the standard FTP protocol has a few foibles that were not [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<h3><img class="alignleft  wp-image-344" src="http://www.cuteftpguide.com/wp-content/uploads/2012/05/5-10-2012-2-39-06-AM.png" alt="" width="216" height="91" /><em>FTP (File Transfer Protocol) is quite a long standing internet protocol. It owes much of its success to client software such as <a href="http://www.softwarecasa.com/cuteftp.html">CuteFTP</a>, which enable simple uploading and downloading of files.</em></h3>
<p>However, the internet has changed dramatically since FTP was first devised. As a result, the standard FTP protocol has a few foibles that were not envisioned when it was first developed, but FTP clients such as CuteFTP are able to solve these and provide an all round solution for the modern IT professional.</p>
<p>One of the main problems regarding FTP is that it was never really designed to be a secure protocol, especially compared to modern internet security requirements. As a result, FTP can become vulnerable to malicious attacks, such as brute force attacks, packet sniffing, or port stealing.This is because standard FTP cannot encrypt its traffic, so information such as usernames and passwords can be read by anybody performing a packet sniffing attack on a network.</p>
<h2>Need for Security</h2>
<p>For some users, the need for security is an essential. Ensuring networks have password encryption, <a href="http://www.money.co.uk/broadband.htm" target="_blank">cable providers</a> have adequate firewalls, and systems are all running anti-virus software is now part and parcel of good network security.</p>
<p>Because users access FTP servers over the internet, they can be left exposed to attack, which is why FTP clients such as CuteFTP use secure versions of FTP that prevent such security problems.</p>
<h2>Secure File Transfer Protocol</h2>
<p><a href="http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol" target="_blank">Secure File Transfer Protocol</a> (SFTP) is technically not related to FTP. However, as it has a similar command set to FTP most people refer to SFTP as a secure form of FTP. SFTP can do pretty much everything FTP can, such as uploading and downloading files, and transferring data.However, many standard FTP clients can’t talk to SFTP servers, and many SFTP clients can’t talk to FTP servers. Fortunately, CuteFTP can, which makes it ideal for people concerned about security.</p>
<p>SFTP uses the Secure Shell Protocol (SSH) for uploading and downloading files and transferring information.<em> </em>SSH encrypts the client commands and the data, which prevents any sensitive information such as usernames and passwords from being read by anybody that intercepts the transfer, enabling peace of mind when transmitting over the internet or an open network.</p>
<p>This in essence turns the SFTP transfer into a perfectly safe and private data stream that only authorized users can gain access to.</p>
<p>While the main purpose of SFTP is to transfer data securely over the internet, it can also provide access to the file system on the SFTP server. Because SFTP encrypts the transfer connection between the user’s computer and the SFTP server, any data transferred is as secure as other forms of data transfer such as HTTPS (Hyper Text Transfer Protocol Secure), which is often used by online banks and other organizations that require extreme security.</p>
<h2><strong>Fingerprints</strong></h2>
<p>As an added measure of security, SFTP utilizes an encrypted fingerprint system, which ensures the SFTP connection is exchanging data with the right server. During the first connection, the SFTP server asks the client for confirmation before it provides a secure fingerprint key. Once the user confirms the server is the correct one, the SFTP server sends this fingerprint information, which enables a user to check each time he or she connects to the server that no unauthorized user is sitting between them and SFTP server and trying to intercept information.</p>
<h2><strong>Going secure with CuteFTP</strong></h2>
<p><a href="http://www.softwarecasa.com/cuteftp.html">CuteFTP</a> is an ideal client for use in secure environments. Not only does CuteFTP make use of SFTP and permit secure connections to SFTP servers, but it also makes use of other secure protocols too, including:</p>
<ul>
<li><strong>FTPS - </strong>An extension of standard FTP, which provides support for TLS (Transport Layer Security) and SSL (Secure Sockets Layer) cryptographic protocols for encrypting data streams</li>
<li><strong>OpenPGP Encryption</strong><em> </em>- an automatic encryption and decryption system for secure data transfer.</li>
<li><strong>HTTPS - </strong>A secure form of HTTP (Hyper Text Transfer Protocol), which uses SSL standards.</li>
<li><strong>OTP -</strong><em> </em>One Time Password authentication for secure logins.</li>
</ul>
<p>Because of the security measures provided with the CuteFTP client, it is the ideal solution for all sorts of applications where security is a concern. CuteFTP enables easy, fast and secure file transfer, making CuteFTP perhaps the best FTP client for IT professionals and those serious about security.</p>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_1156" class="wp-caption alignleft" style="width: 510px;">
<dd class="wp-caption-dd">On <a href="http://www.cuteftpguide.com">CuteFTP Guide </a>you get tips and tricks on how to get the most out of your CuteFTP Software.</dd>
</dl>
</div>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/definitions/sftp-when-security-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Explained</title>
		<link>http://www.cuteftpguide.com/definitions/ftp-explained/</link>
		<comments>http://www.cuteftpguide.com/definitions/ftp-explained/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 09:24:44 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Definitions]]></category>
		<category><![CDATA[explain ftp]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp explained]]></category>
		<category><![CDATA[ftp features]]></category>
		<category><![CDATA[ftp how does it work]]></category>
		<category><![CDATA[what is ftp]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=322</guid>
		<description><![CDATA[The letters FTP stand for File Transfer Protocol, and that&#8217;s exactly what FTP allows you to do &#8211; transfer files from place to place. The most common use for FTP is to download files from the Internet to ftp servers. When downloading a file from the Internet you’re actually transferring the file to your computer from another computer over the Internet. Most often, a [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-326" title="what is ftp" src="http://www.cuteftpguide.com/wp-content/uploads/2012/01/whatisftp.png" alt="" width="135" height="125" />The letters <strong>FTP</strong> stand for File Transfer Protocol, and that&#8217;s exactly what FTP allows you to do &#8211; transfer files from place to place.</p>
<p>The most common use for FTP is to <em>download</em> files from the Internet to ftp servers. When <em>downloading</em> a file from the Internet you’re actually <em>transferring</em> the file to your computer from another computer over the Internet.</p>
<p>Most often, a computer with an FTP address is dedicated to receive an FTP connection. Just as a computer that is setup to host Web pages is referred to as a <em>Web server</em> or <em>Website</em>, a computer dedicated to receiving an FTP connection is referred to as an <em>FTP server</em> or <em>FTP site</em>.</p>
<p>The virtual ‘key’ to get into an FTP site is the <em>UserID</em> and <em>Password</em>. If the creator of the FTP site is willing to give everyone access to the files, the <em>UserID</em> is ‘anonymous’ and the <em>Password</em> is your e-mail address (e.g. name@domain.com). If the FTP site is not public, there will be a unique <em>UserID</em> and <em>Password</em> for each person who is granted access.</p>
<p>When connecting to an FTP site that allows <em>anonymous</em> logins, you’re frequently not prompted for a name and password. Hence, when<em> downloading</em> from the Internet, you most likely are using an anonymous FTP login and you don’t even know it.</p>
<p>To make an FTP connection you can use a standard Web browser (Internet Explorer, Firefox, etc.) or a dedicated FTP software program, referred to as an FTP ‘Client’.</p>
<p><img class="alignleft size-full wp-image-323" title="CuteFTP" src="http://www.cuteftpguide.com/wp-content/uploads/2012/01/cuteftp_box.jpg" alt="" width="132" height="186" /></p>
<p>Today many people use a sophisticated FTP client to get files to and from their web sites. You just launch the program, enter some basic information (such as the site address, account name and password) and connect. Once connected, you can usually just drag and drop files from your own hard drive to the site.</p>
<p>Our preferred solution for FTP transfers is <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html">CuteFTP</a>. This software boasts with a lot of added functionality and is one of the most advanced yet easy to use ftp software.</p>
<p><a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html">Check out CuteFTP here!</a></p>
<blockquote><p><a href="http://www.cuteftpguide.com">CuteFTP Guide</a> is a blog about FTP in general and how to get the most out of your CuteFTP software.</p></blockquote>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/definitions/ftp-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Search Engines</title>
		<link>http://www.cuteftpguide.com/general/ftp-search-engine-sites/</link>
		<comments>http://www.cuteftpguide.com/general/ftp-search-engine-sites/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 06:01:47 +0000</pubDate>
		<dc:creator>mae@softwarecasa.com</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[File Search]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[FTP Download]]></category>
		<category><![CDATA[FTP File Search]]></category>
		<category><![CDATA[FTP Indexer]]></category>
		<category><![CDATA[FTP Search]]></category>
		<category><![CDATA[ftp search engine]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=259</guid>
		<description><![CDATA[FTP (File Transfer Protocol) search engine is used in transferring data through a network, making the transfer from a computer to a different computer easier and much faster. Here are some FTP search engines where you can access.
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cuteftpguide.com/wp-content/uploads/2011/11/frpsearch.png"><img class="alignleft size-full wp-image-267" title="frpsearch" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/frpsearch.png" alt="" width="169" height="168" /></a><strong></strong></p>
<p>Looking for a great FTP Search engine? Below we have compiled a list of the best FTP Search engines available online.</p>
<p>If you know of another, please don&#8217;t hesitate to comment and I&#8217;ll be sure to include it on this list.</p>
<p>Happy FTP Searching!</p>
<p><strong>The following sites provide FTP Search Engines:</strong></p>
<p>&nbsp;</p>
<p><strong></strong><strong><a href="http://globalfilesearch.com/" target="_blank"><img class="alignleft size-full wp-image-292" title="Global File Search" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-12-59-AM.png" alt="" width="158" height="101" /></a><a href="http://globalfilesearch.com/" target="_blank">G</a><a href="http://globalfilesearch.com/" target="_blank">lobal File Search</a></strong> is a very big FTP search engine. They have a new feature that can scan recent FTP server which is visited by people making this latest feature informative and very helpful.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><a href="http://www.mmnt.ru/int/" target="_blank"><img class="alignleft  wp-image-293" title="Mamont" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-00-46-AM.png" alt="" width="166" height="103" /></a></strong><strong><a href="http://www.mmnt.ru/int/" target="_blank">Mamont</a></strong> is a Russian file search engine. Some say that this search engine is the biggest FTP search engine use to finding FTP servers.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><a href="http://www.ftpsearch.net/" target="_blank"><img class="alignleft size-full wp-image-294" title="FTP Search" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-09-11-AM.png" alt="" width="161" height="101" /></a></strong><strong><a href="http://www.ftpsearch.net/" target="_blank">FTP search</a></strong> is a FTP search engine used to finding downloads for free. Free images, mp3s, freeware or shareware files found on the net.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><a href="http://www.searchftps.com/indexer/search.aspx" target="_blank"><img class="alignleft size-full wp-image-295" title="Napalm" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-03-59-AM.png" alt="" width="152" height="97" /></a></strong></p>
<p><strong><a href="http://www.searchftps.com/indexer/search.aspx" target="_blank">Napalm FTP indexer</a></strong> is the mostly maintained by their members and has a decent search engine for FTP search engine and FTP indexer.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.filewatcher.com/" target="_blank"><img class="alignleft size-full wp-image-296" title="File Watcher" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-08-32-AM.png" alt="" width="168" height="106" /></a></p>
<p><strong><a href="http://www.filewatcher.com/" target="_blank">File Watcher</a></strong> is a FTP search engine can be easily used to find contents and directories.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.findfiles.com/" target="_blank"><img class="alignleft size-full wp-image-297" title="File Searching" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-20-47-AM.png" alt="" width="168" height="106" /></a><strong></strong></p>
<p>&nbsp;</p>
<p><strong><a href="http://www.findfiles.com/" target="_blank">FileMirrors </a></strong>- Anonymous URL sharing and file searching service.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.search-22.com/downloads/ftp_search.php" target="_blank"><img class="alignleft size-full wp-image-299" title="Search 22" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-18-35-AM.png" alt="" width="168" height="106" /></a><strong></strong></p>
<p><strong> </strong></p>
<p><strong><a href="http://www.search-22.com/downloads/ftp_search.php" target="_blank">Search 22</a></strong> &#8211;  All-in-one FTP search page. Links to top FTP search engines, FTP servers and file download sites</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.oth.net " target="_blank"><img class="alignleft size-full wp-image-300" title="Oth.net" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/12-22-2011-5-21-58-AM.png" alt="" width="168" height="106" /></a></p>
<p><strong><a href="http://www.oth.net/" target="_blank">Oth.net</a></strong> &#8211;  The Media Search Engine</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://ftp.sunet.se/ftpsearch.html" target="_blank"><img class="alignleft  wp-image-311" title="ftp swedish" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/ftp-swedish.png" alt="" width="160" height="102" /></a><strong><a href="http://ftp.sunet.se/ftpsearch.html " target="_blank">FTP search v3.4 Sweden</a></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.searchlores.org/ftp.htm" target="_blank"><img class="alignleft  wp-image-312" title="Ye Olde FTP" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/Ye-Olde-FTP.png" alt="" width="158" height="98" /></a></p>
<h3></h3>
<p><strong><a href=" http://www.searchlores.org/ftp.htm" target="_blank">FTP Search Lore</a></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://rpm.pbone.net/" target="_blank"><img class="alignleft  wp-image-314" title="RPM" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/rp.png" alt="" width="160" height="100" /></a></p>
<p><a href="http://rpm.pbone.net/" target="_blank"><strong>RPM</strong></a> - Offers search in RPMs content and search of ftp servers</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://findfile.net/ " target="_blank"><img class="alignleft  wp-image-316" title="findfile" src="http://www.cuteftpguide.com/wp-content/uploads/2011/11/findfile.png" alt="" width="160" height="100" /></a></p>
<p><strong><a href="http://findfile.net/ " target="_blank">Find File</a></strong> - Search more than 800 Mio files. Download documents &amp; ebooks, videos &amp; images and etc.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_1156" class="wp-caption alignleft" style="width: 510px;">
<dd class="wp-caption-dd">On <a href="http://www.cuteftpguide.com">CuteFTP Guide </a>you get tips and tricks on how to get the most out of your CuteFTP Software.</dd>
</dl>
</div>
<p>&nbsp;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/general/ftp-search-engine-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upload Files using CuteFTP</title>
		<link>http://www.cuteftpguide.com/tutorial/how-to-upload-files-using-cuteftp/</link>
		<comments>http://www.cuteftpguide.com/tutorial/how-to-upload-files-using-cuteftp/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:34:43 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cuteftp home]]></category>
		<category><![CDATA[cuteftp pro]]></category>
		<category><![CDATA[cuteftp professional]]></category>
		<category><![CDATA[cuteftp tutorial upload file]]></category>
		<category><![CDATA[how to upload files using cuteftp]]></category>
		<category><![CDATA[upload files using cuteftp tutorial]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=176</guid>
		<description><![CDATA[Hello There, Hope you are enjoying our series of tutorials and that your CuteFTP skills are improving every day. If you are reading this and do not yet own a copy or are simply curious, CuteFTP is a File Transfer Protocol client that is used to transfer files from your computer to other File Transfer [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><p style="text-align: left; padding: 0; margin: 0 0 5px 0"><script type="text/javascript"><!--
google_ad_client = "pub-7106131720193767";
google_ad_slot = "2154573927";
google_ad_width = 468;
google_ad_height = 15;
//--></script>

<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p><br />
<a title="CuteFTP" href="http://www.cuteftpguide.com/" target="_self"><img class="alignleft size-full wp-image-177" title="upload" src="http://www.cuteftpguide.com/wp-content/uploads/2009/09/upload.jpg" alt="upload" width="138" height="86" border="0" align="left" style="margin-right: 10px" /></a>Hello There,</p>
<p>Hope you are enjoying our series of tutorials and that your CuteFTP skills are improving every day.</p>
<p>If you are reading this and do not yet own a copy or are simply curious,  <strong><a title="CuteFTP" href="http://softwarecasa.com/cuteftp.html" target="_self">CuteFTP</a></strong> is a File Transfer Protocol client that is used to transfer files from your computer to other File Transfer Protocol servers, be it downloading images, music or software, or transferring small or large files, <strong>CuteFTP gets the job done always</strong>. <a title="Cuteftp " href="http://softwarecasa.com/cuteftp.html" target="_self">Read more&#8230;</a></p>
<p>For CuteFTP newbies out there who are still on the verge of learning the ABC&#8217;s of CuteFTP.  I&#8217;m happy to give you this tutorial about one of the very basic functions of CuteFTP -  &#8216;to upload files&#8217;.  You may also check out all our other tutorials in the previous posts once you have a hang of this one.</p>
<p>In this tutorial, I&#8217;m using CuteFTP Home but you can use the same steps  in case you are using <a title="CuteFTP lite" href="http://softwarecasa.com/cuteftp.html" target="_self">CuteFTP Lite</a>, <a title="CuteFTP professional" href="http://softwarecasa.com/cuteftp.html" target="_self">Professional</a> or <a title="Cuteftp Mac" href="http://softwarecasa.com/cuteftp.html" target="_self">Mac</a>.</p>
<p>Before you can start uploading files to a web server, you should create an FTP site.</p>
<p><strong>How do you Create an FTP Site?<br />
</strong></p>
<p><strong>- There are three ways to create a new FTP site:</strong></p>
<p><img class="alignleft size-full wp-image-181" title="newftpsite1" src="http://www.cuteftpguide.com/wp-content/uploads/2009/09/newftpsite1.jpg" alt="newftpsite1" width="179" height="124" /><em></em></p>
<p><em>1. <strong>File </strong>&gt; <strong>New </strong>&gt; <strong>FTP Site</strong>;</em></p>
<p><em><br />
2. Click on the <strong>New </strong>button on top &gt; <strong>FTP Site</strong>; or</em></p>
<p><em><br />
3. Press <strong>CTRL + N</strong> on your keyboard</em>.</p>
<p><span style="color: #ffffff;">IMAGE</span></p>
<p><strong>- Next Complete the  the following:</strong></p>
<p><em>1. Your desired <strong>Label.</strong></em></p>
<p><em><strong></strong><br />
2. Your<strong> Host Address</strong>, it can be a domain (i.e. www.example.com) or an IP address like 111.222.333.444. (This can be obtained from your hosting company)</em></p>
<p><em><br />
3. The <strong>Username </strong>and <strong>Password </strong>of that host. (also obtain from your hosting company if you do not already have this info)</em></p>
<p><em><br />
4. <strong>Comments </strong>(optional)</em></p>
<p><strong>- Click Connect </strong></p>
<p>Once you are successfully connected to the FTP site, you should see all the contents of the FTP site on the the right-hand side.  Now, you are ready to upload files.</p>
<p><img class="alignleft size-full wp-image-191" title="upload_file" src="http://www.cuteftpguide.com/wp-content/uploads/2009/09/upload_file.jpg" alt="upload_file" width="284" height="312" /></p>
<p><strong>HOW TO UPLOAD FILES USING CUTEFTP<br />
</strong></p>
<p><strong>- There are two ways to upload a file:</strong></p>
<p>1.  Drag-and-drop the files you want to upload.</p>
<p>Just<strong> click on a file</strong> &gt; <strong>hold down the left mouse</strong> button &gt; <strong>drag the file</strong> to the Web server side &gt; and <strong>drop</strong> it in the folder you want.</p>
<p>2. On the left-hand side (files on your local disk (computer), <strong>click on a file</strong> &gt; <strong>click the right mouse</strong> button &gt; select <strong>Upload</strong>.</p>
<p><img class="aligncenter size-full wp-image-192" title="upload_success" src="http://www.cuteftpguide.com/wp-content/uploads/2009/09/upload_success.jpg" alt="upload_success" width="529" height="35" /></p>
<p>You will see the upload progress as show in the image above, when it&#8217;s already 100% that means the upload was successful and you will then see the uploaded file on the Web server side.</p>
<p><strong>Congratulations! You made it!</strong></p>
<p>Until Next Time stay connected for our next Tutorial <img src='http://www.cuteftpguide.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Peter &#8211; Your CuteFTP Guide</p>
<p><strong><br />
</strong></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/tutorial/how-to-upload-files-using-cuteftp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Download and Install CuteFTP</title>
		<link>http://www.cuteftpguide.com/tutorial/how-to-download-and-install-cuteftp/</link>
		<comments>http://www.cuteftpguide.com/tutorial/how-to-download-and-install-cuteftp/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:26:03 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[how to download cuteftp]]></category>
		<category><![CDATA[how to install cuteftp]]></category>
		<category><![CDATA[tutorial download cuteftp]]></category>
		<category><![CDATA[tutorial install cuteftp]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=195</guid>
		<description><![CDATA[Hello Friends, Today am starting from the roots if you are new to CuteFTP this is for you. CuteFTP is a File Transfer Protocol (FTP) client used to transfer files between your computer and File Transfer Protocol (FTP) servers. Whether you are publishing a Web page, downloading the latest digital images, music, or software, or [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><p style="text-align: left; padding: 0; margin: 0 0 5px 0"><script type="text/javascript"><!--
google_ad_client = "pub-7106131720193767";
google_ad_slot = "2154573927";
google_ad_width = 468;
google_ad_height = 15;
//--></script>

<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p><br />
<img class="alignleft size-full wp-image-197" title="howtodownload" src="http://www.cuteftpguide.com/wp-content/uploads/2009/09/howtodownload.jpg" alt="howtodownload" width="161" height="164"  border="0" align="left" style="margin-right: 10px"  />Hello Friends,</p>
<p>Today am starting from the roots if you are new to CuteFTP this is for you.</p>
<p><a title="CuteFTP" href="http://softwarecasa.com/cuteftp.html" target="_self">CuteFTP</a> is a File Transfer Protocol (FTP) client used to transfer files between your computer and File Transfer Protocol (FTP) servers. Whether you are publishing a Web page, downloading the latest digital images, music, or software, or if you are just transferring large files between your home and office, <strong>CuteFTP gets the job done every time</strong>.</p>
<p>As a continuation to the CuteFTP Tutorial Series, I will show you <strong>How to download and install CuteFTP</strong> the right way without any problems.</p>
<p><strong>To Download:</strong></p>
<p>1. Create a new folder on your desktop, give it a name that you will remember e.g CuteFTP Download</p>
<p>2. Copy and Paste the download address  provided for your software into your internet browser and press return.  This is usually sent to you by the store where you bought it via an email along with your license key. (<em>To Copy &#8211; highlight the information CTRL +C to Paste CTRL + V)</em></p>
<p>3. Once you get the download prompt, select <strong>Save as</strong>.</p>
<p>4. Save the file in the folder you created in Step 1.</p>
<p>5. When the file is fully downloaded, just double-click to start installation.</p>
<p><strong>To Install</strong>(see bottom image for reference)<strong>:</strong></p>
<p>1. Open the folder where you saved the download CuteFTP.</p>
<p>2. Double-click on the CuteFTP installation icon (in .exe file).</p>
<p>3. On the Welcome Screen, click <strong>Next</strong>.</p>
<p>4. Read the license agreement, if you&#8217;re done, click <strong>Yes </strong>to proceed.</p>
<p>5. <strong>Browse location</strong> where you want your files to be saved, click <strong>Next</strong>.</p>
<p>6. Choose <strong>Setup type</strong>, click <strong>Next</strong>. This will start the<br />
performing the necessary operations, wait for it to finish.</p>
<p>7. Click <strong>Finish</strong>.</p>
<p>That&#8217;s all there is to it!</p>
<p>If you are interested in purchasing  a download and a license for CuteFTP 8, you can  <a href="http://softwarecasa.com/cuteftp.html" target="_self">go here</a>.</p>
<p>Or if you already own an  older version of CuteFTP you may <a href="http://softwarecasa.com/cuteftp-upgrade.html" target="_self">upgrade here</a>.</p>
<p>Until Next Time <img src='http://www.cuteftpguide.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Peter &#8211; Your CuteFTP Guide</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/tutorial/how-to-download-and-install-cuteftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CuteFTP Pro &#8211; File Transfer Options</title>
		<link>http://www.cuteftpguide.com/about-cuteftp/cuteftp-pro-file-transfer-options/</link>
		<comments>http://www.cuteftpguide.com/about-cuteftp/cuteftp-pro-file-transfer-options/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 23:30:32 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[About CuteFTP]]></category>
		<category><![CDATA[CuteFTP Features]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=132</guid>
		<description><![CDATA[Hello Friends, Today we are going to look at the different file transfer options available with CuteFTP Professional. With CuteFTP Professional you can securely and reliably transfer files over industry standard protocols including FTP, FTPS, HTTP, HTTPS and SSH. It&#8217;s the right choice when you want the ultimate in power, performance and security. You may [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><p style="text-align: left; padding: 0; margin: 0 0 5px 0"><script type="text/javascript"><!--
google_ad_client = "pub-7106131720193767";
google_ad_slot = "2154573927";
google_ad_width = 468;
google_ad_height = 15;
//--></script>

<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p><br />
Hello Friends,</p>
<p>Today we are going to look at the different file transfer options available with CuteFTP Professional.</p>
<p>With <a title="CuteFTP professional" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Professional </a>you can securely and reliably transfer files over industry standard protocols including <strong>FTP, FTPS, HTTP, HTTPS</strong> and <strong>SSH</strong>. It&#8217;s the right choice when you want the ultimate in power, performance and security. You may <a title="CuteFTP " href="http://www.softwarecasa.com/cuteftp.html" target="_self">Compare the CuteFTP Edition here at bottom of page.<br />
</a></p>
<p><strong>File Transfer Options with CuteFTP Professional include: </strong></p>
<p><strong>Standard Transfer</strong><br />
This is the very basic way to do it you manually drag and drop the file from one point to another.  This is called the <em>Standard Transfer Method</em>.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_simple_transfer.gif" alt="" width="450" height="240" /></p>
<p><strong>Scheduled Transfer</strong><br />
With <a title="CuteFTP pro" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Pro</a> files can also be transferred automatically with the help of the <em>Schedule Transfer Tool</em> you simply indicate the exact time and date of a file to be transferred to another location in a later date including the recurrence of file transfer in a specific interval specified.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_schedule.gif" alt="" width="275" height="199" /></p>
<p><strong>Site to Site Transfer</strong><br />
Site to Site Transfer also called <em>FXP (File Exchange Protocol)</em> is another option  you can transfer files from one server to another bypassing computers altogether and saving time.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_fxp.gif" alt="" width="414" height="287" /></p>
<p><strong>Resuming Transfer</strong><br />
One of the great things when transferring files with <a title="CuteFTP pro" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Pro</a> is  that it automatically detects broken file transfers and immediately resumes from where it had stopped.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_resume.gif" alt="" width="418" height="106" /></p>
<p><strong>Queue Transfer</strong><br />
Transferring files with CuteFTP Pro is very manageable.  You can queue files and folders for future transfers and manage the order of each item according to it&#8217;s priority.  Including tracking status of each item, scheduling, and modifying item properties.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_queue.gif" alt="" width="450" height="127" /></p>
<p><strong>Maximize Transfer</strong><br />
<a title="CuteFTP pro" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Pro</a> is the only FTP client that performs multi-part uploads which splits a single download file and recombines them in the end, allowing you to increase your file transfer by 300%.</p>
<p><em>Multi-part file transfer<br />
</em><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_mp_xfer_1.gif" alt="" width="450" height="132" /></p>
<p><em>Single file transfer</em><br />
<img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_mp_xfer_2.gif" alt="" width="431" height="77" /></p>
<p><strong>Simultaneous Transfer</strong><br />
You can also Transfer files to different sites simultaneously.  Most FTP clients do not have this facility but with CuteFTP Pro each file transfer to each site is done separately in different windows that can be viewed tiled, cascaded or accessed directly by clicking it&#8217;s tab.<br />
<img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_multi_connect.gif" alt="" width="450" height="237" /></p>
<p><strong>Compressed/Decompress Transfer</strong><br />
With <a title="Cuteftp pro" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Pro</a> you can upload a file compressed and you can also decompress downloaded archives as well.<br />
<img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_compressed.gif" alt="" width="444" height="284" /></p>
<p><strong>Guaranteed Transfers</strong><br />
<a title="Cuteftp Pro" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Pro</a> performs <em>CRC (Cyclic Redundancy Checks) checks</em>, so you can guarantee each completed mission critical data transfer by verifying the integrity.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_xcrc.gif" alt="" width="448" height="250" /></p>
<p><strong>Overwrite Rules</strong><br />
It also automatically prompts you to take action each time it detects matching files and folders.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_overwrite.gif" alt="" width="418" height="157" /></p>
<p><strong>Auto-Rename Transfer</strong><br />
It also allows you to automatically rename file names, extensions or case while transferring the files.</p>
<p><img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_rename_settings.gif" alt="" width="328" height="154" /></p>
<p><strong>Advanced Transfer</strong><br />
And there are more advanced options to configure with <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Pro</a> for surefire file transfer.<br />
<img class="alignleft" src="http://www.globalscape.com/assets/images/screenshots/tour_cftp6_transfer_settings.gif" alt="" width="382" height="235" /></p>
<p><strong>Right-Click Shell Integration</strong><br />
Last but not  least, you can even transfer your file with just a click of a button.<br />
<img class="aligncenter" src="http://www.globalscape.com/assets/images/screenshots/tour_cftppro_shell-integration.gif" alt="" width="249" height="197" /></p>
<p>With all the options above am sure you woule like to checkout and get yourself <a href="http://www.softwarecasa.com/cuteftp.html">CuteFTP Pro</a> so you can transfer files confidently with no worries.</p>
<p>If you own an old version of CuteFTP you may <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp-upgrade.html" target="_self">request  CuteFTP 8.0 upgrade</a> to enjoy the full potential of this powerful tool.</p>
<p>Until Next Time <img src='http://www.cuteftpguide.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Peter &#8211; Your CuteFTP Guide</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/about-cuteftp/cuteftp-pro-file-transfer-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CuteFTP Support &#8211; Unable to Connect to Server</title>
		<link>http://www.cuteftpguide.com/general/cuteftp-unable-to-connect-to-server/</link>
		<comments>http://www.cuteftpguide.com/general/cuteftp-unable-to-connect-to-server/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:01:33 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cute ftp]]></category>
		<category><![CDATA[Cute FTP home]]></category>
		<category><![CDATA[CuteFTP]]></category>
		<category><![CDATA[cuteftp home]]></category>
		<category><![CDATA[cuteftp pro]]></category>
		<category><![CDATA[cuteftp support]]></category>
		<category><![CDATA[globalscape cuteftp]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=105</guid>
		<description><![CDATA[Hello There, Before I assume that everyone reading this knows about CuteFTP  I will share it again. Cute FTP is a File Transfer Protocol (FTP) client used to transfer files between your computer and File Transfer Protocol (FTP) servers. We recently started a series of Tutorials on using CuteFTP.  But today we will tackle one [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a title="CuteFTP Guide" href="http://www.cuteftpguide.com/" target="_self"><span style="font-family: Arial,sans-serif;"><img class="alignleft size-full wp-image-106" title="connect2server" src="http://www.cuteftpguide.com/wp-content/uploads/2009/06/connect2server.jpg" alt="connect2server" width="265" height="57" /></span></a></p>
<p>Hello There,</p>
<p>Before I assume that everyone reading this knows about CuteFTP  I will share it again. <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">Cute FTP</a> is a File Transfer Protocol (FTP) client used to transfer files between your computer and File Transfer Protocol (FTP) servers.</p>
<p>We recently started a series of Tutorials on using CuteFTP.  But today we will tackle one of the most common support questions received from CuteFTP users.</p>
<p>It is usually encountered by <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP</a> users when they upgrade to Windows XP SP2 and then try to connect to the server, it fails! This happens because right after the installation, the Windows Firewall automatically blocks unsolicited connections to your computer and vice versa and also the ports needed to be able to connect to the FTP server.</p>
<p>There&#8217;s only one solution to this, and that is to <strong>configure the Windows Firewall settings and add the port necessary to connect to any FTP server. </strong>Here&#8217;s the work-around on how to allow incoming connections through port 21:</p>
<p>* NOTE: Port 21 – a reserved port in TCP/IP networking utilized by the FTP. <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP</a> starts a session to be able to connect to this port on FTP server, in the same way that the server responds via the port 21 with messages prompting the client for a username and password.</p>
<p style="margin-bottom: 0in; font-style: normal;" align="left"><img class="alignleft size-full wp-image-107" title="firewall_settings" src="http://www.cuteftpguide.com/wp-content/uploads/2009/07/firewall_settings.jpg" alt="firewall_settings" width="524" height="653" /></p>
<p>1.  Open Control Panel &gt; Security Center</p>
<p>2.  Click Windows Firewall -  a dialog box will pop up.</p>
<p>3.  Click on Exceptions tab &gt; Add Port, a dialog box appears.</p>
<p>4.  On the Add a Port dialog box, key in “FTP” on the Name field and “21” on the Port field. Make sure that TCP button is ticked.</p>
<p>5.  Click OK.</p>
<p>Before trying to see if you can now connect to your FTP server, make sure that<a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self"> CuteFTP</a> is set to Port mode.</p>
<p>If you are using  <a title="CuteFTP Home" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Home:</a></p>
<p>1.  Open Site Manager &gt; click on the site with problems.</p>
<p>2.  On the Type tab, under Data Connection change the setting to Use PORT.</p>
<p>If using <a title="CuteFTP pro" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP Professional and Lite</a>:</p>
<p>1. Open Site Manager &gt; right-click on the site with problems &gt; click Properties.</p>
<p>2.  On the Type tab, under Data Connection change the setting to Use PORT.</p>
<p>I hope that this has been helpful to you.</p>
<p>Until Next Tim, Enjoy your CuteFTP! <img src='http://www.cuteftpguide.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Peter &#8211; Your CuteFTP Guide</p>
<p style="margin-bottom: 0in; font-style: normal;" align="left">
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/general/cuteftp-unable-to-connect-to-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How CuteFTP Works Tutorial</title>
		<link>http://www.cuteftpguide.com/tutorial/how-cuteftp-works-tutorial/</link>
		<comments>http://www.cuteftpguide.com/tutorial/how-cuteftp-works-tutorial/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:22:25 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cuteftp 8.0]]></category>
		<category><![CDATA[cuteftp managing sites]]></category>
		<category><![CDATA[globalscape cuteftp]]></category>
		<category><![CDATA[how to manage sites in cuteftp]]></category>
		<category><![CDATA[site managing in cuteftp]]></category>
		<category><![CDATA[tutorial on how to manage sites in cuteftp]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=43</guid>
		<description><![CDATA[Hello There! Did you just purchase CuteFTP? Are you new to this type of software? Have you been looking for step-by-step instructions on how to get around and start off using your recently bought CuteFTP? If your answer to all these questions is a big YES, then scroll down and learn the easy ways on [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a title="CuteFTP pro" href="http://www.cuteftpguide.com/" target="_self"><img class="alignleft size-full wp-image-119" title="cuteftp3" src="http://www.cuteftpguide.com/wp-content/uploads/2009/07/cuteftp3.png" alt="cuteftp3" width="280" height="57" /></a></p>
<p>Hello There!</p>
<p>Did you just purchase CuteFTP? Are you new to this type of software? Have you been looking for step-by-step instructions on how to get around and start off using your recently bought <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP?</a></p>
<p>If your answer to all these questions is a big YES, then scroll down and learn the easy ways on how to utilize CuteFTP and save yourself alot of time and money!</p>
<p>We will give you a series of tutorials on CuteFTP&#8217;s how-to&#8217;s. To start off, on our first tutorial we will provide you with both written and visual steps on how to manage sites using your CuteFTP. In managing sites there are three basic operations: <strong>create/add</strong>, <strong>edit</strong> and <strong>delete.</strong></p>
<p><strong>Here&#8217;s how to create or add a new folder or directory:</strong></p>
<p>1. Click on <strong>New Folder</strong> icon on the top menu.</p>
<p>2. <strong>Type</strong> in the name of your folder or directory, then click <strong>OK.</strong></p>
<p>To <strong>rename</strong>, just <strong>right click on the folder or directory</strong> and type in the new name.</p>
<p>To <strong>delete a folder</strong> or <strong>directory</strong>, just do the following:</p>
<p>1. <strong>Highlight</strong> the folder or file that you want to delete and <strong>click on the X button</strong> located on the <strong>top menu.</strong></p>
<p>2. You will then be asked to confirm if you want to <strong>proceed with the deletion</strong>. If you choose to decide, just click on <strong>Yes,</strong> but if not, click <strong>No</strong>.</p>
<p>To <strong>view folder</strong> or directory contents, you don&#8217;t need to download the folder to make the checking and editing possible. <strong>Just click on the file </strong>and <strong>click on Edit</strong> button on the top menu.</p>
<p>You can watch the video tutorial here:</p>
<p><object width="500" height="280" data="http://www.youtube.com/v/tf3ZU4oRJYA&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/tf3ZU4oRJYA&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p style="margin-bottom: 0in;" align="left"><span style="font-family: Arial, sans-serif;"><a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">Check out CuteFTP 8.0 here!</a></span></p>
<p style="margin-bottom: 0in;" align="center">
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/tutorial/how-cuteftp-works-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CuteFTP&#8217;s Connection Utilities</title>
		<link>http://www.cuteftpguide.com/cuteftp-features/cuteftps-connection-utilities/</link>
		<comments>http://www.cuteftpguide.com/cuteftp-features/cuteftps-connection-utilities/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:34:38 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[CuteFTP Features]]></category>
		<category><![CDATA[CuteFTP]]></category>
		<category><![CDATA[cuteftp upgrade]]></category>
		<category><![CDATA[CuteFTP's Connection Option]]></category>
		<category><![CDATA[globalscape cuteftp]]></category>
		<category><![CDATA[secure ftpserver]]></category>
		<category><![CDATA[top ftp client]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=76</guid>
		<description><![CDATA[Hi Guys! If you already own CuteFTP  I know you too are very thankful to have your own copy of CuteFTP running on your computer to manage your file transfers fast , easy as 1-2-3 and secure. The most important function of any FTP application, is its connection capabilities. To be exact we need an [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hi Guys!</p>
<p><a title="CuteFTP" href="http://www.cuteftpguide.com/"><img class="alignleft size-full wp-image-113" title="cuteftp" src="http://www.cuteftpguide.com/wp-content/uploads/2009/07/cuteftp.png" alt="cuteftp" width="145" height="71" /></a>If you already own CuteFTP  I know you too are very thankful to have your own copy of <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP</a> running on your computer to manage your file transfers <em>fast , easy as 1-2-3 and secure.</em></p>
<p>The most important function of any FTP application, is its connection capabilities. To be exact we need an FTP that has a connection wizard to take us step-by-step in setting up a new FTP connection, has better management of the connected sites, allows multiple connection to different sites, stays connected to site even when without activity and many more.  <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html">CuteFTP</a> is the only FTP software that I know that has qualified!</p>
<p><strong>Top Connection Utilities that CuteFTP delivers: </strong></p>
<p><strong>1. Step-by-Step Connection Wizard</strong></p>
<p>Connecting to an FTP site has never been made easier than with CuteFTP&#8217;s wizard. To get started you just click on the Star Wand . This will bring up the Connection Wizard dialog box. Enter the host address and sitename CuteFTP will then automatically connect you to the new added site and save it to your Site Manager.</p>
<p><img class="aligncenter size-medium wp-image-80" title="conn" src="http://www.cuteftpguide.com/wp-content/uploads/2009/06/conn-300x240.jpg" alt="conn" width="300" height="240" /></p>
<p><strong>2. Site Manager</strong></p>
<p>An address book which stores all the sites, it allows you to perform operations on each site such as: Rename, Delete, Connect and more. Within the site Manager, you can also export or import site data as well as address books from 3rd party FTP clients or previous versions of CuteFTP. Its data can also be encrypted with a password to ensure security and protection.</p>
<p><img class="aligncenter size-medium wp-image-81" title="site_manager" src="http://www.cuteftpguide.com/wp-content/uploads/2009/06/site_manager-300x180.jpg" alt="site_manager" width="300" height="180" /></p>
<p><strong>3. Quick Connect Bar </strong></p>
<p>CuteFTP gives you faster means of re-connecting to a site with the use of<strong> Quick Connect Bar</strong>. Just choose the site you want to connect to from the drop-down menu, its username and password fields will automatically be filled in and then click Connect. You can also create a new site and add it in the Site Manager from the Quick Connect bar.</p>
<p><em>There are two ways to add the Quick Connect Bar by:</em></p>
<p><em>a. Go to File menu &gt; Connect &gt; Quick Connect; or</em></p>
<p><em>b. Press Ctrl + F8 on your keyboard.</em></p>
<p><img class="aligncenter size-full wp-image-82" title="quick_conn" src="http://www.cuteftpguide.com/wp-content/uploads/2009/06/quick_conn.jpg" alt="quick_conn" width="616" height="28" /></p>
<p><strong>4. Proxy /Socks / Firewall</strong></p>
<p>Whatever type of connection you are connected in, CuteFTP can still connect you to the Internet with the help of its Proxy. On the Proxy Settings page,  you can choose different proxy connection options. CuteFTP gives you the option to configure the proxy settings manually or automatically by detecting the Internet Explorer&#8217;s proxy settings.</p>
<p><strong>5. Smart Keep Alive</strong></p>
<p>The Keep Alive feature allows you to stay connected to those sites that automatically disconnect you whenever there&#8217;s no activity taking place.</p>
<p><img class="aligncenter size-medium wp-image-84" title="keep_alive" src="http://www.cuteftpguide.com/wp-content/uploads/2009/06/keep_alive-300x222.jpg" alt="keep_alive" width="300" height="222" /></p>
<p><strong>6. Multiple Connections</strong></p>
<p>You can connect, browse and navigate multiple sites at the same time, one feature that other FTP clients don&#8217;t have. Each connection window is separated by tabs.</p>
<p><strong>And many more&#8230;. </strong></p>
<p>What a Great Tool!  Get yourself a copy or tell someone someone who might appreciate it to <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">Check out more of CuteFTP.</a><strong> </strong>If you already own CuteFTP you can upgrade to the latest version. Just request <a title="Upgrade Cuteftp" href="http://www.softwarecasa.com/upgrade-software.php">CuteFTP upgrade </a>here.</p>
<p>Until Next Time <img src='http://www.cuteftpguide.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Peter &#8211; Your CuteFTP Guide</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/cuteftp-features/cuteftps-connection-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Features GlobalSCAPE CuteFTP 8.0</title>
		<link>http://www.cuteftpguide.com/cuteftp-features/top-new-features-globalscape-cuteftp-80/</link>
		<comments>http://www.cuteftpguide.com/cuteftp-features/top-new-features-globalscape-cuteftp-80/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:47:43 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[CuteFTP Features]]></category>
		<category><![CDATA[CuteFTP]]></category>
		<category><![CDATA[cuteftp 8.0]]></category>
		<category><![CDATA[cuteftp home]]></category>
		<category><![CDATA[cuteftp pro]]></category>
		<category><![CDATA[cuteftp professional]]></category>
		<category><![CDATA[globalscape]]></category>
		<category><![CDATA[secure ftp server]]></category>
		<category><![CDATA[top ftp client]]></category>

		<guid isPermaLink="false">http://www.cuteftpguide.com/?p=25</guid>
		<description><![CDATA[Hello Friend, Many FTP Clients have been developed today, and as the cliché goes, each claiming that they are the best FTP client ever and it goes on and on. In my own search for the top FTP Client I found one with features that spoke louder than words this is GlobalScape&#8217;s  CuteFTP. Some of [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in; text-decoration: none;" align="left"><a title="CuteFTP" href="http://www.cuteftpguide.com/" target="_self"><img class="alignnone size-full wp-image-58" title="cuteftp" src="http://www.cuteftpguide.com/wp-content/uploads/2009/06/cuteftp.png" alt="cuteftp" width="308" height="290" /></a> <span style="font-family: Arial,sans-serif;">Hello Friend,</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">Many FTP Clients have been developed today, and as the cliché goes, each claiming that they are the best FTP client ever and it goes on and on.</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">In my own search for the top FTP Client I found one with features that spoke louder than words this is GlobalScape&#8217;s  <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP. </a><br />
</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">Some of you maybe asking what is an FTP client?  It is simply a File Transfer Protocol (FTP) client used to transfer files between your computer and File Transfer Protocol (FTP) servers.<br />
</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">Whether you would like to publish a Web page, download the latest digital images, music, or software, or if you are just transferring large files between your home and office, <strong>Cute FTP gets the job done every time.</strong></span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;"><span style="font-family: Arial,sans-serif;"><span>I&#8217;m no computer pro just an ordinary computer user whose daily task revolves around customer support and team-based projects. Using <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">CuteFTP</a> was a walk in the park. Very simple and user friendly.</span></span></span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;"><span style="font-family: Arial,sans-serif;"><span>CuteFTP has some excellent features which I must share with you.  The top 3 for me were the following. I won&#8217;t spoil the fun discover the rest and share!</span></span></span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;"> Here are my top 3:</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><strong><span style="font-family: Arial,sans-serif;">1. Backup Features (Local and Site)</span></strong></p>
<p><img class="alignleft size-full wp-image-27" title="backup_small" src="http://www.cuteftpguide.com/wp-content/uploads/2009/04/backup_small.jpg" alt="backup_small" width="480" height="292" /></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">With this feature you do not have to worry if your ISP letting you down, you have full control and peace of mind because CuteFTP performs a backup on your local site. </span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;"> R<span style="font-family: Arial,sans-serif;"><span>egretful days are gone for not creating a backup files as you don&#8217;t  have to do it manually anymore. You can now have a <strong><em>backup on a schedule </em></strong>without having to do it manually. It&#8217;s quick, easy and secure from your computer to the remote server.</span></span></span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><strong><span style="font-family: Arial,sans-serif;">2. Step-by-Step Connection Wizard</span></strong></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;"> As I&#8217;ve said, I&#8217;m no computer pro, having a guide has been a huge help in making things easier and quicker for me than resorting on searching on the web for hours on How tos&#8217;.</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><strong><span style="font-family: Arial,sans-serif;"><span>3. Transfer 	Resume &#8211; No more Trash Files!<br />
</span></span></strong></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;"><span> <img class="alignleft size-full wp-image-61" title="resume-settings" src="http://www.cuteftpguide.com/wp-content/uploads/2009/06/resume-settings.png" alt="resume-settings" width="425" height="123" />In relation to the intermittent connection  that most of us get I am so thankful that compared with other FTP clients, I don&#8217;t need to worry about  getting trash files from the interrupted transfer due to connection problems. With CuteFTP, I can resume the transfer from where it has left off, without creating a trash file.</span></span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;"> These are just 3 of the top features I love about CuteFTP  from a mediocre person&#8217;s point of view. You can discover <a title="CuteFTP" href="http://www.softwarecasa.com/cuteftp.html" target="_self">more features&#8230; </a><br />
</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">If you already own CuteFTP and are missing out on the new features you may <a title="CuteFTP Upgrade" href="http://www.softwarecasa.com/cuteftp-upgrade.html" target="_self">upgrade here.</a> </span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">Until next time <img src='http://www.cuteftpguide.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left"><span style="font-family: Arial,sans-serif;">Peter &#8211; Your CuteFTP Guide<br />
</span></p>
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p style="margin-bottom: 0in; text-decoration: none;" align="left">
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cuteftpguide.com/cuteftp-features/top-new-features-globalscape-cuteftp-80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

