<?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>Sanjeev Shrestha &#187; Tools</title>
	<atom:link href="http://www.sanjeevshrestha.com.np/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanjeevshrestha.com.np</link>
	<description>Blogging on Joomla Development /Codeigniter/JQuery/Mootools/Wordpress - All Related to Web</description>
	<lastBuildDate>Sun, 29 Aug 2010 06:10:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Uploading Files through SSH</title>
		<link>http://www.sanjeevshrestha.com.np/2010/08/uploading-files-through-ssh/</link>
		<comments>http://www.sanjeevshrestha.com.np/2010/08/uploading-files-through-ssh/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 06:04:54 +0000</pubDate>
		<dc:creator>Sanjeev</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[quick uploading files]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.sanjeevshrestha.com.np/2010/08/uploading-files-through-ssh/</guid>
		<description><![CDATA[You have large file to upload to your server and hate FTP clients that takes numerous days and nights to upload, Try SSH to upload files. SSH is comparatively faster than FTP (My Personal Opinion). If you are running Linux or FreeBSD Operating System on your local computer and have access to server shell, use [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://www.sanjeevshrestha.com.np/wp-content/uploads/2010/08/ssh-logo1.jpg" />You have large file to upload to your server and hate FTP clients that takes numerous days and nights to upload, Try SSH to upload files. SSH is comparatively faster than FTP (My Personal Opinion).</p>
<p>If you are running Linux or FreeBSD Operating System on your local computer and have access to server shell, use &#8216;scp&#8217; command to copy files and directories to the server. <span id="more-386"></span></p>
<p>To copy files<br />
<blockquote># scp your_filename login@yourserver.com:path</p></blockquote>
<p>To copy entire folder/directories<br />
<blockquote># scp -r your_directoryname login@yourserver.com:path</p></blockquote>
<p>If you are using windows OS, you can use pscp available from Putty Download Page <a href="http://www.chiark.greenend.org.uk/%7Esgtatham/putty/download.html">here</a></p>
<p>Cheers! <img src='http://www.sanjeevshrestha.com.np/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=0d424eae-2c39-87b4-aa03-03335ed5a68a" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjeevshrestha.com.np/2010/08/uploading-files-through-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Component Creator for Joomla 1.5.x</title>
		<link>http://www.sanjeevshrestha.com.np/2009/07/component-creator-for-joomla-15x/</link>
		<comments>http://www.sanjeevshrestha.com.np/2009/07/component-creator-for-joomla-15x/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 05:10:01 +0000</pubDate>
		<dc:creator>Sanjeev</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[MyUpdates]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[joomla component creator]]></category>
		<category><![CDATA[notwebdesign]]></category>

		<guid isPermaLink="false">http://www.sanjeevshrestha.com.np/2009/07/component-creator-for-joomla-15x/</guid>
		<description><![CDATA[Have you ever wondered, if there existed automatic component creator for Joomla that would cut hours of work creating Joomla component? I was looking for something similar but could not find the right one for me. Then a friend suggested me a development tool that can create Joomla component on the fly with few information [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: none;" src="http://www.sanjeevshrestha.com.np/wp-content/uploads/2009/07/logo.png" /><br />Have you ever wondered, if there existed automatic component creator for Joomla that would cut hours of work creating Joomla component? I was looking for something similar but could not find the right one for me. Then a friend suggested me a development tool that can create Joomla component on the fly with few information that we provide.<br /><span id="more-256"></span></p>
<p>I was sceptical if it will work for me or not and gave it a try. After feeding some information, I got an installable skeleton of my component. &#8220;Awesome&#8221;! yes, I said awesome for this tool. This installable component had everything from administrator files, config files, manifest files to router.php for SEF urls. I would recommend this to everyone. You can try it for yourself. This tool is created by <a target="_blank" href="http://www.notwebdesign.com/">notwebdesign.com</a> and the location of tool is at <a target="_blank" href="http://www.notwebdesign.com/joomla-component-creator/index.php">http://www.notwebdesign.com/joomla-component-creator/index.php</a></p>
<p>I am using it for my all of my coming projects. <img src='http://www.sanjeevshrestha.com.np/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f98d1adb-50f9-8c6f-b5d9-f151e51cd623" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjeevshrestha.com.np/2009/07/component-creator-for-joomla-15x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
