 




<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: iSeries to Unix FTP problem</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 12:21:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: fjd</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/#comment-57914</link>
		<dc:creator>fjd</dc:creator>
		<pubDate>Thu, 20 Nov 2008 00:29:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-57914</guid>
		<description><![CDATA[Just a note that if you use Wordpad to view the file that is in a UNIX format it will be displayed correctly. Notepad will not display the file correctly as it expect the line terminator to be &lt;CR&gt;&lt;LF&gt;.

Frazer Dixon]]></description>
		<content:encoded><![CDATA[<p>Just a note that if you use Wordpad to view the file that is in a UNIX format it will be displayed correctly. Notepad will not display the file correctly as it expect the line terminator to be &lt;CR&gt;&lt;LF&gt;.</p>
<p>Frazer Dixon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: labnuke</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/#comment-51593</link>
		<dc:creator>labnuke</dc:creator>
		<pubDate>Fri, 15 Feb 2008 15:06:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-51593</guid>
		<description><![CDATA[&lt;a href=&quot;http://www.context.cx/&quot;&gt;Context/&lt;/a&gt; is a nice editor that can view/edit files that do not have CR/LF like you are describing. It has some good language highlighters. The feature I like the most is being able to mark/edit columns in a text file. Not a lot of editors can do that.]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.context.cx/">Context/</a> is a nice editor that can view/edit files that do not have CR/LF like you are describing. It has some good language highlighters. The feature I like the most is being able to mark/edit columns in a text file. Not a lot of editors can do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bvining</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/#comment-51591</link>
		<dc:creator>bvining</dc:creator>
		<pubDate>Fri, 15 Feb 2008 12:11:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-51591</guid>
		<description><![CDATA[If you google &#039;UNIX windows carriage return&#039; you will find various ways to convert the Unix file to a windows format (and that this is a fairly common problem...).  But do you need to?  Are you simply viewing the file from Windows to verify the contents and planning to process the file in a UNIX application?  If so, you&#039;re probably ready to go.  The verification isn&#039;t working due to the lack of a carriage return, but a UNIX application isn&#039;t going to need it anyway.]]></description>
		<content:encoded><![CDATA[<p>If you google &#8216;UNIX windows carriage return&#8217; you will find various ways to convert the Unix file to a windows format (and that this is a fairly common problem&#8230;).  But do you need to?  Are you simply viewing the file from Windows to verify the contents and planning to process the file in a UNIX application?  If so, you&#8217;re probably ready to go.  The verification isn&#8217;t working due to the lack of a carriage return, but a UNIX application isn&#8217;t going to need it anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maverick69</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/#comment-51590</link>
		<dc:creator>maverick69</dc:creator>
		<pubDate>Fri, 15 Feb 2008 11:42:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-51590</guid>
		<description><![CDATA[Yes, I&#039;m using ASCII mode. I&#039;m looking at the file from my Windows PC. I&#039;ve a drive mapped to our Unix box.]]></description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m using ASCII mode. I&#8217;m looking at the file from my Windows PC. I&#8217;ve a drive mapped to our Unix box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bvining</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/#comment-51589</link>
		<dc:creator>bvining</dc:creator>
		<pubDate>Fri, 15 Feb 2008 10:52:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-51589</guid>
		<description><![CDATA[I must admit I&#039;m a little confused.  Normally this type of problem surfaces when sending from Unix rather than to Unix.

Windows uses the combination of carriage return and line feed to represent end of record, while Unix uses only the line feed.  To help address this difference FTP defines that when moving files in ASCII mode that both carriage return and line feed are used, with the platform implementations then adding or removing these controls as necessary when working with the local file system.  Are you using ASCII mode?  If so, how are you &quot;looking&quot; at the Unix file?  You should not find a carriage return, nor should you need one for processing of the file.

Hope this helps,
Bruce Vining]]></description>
		<content:encoded><![CDATA[<p>I must admit I&#8217;m a little confused.  Normally this type of problem surfaces when sending from Unix rather than to Unix.</p>
<p>Windows uses the combination of carriage return and line feed to represent end of record, while Unix uses only the line feed.  To help address this difference FTP defines that when moving files in ASCII mode that both carriage return and line feed are used, with the platform implementations then adding or removing these controls as necessary when working with the local file system.  Are you using ASCII mode?  If so, how are you &#8220;looking&#8221; at the Unix file?  You should not find a carriage return, nor should you need one for processing of the file.</p>
<p>Hope this helps,<br />
Bruce Vining</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maverick69</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/iseries-to-unix-ftp-problem/#comment-51588</link>
		<dc:creator>maverick69</dc:creator>
		<pubDate>Fri, 15 Feb 2008 09:55:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-51588</guid>
		<description><![CDATA[Hi Martin,
It doesn&#039;t seem to like &quot;STRUCT R&quot; command when FTPing to a Unix box. I get the following error.

504 Unimplemented STRU type.

It works fine when connected to another iSeries machine.

Any help on this is much appreciated.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Martin,<br />
It doesn&#8217;t seem to like &#8220;STRUCT R&#8221; command when FTPing to a Unix box. I get the following error.</p>
<p>504 Unimplemented STRU type.</p>
<p>It works fine when connected to another iSeries machine.</p>
<p>Any help on this is much appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.062 seconds using memcached
Object Caching 337/343 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 13:29:39 -->