<?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>Genel &#8211; bunyam.in</title>
	<atom:link href="https://bunyam.in/category/genel/feed/" rel="self" type="application/rss+xml" />
	<link>https://bunyam.in</link>
	<description>Easy Solutions</description>
	<lastBuildDate>Wed, 16 Apr 2025 11:07:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>Pushing files between servers via ssh</title>
		<link>https://bunyam.in/pushing-files-between-servers-via-ssh/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 28 Jul 2020 13:01:18 +0000</pubDate>
				<category><![CDATA[Genel]]></category>
		<guid isPermaLink="false">https://bunyam.in/?p=73</guid>

					<description><![CDATA[Sooner or later every developer needs to migrate files to another server I just had in trouble with this and found very clear solution If you want to push single file And scp can push multiple files and folders , Good luck 😉]]></description>
										<content:encoded><![CDATA[
<p>Sooner or later every developer needs to migrate files to another server</p>



<p>I just had in trouble with  this and found very clear solution</p>



<p>If you want to push single file </p>



<pre class="wp-block-code"><code>scp -P port /home/dir/dir/file.tar.gz root@server_ip:/home/dir/or_new_dir/newfile.tar.gz
</code></pre>



<p>And scp can push multiple files and folders ,</p>



<pre class="wp-block-code"><code>scp -rp  -P port /home/target_folder/ root@server_ip:/home/destination_folder
</code></pre>



<p>Good luck 😉 </p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
