<?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>Chris Lavigne&#039;s Breadboard BI Blog</title>
	<atom:link href="http://breadboardbi.com/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://breadboardbi.com/blog</link>
	<description>Loosely cohesive, brief posts concerning business intelligence, data warehousing, and data integration.</description>
	<lastBuildDate>Sun, 21 Feb 2010 18:33:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessing windows files from linux / unix</title>
		<link>http://breadboardbi.com/blog/2010/02/21/accessing-windows-files-from-linux-unix/</link>
		<comments>http://breadboardbi.com/blog/2010/02/21/accessing-windows-files-from-linux-unix/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:33:52 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breadboardbi.com/blog/?p=11</guid>
		<description><![CDATA[I recently had the need to write files from a UNIX server to a Windows file server.  In this instance the file was created as the result of an Informatica process, but this technique could be used if the file was created by Pentaho Data Integration, Talend, or any other method.  In this case ftp was not [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I recently had the need to write files from a UNIX server to a Windows file server.  In this instance the file was created as the result of an Informatica process, but this technique could be used if the file was created by Pentaho Data Integration, Talend, or any other method.  In this case ftp was not an option, nor was a permanent mount.  To move the file, I used smbclient. </p>
<p style="text-align: left;">The command is fairly simple:</p>
<p style="text-align: left;">/path_to_smbclient_on_unix_server/smbclient //windows_server_name/directory_on_windows_server -A /path_to_authentication_file_on_unix_server/.smbclient (authentication file) -c &#8220;prompt; lcd /path_to_source_file_on_unix_server/; cd \&#8221;path_to_put the file_on_windows_server\&#8221;; mput my_file_name.txt;&#8221;</p>
<p style="text-align: left;">The format of the autentication file is also simple:</p>
<p style="text-align: left;">username = &lt;value&gt;<br />
password = &lt;value&gt;<br />
domain   = &lt;value&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://breadboardbi.com/blog/2010/02/21/accessing-windows-files-from-linux-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New Blog.</title>
		<link>http://breadboardbi.com/blog/2010/02/19/test/</link>
		<comments>http://breadboardbi.com/blog/2010/02/19/test/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 13:51:45 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breadboardbi.com/blog/?p=7</guid>
		<description><![CDATA[Watch this space for loosely cohesive, brief posts concerning business intelligence, data warehousing, and data integration.
]]></description>
			<content:encoded><![CDATA[<div>Watch this space for loosely cohesive, brief posts concerning business intelligence, data warehousing, and data integration.</div>
]]></content:encoded>
			<wfw:commentRss>http://breadboardbi.com/blog/2010/02/19/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.564 seconds -->

