 




<?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: Problems using SFTP connection from a machine I-SERIES V5R3M0 operating system to a Linux machine.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: hmsolrac77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-99191</link>
		<dc:creator>hmsolrac77</dc:creator>
		<pubDate>Fri, 18 Nov 2011 16:51:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-99191</guid>
		<description><![CDATA[Tom,

Many thanks for your soon answer.

As I said we did two changes in the script. We put a line to evidence what was the last instruction done and we change exit by quit. Our interface is working well now.

Really I don’t know if the solution to the problem was to change exit by quit or to add a line before to quit in order to force the script to do something in the i-series machine when we have stablished the communication or the combination of both instructions working together fixed the problem.

Best regards,

Carlos Leiva]]></description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Many thanks for your soon answer.</p>
<p>As I said we did two changes in the script. We put a line to evidence what was the last instruction done and we change exit by quit. Our interface is working well now.</p>
<p>Really I don’t know if the solution to the problem was to change exit by quit or to add a line before to quit in order to force the script to do something in the i-series machine when we have stablished the communication or the combination of both instructions working together fixed the problem.</p>
<p>Best regards,</p>
<p>Carlos Leiva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98981</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sat, 12 Nov 2011 04:08:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-98981</guid>
		<description><![CDATA[&lt;i&gt;to use quit instead of exit for V5R4M0 when the i-series machine in connecting using SFTP with a Linux machine?&lt;/i&gt;

No useful information.

QUIT, EXIT and BYE are given as alternatives, and I can&#039;t find descriptions that distinguish between them. I would use QUIT only because it is a FTP command and EXIT is too easy to confuse with common shell scripting.

I wouldn&#039;t expect it to matter what the remote system is. I don&#039;t think the command itself is sent. AFAIK, sftp signals a close of the connection rather than sends the command.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>to use quit instead of exit for V5R4M0 when the i-series machine in connecting using SFTP with a Linux machine?</i></p>
<p>No useful information.</p>
<p>QUIT, EXIT and BYE are given as alternatives, and I can&#8217;t find descriptions that distinguish between them. I would use QUIT only because it is a FTP command and EXIT is too easy to confuse with common shell scripting.</p>
<p>I wouldn&#8217;t expect it to matter what the remote system is. I don&#8217;t think the command itself is sent. AFAIK, sftp signals a close of the connection rather than sends the command.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmsolrac77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98941</link>
		<dc:creator>hmsolrac77</dc:creator>
		<pubDate>Fri, 11 Nov 2011 12:49:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-98941</guid>
		<description><![CDATA[Tom,

Yesterday we did two changes in the script. We put a line to evidence what was the last instruction done and we change exit by quit. Our interface is working well now. Do you have information related with recommendation to use quit instead of exit for V5R4M0 when the i-series machine in connecting using SFTP with a Linux machine?.

Really I don&#039;t know if the solution to the problem was to change exit by quit or to add a line before to quit in order to force the script to do something in the i-series machine when we have stablished the communication or the combination of both instructions working together fixed the problem.

____________________________________________________________

cd datos/OUTBOUND                                                         
lcd /home/cltran/                                                         
rm TRANSTELCONTROL_20111111090040.TXT                                     
cd BACKUP                                                                 
put sftp204O.txt TRANSTELCONTROL_20111111090040.TXT                       
!touch /home/cltran/transtel/DLT_TRANSTELCONTROL_20111111090040.TXT       
quit                                                                      
quit                                                                      
______________________________________________________________

Best regards,

Carlos]]></description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Yesterday we did two changes in the script. We put a line to evidence what was the last instruction done and we change exit by quit. Our interface is working well now. Do you have information related with recommendation to use quit instead of exit for V5R4M0 when the i-series machine in connecting using SFTP with a Linux machine?.</p>
<p>Really I don&#8217;t know if the solution to the problem was to change exit by quit or to add a line before to quit in order to force the script to do something in the i-series machine when we have stablished the communication or the combination of both instructions working together fixed the problem.</p>
<p>____________________________________________________________</p>
<p>cd datos/OUTBOUND<br />
lcd /home/cltran/<br />
rm TRANSTELCONTROL_20111111090040.TXT<br />
cd BACKUP<br />
put sftp204O.txt TRANSTELCONTROL_20111111090040.TXT<br />
!touch /home/cltran/transtel/DLT_TRANSTELCONTROL_20111111090040.TXT<br />
quit<br />
quit<br />
______________________________________________________________</p>
<p>Best regards,</p>
<p>Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmsolrac77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98939</link>
		<dc:creator>hmsolrac77</dc:creator>
		<pubDate>Fri, 11 Nov 2011 12:38:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-98939</guid>
		<description><![CDATA[Tom,

Please see below my answer.

Best Regards,

Carlos 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


                            Visualizar estado PTF                              
                                                           Sistema:   SCLSAN21 
ID de producto  . . . . . . . . . . . :   5733SC1                              
Origen de IPL . . . . . . . . . . . . :   ÑÑMACHÑB                             
Release de la opción base . . . . . . :   V5R4M0                               
                                                                               
                                                                               
Teclee opciones, pulse Intro.                                                  
  5=Visualizar detalles de PTF   6=Imprimir carta de presentación              
  8=Visualizar carta de presentación                                           
                                                                               
     ID                                                                        
     de                                                    Acción              
Opc  PTF      Estado                                       de IPL              
     SI28273  Aplicado temporalmente                       Ninguno             
     SI25209  Aplicado temporalmente                       Ninguno             
     SI21018  Reemplazado                                  Ninguno             
                                                                               
                                                                               
                                                                               
                                                                         Final 
F3=Salir   F11=Visualizar vista alternativa   F17=Situar en   F12=Cancelar]]></description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Please see below my answer.</p>
<p>Best Regards,</p>
<p>Carlos<br />
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::</p>
<p>                            Visualizar estado PTF<br />
                                                           Sistema:   SCLSAN21<br />
ID de producto  . . . . . . . . . . . :   5733SC1<br />
Origen de IPL . . . . . . . . . . . . :   ÑÑMACHÑB<br />
Release de la opción base . . . . . . :   V5R4M0                               </p>
<p>Teclee opciones, pulse Intro.<br />
  5=Visualizar detalles de PTF   6=Imprimir carta de presentación<br />
  8=Visualizar carta de presentación                                           </p>
<p>     ID<br />
     de                                                    Acción<br />
Opc  PTF      Estado                                       de IPL<br />
     SI28273  Aplicado temporalmente                       Ninguno<br />
     SI25209  Aplicado temporalmente                       Ninguno<br />
     SI21018  Reemplazado                                  Ninguno             </p>
<p>                                                                         Final<br />
F3=Salir   F11=Visualizar vista alternativa   F17=Situar en   F12=Cancelar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98907</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 10 Nov 2011 22:41:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-98907</guid>
		<description><![CDATA[&lt;i&gt;IBM i5/OS CUMULATIVE PTF&lt;/i&gt;

That&#039;s a cume package that probably won&#039;t include any PTFs for product 5733-SC1. To see PTFs for that product, run:&lt;pre&gt;DSPPTF 5733SC1&lt;/pre&gt;
Thanks.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>IBM i5/OS CUMULATIVE PTF</i></p>
<p>That&#8217;s a cume package that probably won&#8217;t include any PTFs for product 5733-SC1. To see PTFs for that product, run:
<pre>DSPPTF 5733SC1</pre>
<p>Thanks.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmsolrac77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98890</link>
		<dc:creator>hmsolrac77</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:16:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-98890</guid>
		<description><![CDATA[Tom,

Many thanks for your soon answer. My answers below in your mail.

Best regards,

Carlos Leiva
--------------------------------------------------------------------
First question has to be what PTFs have you applied for 5733-SC1 on V5R4?
IBM i5/OS CUMULATIVE PTF
SF99540 Level 11137
PACKAGE ID:  C1137540
VERSION 5 RELEASE 4.0


Then there are a couple questions about the script and how it’s run.

Why are you using ‘/QOpenSys/QIBM/ProdData/SC1/OpenSSH/openssh-3.5p1/bin/sftp’ instead of ‘/QOpenSys/usr/bin/sftp’ or even ‘/QOpenSys/bin/sftp’? You shouldn’t be directly going into the QIBM directory for this, although it should work, I suppose. My concern would be whether or not /QOpenSys/usr/bin is set up correctly.
We did that 2 years ago. The application run without problem during 8 months. Our problems started after the change of release.

And why do you have two exit lines in the script? Again, it should work, but you might have a reason that helps pin down the problem.
The second exit is redundant but no one runs neither the first exit or the second.

Also, the name of the file indicates that this is an automated script. You apparently have some programming that generates the script and puts new names into it. Have you compared scripts that work with ones that seem to hang? 
Yes we did. We had another script but at the end point we have a Windows server instead a Linux server.

Have you compared them in hex to verify that working and non-working scripts always have the same characteristics? 
No, I don&#039;t know how to do it.

Without knowing how the script is created, I can’t guess what extra hex characters might be in there nor what they might do.

Also, you start with {cd datos/OUTBOUND} and then you remove a file from it. Then you switch to {cd BACKUP} and put a new file there. What if there is already a file with that name there? 
The file is overwritten.

None of the lines in the script do any error testing (although sftp scripts are limited in what they can do; basically just decide whether to continue or not).

Finally, what does the CL do after returning from QP2TERM? Does it do any testing to see if there were problems? The job return code should be tested.
The CL tests the result of QP2SHELL but the problem is QP2SHELL sometimes doesn&#039;t end.

That’s enough questions for now. The biggest one is simply about what PTFs have been applied for the product. None of the others are very important, just asked in case more info is available.

Tom]]></description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Many thanks for your soon answer. My answers below in your mail.</p>
<p>Best regards,</p>
<p>Carlos Leiva<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
First question has to be what PTFs have you applied for 5733-SC1 on V5R4?<br />
IBM i5/OS CUMULATIVE PTF<br />
SF99540 Level 11137<br />
PACKAGE ID:  C1137540<br />
VERSION 5 RELEASE 4.0</p>
<p>Then there are a couple questions about the script and how it’s run.</p>
<p>Why are you using ‘/QOpenSys/QIBM/ProdData/SC1/OpenSSH/openssh-3.5p1/bin/sftp’ instead of ‘/QOpenSys/usr/bin/sftp’ or even ‘/QOpenSys/bin/sftp’? You shouldn’t be directly going into the QIBM directory for this, although it should work, I suppose. My concern would be whether or not /QOpenSys/usr/bin is set up correctly.<br />
We did that 2 years ago. The application run without problem during 8 months. Our problems started after the change of release.</p>
<p>And why do you have two exit lines in the script? Again, it should work, but you might have a reason that helps pin down the problem.<br />
The second exit is redundant but no one runs neither the first exit or the second.</p>
<p>Also, the name of the file indicates that this is an automated script. You apparently have some programming that generates the script and puts new names into it. Have you compared scripts that work with ones that seem to hang?<br />
Yes we did. We had another script but at the end point we have a Windows server instead a Linux server.</p>
<p>Have you compared them in hex to verify that working and non-working scripts always have the same characteristics?<br />
No, I don&#8217;t know how to do it.</p>
<p>Without knowing how the script is created, I can’t guess what extra hex characters might be in there nor what they might do.</p>
<p>Also, you start with {cd datos/OUTBOUND} and then you remove a file from it. Then you switch to {cd BACKUP} and put a new file there. What if there is already a file with that name there?<br />
The file is overwritten.</p>
<p>None of the lines in the script do any error testing (although sftp scripts are limited in what they can do; basically just decide whether to continue or not).</p>
<p>Finally, what does the CL do after returning from QP2TERM? Does it do any testing to see if there were problems? The job return code should be tested.<br />
The CL tests the result of QP2SHELL but the problem is QP2SHELL sometimes doesn&#8217;t end.</p>
<p>That’s enough questions for now. The biggest one is simply about what PTFs have been applied for the product. None of the others are very important, just asked in case more info is available.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98797</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 09 Nov 2011 01:53:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-98797</guid>
		<description><![CDATA[First question has to be what PTFs have you applied for 5733-SC1 on V5R4?

Then there are a couple questions about the script and how it&#039;s run.

Why are you using &#039;/QOpenSys/QIBM/ProdData/SC1/OpenSSH/openssh-3.5p1/bin/sftp&#039; instead of &#039;/QOpenSys/usr/bin/sftp&#039; or even &#039;/QOpenSys/bin/sftp&#039;? You shouldn&#039;t be directly going into the QIBM directory for this, although it should work, I suppose. My concern would be whether or not /QOpenSys/usr/bin is set up correctly.

And why do you have two exit lines in the script? Again, it should work, but you might have a reason that helps pin down the problem.

Also, the name of the file indicates that this is an automated script. You apparently have some programming that generates the script and puts new names into it. Have you compared scripts that work with ones that seem to hang? Have you compared them in hex to verify that working and non-working scripts always have the same characteristics? Without knowing how the script is created, I can&#039;t guess what extra hex characters might be in there nor what they might do.

Also, you start with {cd datos/OUTBOUND} and then you remove a file from it. Then you switch to {cd BACKUP} and put a new file there. What if there is already a file with that name there? None of the lines in the script do any error testing (although sftp scripts are limited in what they can do; basically just decide whether to continue or not).

Finally, what does the CL do after returning from QP2TERM? Does it do any testing to see if there were problems? The job return code should be tested.

That&#039;s enough questions for now. The biggest one is simply about what PTFs have been applied for the product. None of the others are very important, just asked in case more info is available.

Tom]]></description>
		<content:encoded><![CDATA[<p>First question has to be what PTFs have you applied for 5733-SC1 on V5R4?</p>
<p>Then there are a couple questions about the script and how it&#8217;s run.</p>
<p>Why are you using &#8216;/QOpenSys/QIBM/ProdData/SC1/OpenSSH/openssh-3.5p1/bin/sftp&#8217; instead of &#8216;/QOpenSys/usr/bin/sftp&#8217; or even &#8216;/QOpenSys/bin/sftp&#8217;? You shouldn&#8217;t be directly going into the QIBM directory for this, although it should work, I suppose. My concern would be whether or not /QOpenSys/usr/bin is set up correctly.</p>
<p>And why do you have two exit lines in the script? Again, it should work, but you might have a reason that helps pin down the problem.</p>
<p>Also, the name of the file indicates that this is an automated script. You apparently have some programming that generates the script and puts new names into it. Have you compared scripts that work with ones that seem to hang? Have you compared them in hex to verify that working and non-working scripts always have the same characteristics? Without knowing how the script is created, I can&#8217;t guess what extra hex characters might be in there nor what they might do.</p>
<p>Also, you start with {cd datos/OUTBOUND} and then you remove a file from it. Then you switch to {cd BACKUP} and put a new file there. What if there is already a file with that name there? None of the lines in the script do any error testing (although sftp scripts are limited in what they can do; basically just decide whether to continue or not).</p>
<p>Finally, what does the CL do after returning from QP2TERM? Does it do any testing to see if there were problems? The job return code should be tested.</p>
<p>That&#8217;s enough questions for now. The biggest one is simply about what PTFs have been applied for the product. None of the others are very important, just asked in case more info is available.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmsolrac77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98786</link>
		<dc:creator>hmsolrac77</dc:creator>
		<pubDate>Tue, 08 Nov 2011 22:16:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-98786</guid>
		<description><![CDATA[Dear Team, 

Many thanks for your soon answers.

Our application worked during 8 months in V5R3M0. Nowadays we are in V5R4M0 and  the application sometimes hangs and never ends. The application hungs in average three times a day.

The exact line that we are using in a CL program is:

     CALL PGM(QP2SHELL) PARM(&#039;/QOpenSys/QIBM/ProdData/SC1/OpenSSH/ope-
nssh-3.5p1/bin/sftp&#039; &#039;-b&#039; &#039;/home/cltran/sftp204I.txt&#039; -               
&#039;ftpshell@64.76.162.87&#039;)                                              

where sftp204I.txt is the script to be run. For example:

cd datos/OUTBOUND                                        
lcd /home/cltran/                                        
rm TRANSTELCONTROL_20111108184117.TXT                    
cd BACKUP                                                
put sftp204O.txt TRANSTELCONTROL_20111108184117.TXT      
exit                                                     
exit                                                     

The statement:

put sftp204O.txt TRANSTELCONTROL_20111108184117.TXT

is done but the application hungs and then the 

exit

 is never run.

Any help is welcome.

Best Regards,

Carlos Leiva]]></description>
		<content:encoded><![CDATA[<p>Dear Team, </p>
<p>Many thanks for your soon answers.</p>
<p>Our application worked during 8 months in V5R3M0. Nowadays we are in V5R4M0 and  the application sometimes hangs and never ends. The application hungs in average three times a day.</p>
<p>The exact line that we are using in a CL program is:</p>
<p>     CALL PGM(QP2SHELL) PARM(&#8216;/QOpenSys/QIBM/ProdData/SC1/OpenSSH/ope-<br />
nssh-3.5p1/bin/sftp&#8217; &#8216;-b&#8217; &#8216;/home/cltran/sftp204I.txt&#8217; &#8211;<br />
&#8216;ftpshell@64.76.162.87&#8242;)                                              </p>
<p>where sftp204I.txt is the script to be run. For example:</p>
<p>cd datos/OUTBOUND<br />
lcd /home/cltran/<br />
rm TRANSTELCONTROL_20111108184117.TXT<br />
cd BACKUP<br />
put sftp204O.txt TRANSTELCONTROL_20111108184117.TXT<br />
exit<br />
exit                                                     </p>
<p>The statement:</p>
<p>put sftp204O.txt TRANSTELCONTROL_20111108184117.TXT</p>
<p>is done but the application hungs and then the </p>
<p>exit</p>
<p> is never run.</p>
<p>Any help is welcome.</p>
<p>Best Regards,</p>
<p>Carlos Leiva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98712</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 07 Nov 2011 21:04:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-98712</guid>
		<description><![CDATA[&lt;i&gt;For 8 months we were working with an SFTP connection...&lt;/i&gt;

Please clarify if you are really using SFTP or if you are using sftp (or perhaps FTPS). They are all very different protocols (though many people nowadays will write &quot;SFTP&quot; for &quot;sftp&quot;, so that it&#039;s almost taken over).

What exactly is the protocol?

Also, is this problem always happening now? Or does it sometimes work? If it always fails, I&#039;d probably start by verifying that the CCSIDs are set appropriately for the system and for the script. Upgrading from V5R3 to V5R4 often requires correction of CCSIDs.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>For 8 months we were working with an SFTP connection&#8230;</i></p>
<p>Please clarify if you are really using SFTP or if you are using sftp (or perhaps FTPS). They are all very different protocols (though many people nowadays will write &#8220;SFTP&#8221; for &#8220;sftp&#8221;, so that it&#8217;s almost taken over).</p>
<p>What exactly is the protocol?</p>
<p>Also, is this problem always happening now? Or does it sometimes work? If it always fails, I&#8217;d probably start by verifying that the CCSIDs are set appropriately for the system and for the script. Upgrading from V5R3 to V5R4 often requires correction of CCSIDs.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mariodlg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/problems-using-sftp-connection-from-a-machine-i-series-v5r3m0-operating-system-to-a-linux-machine/#comment-98706</link>
		<dc:creator>mariodlg</dc:creator>
		<pubDate>Mon, 07 Nov 2011 17:06:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-98706</guid>
		<description><![CDATA[We had similar issue here, and the reason was the ftp data port (20 not 21) was blocked on the remote machine.

Maybe you were transferring your files in passive mode and now with the new iSeries version this transfer modes has changed.

Tell us more about the scenario to provide you more useful tips.
&lt;a href=&quot;http://slacksite.com/other/ftp.html&quot;&gt;Here&lt;/a&gt; is a good article about ftp active and passive mode.

Regards.]]></description>
		<content:encoded><![CDATA[<p>We had similar issue here, and the reason was the ftp data port (20 not 21) was blocked on the remote machine.</p>
<p>Maybe you were transferring your files in passive mode and now with the new iSeries version this transfer modes has changed.</p>
<p>Tell us more about the scenario to provide you more useful tips.<br />
<a href="http://slacksite.com/other/ftp.html">Here</a> is a good article about ftp active and passive mode.</p>
<p>Regards.</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/8 queries in 0.034 seconds using memcached
Object Caching 395/396 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 06:29:43 -->