<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: scp server to server</title>
	<atom:link href="http://dreamluverz.com/developers-tools/server/scp-server-to-server/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server</link>
	<description>Let's dream together</description>
	<pubDate>Wed, 07 Jan 2009 04:38:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: dreamluverz</title>
		<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server#comment-1057</link>
		<dc:creator>dreamluverz</dc:creator>
		<pubDate>Thu, 09 Oct 2008 15:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/scp-server-to-server/#comment-1057</guid>
		<description>and for moving of files you can do:
mv -v [source_path] [destination_path]

notice that on the options there's no 'r' coz it's not applicable.</description>
		<content:encoded><![CDATA[<p>and for moving of files you can do:<br />
mv -v [source_path] [destination_path]</p>
<p>notice that on the options there&#8217;s no &#8216;r&#8217; coz it&#8217;s not applicable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamluverz</title>
		<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server#comment-35</link>
		<dc:creator>dreamluverz</dc:creator>
		<pubDate>Thu, 07 Feb 2008 06:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/scp-server-to-server/#comment-35</guid>
		<description>as what i've said i got an error with smarty:

"Smarty error: unable to write to $compile_dir"

Accdg. to some forum change the permission to 777 so i did. and it works! tnx so much

chmod -R -v 777 [path]/templates_c 

With regards to the ownership I mentioned earlier, I don't know why either i use the option -p on scp I still got the ownership permissions.</description>
		<content:encoded><![CDATA[<p>as what i&#8217;ve said i got an error with smarty:</p>
<p>&#8220;Smarty error: unable to write to $compile_dir&#8221;</p>
<p>Accdg. to some forum change the permission to 777 so i did. and it works! tnx so much</p>
<p>chmod -R -v 777 [path]/templates_c </p>
<p>With regards to the ownership I mentioned earlier, I don&#8217;t know why either i use the option -p on scp I still got the ownership permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamluverz</title>
		<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server#comment-34</link>
		<dc:creator>dreamluverz</dc:creator>
		<pubDate>Thu, 07 Feb 2008 06:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/scp-server-to-server/#comment-34</guid>
		<description>well I found out it has nothing to do with it I guess..</description>
		<content:encoded><![CDATA[<p>well I found out it has nothing to do with it I guess..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamluverz</title>
		<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server#comment-33</link>
		<dc:creator>dreamluverz</dc:creator>
		<pubDate>Thu, 07 Feb 2008 06:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/scp-server-to-server/#comment-33</guid>
		<description>but seems like I still got some error on smarty 
---------
Fatal error: Smarty error: unable to write to $compile_dir '/home/lacartes/public_html/links/templates_c'. Be sure $compile_dir is writable by the web server user. in /home/lacartes/public_html/links/libs/Smarty.class.php on line 1095
----

coz one particular site uses smarty. But already changed the mode of it but still got that error. so now I deleted that folder and copied it again from the original server with out the -p option :P wish me luck :)</description>
		<content:encoded><![CDATA[<p>but seems like I still got some error on smarty<br />
&#8212;&#8212;&#8212;<br />
Fatal error: Smarty error: unable to write to $compile_dir &#8216;/home/lacartes/public_html/links/templates_c&#8217;. Be sure $compile_dir is writable by the web server user. in /home/lacartes/public_html/links/libs/Smarty.class.php on line 1095<br />
&#8212;-</p>
<p>coz one particular site uses smarty. But already changed the mode of it but still got that error. so now I deleted that folder and copied it again from the original server with out the -p option <img src='http://dreamluverz.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> wish me luck <img src='http://dreamluverz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamluverz</title>
		<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server#comment-32</link>
		<dc:creator>dreamluverz</dc:creator>
		<pubDate>Thu, 07 Feb 2008 06:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/scp-server-to-server/#comment-32</guid>
		<description>btw, regarding the usage of the -p option I suggest not to use it coz in doing this I got prob with the ownership &#038; permission of the dir/files. I haven't carefully read the description of it that it also preserves the mode. That's why as you can see on this post I was looking for reference on how to change ownershp/permission. 

Luckily it was solved. :)</description>
		<content:encoded><![CDATA[<p>btw, regarding the usage of the -p option I suggest not to use it coz in doing this I got prob with the ownership &#038; permission of the dir/files. I haven&#8217;t carefully read the description of it that it also preserves the mode. That&#8217;s why as you can see on this post I was looking for reference on how to change ownershp/permission. </p>
<p>Luckily it was solved. <img src='http://dreamluverz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamluverz</title>
		<link>http://dreamluverz.com/developers-tools/server/scp-server-to-server#comment-30</link>
		<dc:creator>dreamluverz</dc:creator>
		<pubDate>Wed, 06 Feb 2008 15:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://dreamluverz.com/2008/02/06/scp-server-to-server/#comment-30</guid>
		<description>I've tried it and it worked. Makes life easier than manually copying it. really helps!!!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried it and it worked. Makes life easier than manually copying it. really helps!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
