<?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>Hassan Maynard &#124; www.hassanmaynard.com &#187; FTP</title>
	<atom:link href="http://www.hassanmaynard.com/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hassanmaynard.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 Oct 2011 22:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Embed a Username &amp; Password into a Link</title>
		<link>http://www.hassanmaynard.com/2008/05/embed-a-username-password-into-a-link/</link>
		<comments>http://www.hassanmaynard.com/2008/05/embed-a-username-password-into-a-link/#comments</comments>
		<pubDate>Mon, 05 May 2008 05:53:32 +0000</pubDate>
		<dc:creator>Hassan Maynard</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://hassanmaynard.com/?p=84</guid>
		<description><![CDATA[Embedding a username and password in a hyperlink is a convenient way to share access to a FTP site without broadcasting the username and password. A standard Hyperlink is displayed as the following: ftp://domain.com An embedded Hyperlink is similar, however it contains the username and password: ftp://username:password@domain.com To create a embedded Hyperlink you must add [...]]]></description>
			<content:encoded><![CDATA[<p>Embedding a username and password in a hyperlink is a convenient way to share access to a FTP site without broadcasting the username and password.</p>
<p>A standard Hyperlink is displayed as the following:<br />
<span style="text-decoration: underline;">ftp://domain.com</span></p>
<p>An embedded Hyperlink is similar, however it contains the username and password:<br />
<span style="text-decoration: underline;">ftp://<strong>username</strong>:<strong>password</strong>@domain.com</span></p>
<p>To create a embedded Hyperlink you must add the username and password between ftp:// and domain name:<br />
<span style="text-decoration: underline;">ftp://<strong><span style="color: #ff9900;">username</span><span style="color: #ff0000;">:</span><span style="color: #ff9900;">password</span><span style="color: #ff0000;">@</span></strong><span style="color: #0000ff;">domain.com</span></span></p>
<ul>
<li>Highlighted in <strong>blue</strong> is first the <span style="text-decoration: underline;">protocol</span> and <span style="text-decoration: underline;">domain name</span></li>
<li>Highlighted in <strong>red</strong> are two special characters used as <span style="text-decoration: underline;">identifiers</span> to communicate to your browser where the username, password, and domain begins and ends in the Hyperlink</li>
<li>Highlighted in <strong>orange</strong> are the credentials for the username and password</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hassanmaynard.com/2008/05/embed-a-username-password-into-a-link/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Accessing the FTP Site in Windows Explorer</title>
		<link>http://www.hassanmaynard.com/2008/05/accessing-the-ftp-site-in-windows-explorer/</link>
		<comments>http://www.hassanmaynard.com/2008/05/accessing-the-ftp-site-in-windows-explorer/#comments</comments>
		<pubDate>Sat, 03 May 2008 05:57:03 +0000</pubDate>
		<dc:creator>Hassan Maynard</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://hassanmaynard.com/?p=87</guid>
		<description><![CDATA[To manage the files on the FTP site more rigorously (by uploading, downloading, modifying, deleting files and/or folders) While logged in to the FTP site, click the &#8216;Page&#8217; menu button on the right-hand side of the IE 7 browser window and select the option, &#8220;Open FTP Site in Windows Explorer&#8221; Input the Username and Password [...]]]></description>
			<content:encoded><![CDATA[<p>To manage the files on the FTP site more rigorously (by uploading, downloading, modifying, deleting files and/or folders)<img style="padding: 4px; border: 1px solid #ffffff;" src="file:///C:/DOCUME~1/HASSAN~1.MAY/LOCALS~1/Temp/moz-screenshot-2.jpg" alt="" /></p>
<ol>
<li>While logged in to the FTP site, click the &#8216;Page&#8217; menu button on the right-hand side of the IE 7 browser window and select the option, &#8220;Open FTP Site in Windows Explorer&#8221;<br />
<a href="http://hassanmaynard.com/wp-content/uploads/2008/05/FTP_Site_in_WindowsExplorer.jpg"><img class="alignnone size-medium wp-image-95" title="FTP_Site_in_WindowsExplorer" src="http://hassanmaynard.com/wp-content/uploads/2008/05/FTP_Site_in_WindowsExplorer-300x176.jpg" alt="FTP_Site_in_WindowsExplorer" width="300" height="176" /></a></li>
<li>Input the Username and Password of the account</li>
<li>You may Check the Save Password checkbox</li>
<li>Select Log On</li>
<li>You can now drag-n-drop files from your computer to the FTP Site, vice versa.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hassanmaynard.com/2008/05/accessing-the-ftp-site-in-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use FTP with Internet Explorer 7 (IE7)</title>
		<link>http://www.hassanmaynard.com/2008/05/how-to-use-ftp-with-internet-explorer-7-ie7/</link>
		<comments>http://www.hassanmaynard.com/2008/05/how-to-use-ftp-with-internet-explorer-7-ie7/#comments</comments>
		<pubDate>Fri, 02 May 2008 06:10:11 +0000</pubDate>
		<dc:creator>Hassan Maynard</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://hassanmaynard.com/?p=107</guid>
		<description><![CDATA[What is FTP? File Transfer Protocol is the standard way of transferring files across the Internet. Rather than using your E-mail Account to transmit large quantity and/or large size file(s), FTP is it is best alternative for transferring next to sneakernet, lol. Accessing the FTP Site in Internet Explorer 7 (IE7) Launch your Internet Explorer [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;">What is FTP?</span><br />
File Transfer Protocol is the standard way of transferring files across the Internet. Rather than using your E-mail Account to transmit large quantity and/or large size file(s), FTP is it is best alternative for transferring next to sneakernet, lol.</p>
<p><span style="font-weight: bold;">Accessing the FTP Site in Internet Explorer 7 (IE7)</span></p>
<ol>
<li>Launch your Internet Explorer 7 browser by double clicking on the icon</li>
<li>In the address bar, type the following link filling in the correct username, password, and domain. E.g. ftp://username:password@domain.com<br />
<a href="http://hassanmaynard.com/wp-content/uploads/2009/11/FTP_Site_in_InternetExplorer7.jpg"><img class="alignnone size-medium wp-image-108" title="FTP_Site_in_InternetExplorer7" src="http://hassanmaynard.com/wp-content/uploads/2009/11/FTP_Site_in_InternetExplorer7-300x164.jpg" alt="FTP_Site_in_InternetExplorer7" width="300" height="164" /></a></li>
<li>The IE7 browser will display a list of all the files and folders that are currently located on the FTP site.<br />
Note: this view will allow you only with access to download files; this view will not allow you to upload files. If you need to upload files please see <a style="color: #336699;" href="http://www.coolasblog.com/2008/05/accessing-ftp-site-in-windows-explorer.html"><span style="font-weight: bold;">Accessing the FTP Site in Windows Explorer</span></a>.</li>
<li>To quickly download a file to your computer, right-click the file and select &#8220;Save Target As&#8230;” select the destination folder and then click Save.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hassanmaynard.com/2008/05/how-to-use-ftp-with-internet-explorer-7-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

