 




<?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: I want to know if it is possible to transfer data from Iseries to a web site and upload some back.  This is for our bank and we do not want to use FTP</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 05:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: dirkzwart</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-89796</link>
		<dc:creator>dirkzwart</dc:creator>
		<pubDate>Tue, 22 Mar 2011 18:59:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-89796</guid>
		<description><![CDATA[@Foolsewing - I hope you were able to get your transfers running securely

Clarification:
FTP is a transfer protocol for machines, but has no security, even passwords are sent in plain text.
SFTP is FTP inside a SSH tunnel. SSH is used by all platforms and not only Linux/Unix.

I use a program called &lt;a href=&quot;http://www.goanywheremft.com/products/director&quot;&gt;GoAnywhere Director&lt;/a&gt; for secure file transfers and data transformation from DB2 to XML as it has a GUI, but runs natively on the iSeries. It supports command line commands.]]></description>
		<content:encoded><![CDATA[<p>@Foolsewing &#8211; I hope you were able to get your transfers running securely</p>
<p>Clarification:<br />
FTP is a transfer protocol for machines, but has no security, even passwords are sent in plain text.<br />
SFTP is FTP inside a SSH tunnel. SSH is used by all platforms and not only Linux/Unix.</p>
<p>I use a program called <a href="http://www.goanywheremft.com/products/director">GoAnywhere Director</a> for secure file transfers and data transformation from DB2 to XML as it has a GUI, but runs natively on the iSeries. It supports command line commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murrayinfosys</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-76899</link>
		<dc:creator>murrayinfosys</dc:creator>
		<pubDate>Fri, 07 May 2010 03:29:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-76899</guid>
		<description><![CDATA[It is interesting that you do NOT want to use FTP. I&#039;ve set up many FTP transfer to banks for A/R, A/P, Payroll.  The iSeries has encryption abilities - so what&#039;s the trouble.

If I remember correctly:
FTP is more foe a machine to machine transfer utility for security.
SFTP is a Unix flavor which is a user based security.]]></description>
		<content:encoded><![CDATA[<p>It is interesting that you do NOT want to use FTP. I&#8217;ve set up many FTP transfer to banks for A/R, A/P, Payroll.  The iSeries has encryption abilities &#8211; so what&#8217;s the trouble.</p>
<p>If I remember correctly:<br />
FTP is more foe a machine to machine transfer utility for security.<br />
SFTP is a Unix flavor which is a user based security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-76866</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 06 May 2010 07:09:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-76866</guid>
		<description><![CDATA[&lt;i&gt;...both are basically secured versions of FTP&lt;/i&gt;

Neither is related to FTP. They are different protocols. They are related to FTP in the same way they are related to telnet or SNMP -- that is, they are all sockets server protocols and data flows across the socket connection. Beyond that, there is no relationship.

The confusion almost always arises because the letters &quot;FTP&quot; are part of the SFTP acronym and, of course, because SFTP is a way of transferring streamfiles between systems. (But you could also transfer files with telnet if you really wanted to. It just wouldn&#039;t be very efficient.)

SFTP &lt;b&gt;is not&lt;/b&gt; a variant of FTP.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;both are basically secured versions of FTP</i></p>
<p>Neither is related to FTP. They are different protocols. They are related to FTP in the same way they are related to telnet or SNMP &#8212; that is, they are all sockets server protocols and data flows across the socket connection. Beyond that, there is no relationship.</p>
<p>The confusion almost always arises because the letters &#8220;FTP&#8221; are part of the SFTP acronym and, of course, because SFTP is a way of transferring streamfiles between systems. (But you could also transfer files with telnet if you really wanted to. It just wouldn&#8217;t be very efficient.)</p>
<p>SFTP <b>is not</b> a variant of FTP.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-55196</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Mon, 28 Jul 2008 15:20:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-55196</guid>
		<description><![CDATA[Hi,

everytime i type f t p in upper case the editor substitutes a web address, should just read f t p

Regards,

Martin.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>everytime i type f t p in upper case the editor substitutes a web address, should just read f t p</p>
<p>Regards,</p>
<p>Martin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-55179</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Mon, 28 Jul 2008 13:53:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-55179</guid>
		<description><![CDATA[Hi,

You can use SCP without SFTP, they are both alternative methods to the standard FTP.

Regards,

Martin.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can use SCP without SFTP, they are both alternative methods to the standard FTP.</p>
<p>Regards,</p>
<p>Martin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foolsewing</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-55080</link>
		<dc:creator>foolsewing</dc:creator>
		<pubDate>Fri, 25 Jul 2008 13:21:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-55080</guid>
		<description><![CDATA[I do appreciate your help and answers but now I have more questions.    Can I use SCP without SFTP?  Or also can SCP get the file to the bank and retrieve it too?     I ask because I am not using FTP since the bank requires encryption and we would have to purchase something to get it encrypted.  

Thanks
Pat]]></description>
		<content:encoded><![CDATA[<p>I do appreciate your help and answers but now I have more questions.    Can I use SCP without SFTP?  Or also can SCP get the file to the bank and retrieve it too?     I ask because I am not using FTP since the bank requires encryption and we would have to purchase something to get it encrypted.  </p>
<p>Thanks<br />
Pat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-55027</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Thu, 24 Jul 2008 13:55:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-55027</guid>
		<description><![CDATA[Hi,

SCP is Secure Copy and SFTP is Secure FTP - both are basically secured versions of FTP.  SCP works more like a one line command (like a DOS copy or xcopy command), whereas SFTP works very much the same as FTP (so you&#039;d need some sort of script to run it).

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>SCP is Secure Copy and SFTP is Secure FTP &#8211; both are basically secured versions of FTP.  SCP works more like a one line command (like a DOS copy or xcopy command), whereas SFTP works very much the same as FTP (so you&#8217;d need some sort of script to run it).</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foolsewing</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-know-if-it-is-possible-to-transfer-data-from-iseries-to-a-web-site-and-upload-some-back-this-is-for-our-bank-and-we-do-not-want-to-use-ftp/#comment-54987</link>
		<dc:creator>foolsewing</dc:creator>
		<pubDate>Wed, 23 Jul 2008 16:42:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-54987</guid>
		<description><![CDATA[I have no clue what SCP or SFTP are.  I am an RPG developer I don&#039;t know much about PC stuff.
Can you explain?]]></description>
		<content:encoded><![CDATA[<p>I have no clue what SCP or SFTP are.  I am an RPG developer I don&#8217;t know much about PC stuff.<br />
Can you explain?</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 6/9 queries in 0.014 seconds using memcached
Object Caching 366/369 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 07:17:46 -->