 




<?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: PTF FTP in Batch</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 10:29:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/#comment-108475</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Thu, 14 Jun 2012 15:56:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-108475</guid>
		<description><![CDATA[You may find IBM&#039;s Download Director helpful.  It allows one to recover if the download is interrupted and picks up right where it left off.  It is pretty cool.  Runs on your PC.]]></description>
		<content:encoded><![CDATA[<p>You may find IBM&#8217;s Download Director helpful.  It allows one to recover if the download is interrupted and picks up right where it left off.  It is pretty cool.  Runs on your PC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmaster</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/#comment-108456</link>
		<dc:creator>qmaster</dc:creator>
		<pubDate>Thu, 14 Jun 2012 04:05:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-108456</guid>
		<description><![CDATA[Story Was Impressive :-)]]></description>
		<content:encoded><![CDATA[<p>Story Was Impressive <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nickhutcheson1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/#comment-108275</link>
		<dc:creator>nickhutcheson1</dc:creator>
		<pubDate>Fri, 08 Jun 2012 17:08:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-108275</guid>
		<description><![CDATA[Here is a &#039;pony time&#039; story.
Once &#039;upon a time&#039;, there was a number of groups to download from IBM.  Unsure, of exactly the quickest way to get them, the Sys Admin called Mr. IBM.  Together they discussed the different options and decided the best time to get the groups were in the middle of the night.  So, Mr. IBM put the groups on an FTP server for the Sys Admin and emailed him a list of the file names to get.

Sys Admin, created a cl program to connect to Mr. IBM&#039;s FTP server and download each group.  The downloaded took so long and sometimes bombed out for reasons Sys Admin blamed on the network Gods.  But, finally, they came through.  It would have been better to ordered everything on cd and be done with it.

But here is a sample of the code:
PGM                                                
OVRDBF     FILE(INPUT) TOFILE(*LIBL/QCLSRC) +      
            MBR(AA1PTF)                            
                                                   
             FTP        RMTSYS(PTF.BOULDER.IBM.COM)
                                                   
 DLTOVR     FILE(INPUT)                            
                                                   
ENDPGM:     ENDPGM                                 
            RETURN    

In a text file:

profile password
      namefmt 1                               
lcd /fixes                              
ascii                                   
get ftpSF99540.txt                      
get ilstSF99540.txt                     
cd /ccss/lv1/us03368/b8103368/00671173/c
binary                                  
get SF99540_1.bin                       
quit                                    

Almost forgot.
The groups came in and were loaded on the system and the Sys Admin after many hours of watching the lights blink went home and lived happily ever after.]]></description>
		<content:encoded><![CDATA[<p>Here is a &#8216;pony time&#8217; story.<br />
Once &#8216;upon a time&#8217;, there was a number of groups to download from IBM.  Unsure, of exactly the quickest way to get them, the Sys Admin called Mr. IBM.  Together they discussed the different options and decided the best time to get the groups were in the middle of the night.  So, Mr. IBM put the groups on an FTP server for the Sys Admin and emailed him a list of the file names to get.</p>
<p>Sys Admin, created a cl program to connect to Mr. IBM&#8217;s FTP server and download each group.  The downloaded took so long and sometimes bombed out for reasons Sys Admin blamed on the network Gods.  But, finally, they came through.  It would have been better to ordered everything on cd and be done with it.</p>
<p>But here is a sample of the code:<br />
PGM<br />
OVRDBF     FILE(INPUT) TOFILE(*LIBL/QCLSRC) +<br />
            MBR(AA1PTF)                            </p>
<p>             FTP        RMTSYS(PTF.BOULDER.IBM.COM)</p>
<p> DLTOVR     FILE(INPUT)                            </p>
<p>ENDPGM:     ENDPGM<br />
            RETURN    </p>
<p>In a text file:</p>
<p>profile password<br />
      namefmt 1<br />
lcd /fixes<br />
ascii<br />
get ftpSF99540.txt<br />
get ilstSF99540.txt<br />
cd /ccss/lv1/us03368/b8103368/00671173/c<br />
binary<br />
get SF99540_1.bin<br />
quit                                    </p>
<p>Almost forgot.<br />
The groups came in and were loaded on the system and the Sys Admin after many hours of watching the lights blink went home and lived happily ever after.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tundejohn</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/#comment-107963</link>
		<dc:creator>tundejohn</dc:creator>
		<pubDate>Fri, 01 Jun 2012 21:19:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-107963</guid>
		<description><![CDATA[then you need to pray about it]]></description>
		<content:encoded><![CDATA[<p>then you need to pray about it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/#comment-107788</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sat, 26 May 2012 04:49:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-107788</guid>
		<description><![CDATA[&lt;i&gt;Is that make sense?&lt;/i&gt;

No.

What does the console have to do with disruptions for FTP?

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Is that make sense?</i></p>
<p>No.</p>
<p>What does the console have to do with disruptions for FTP?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmaster</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ptf-ftp-in-batch/#comment-107636</link>
		<dc:creator>qmaster</dc:creator>
		<pubDate>Mon, 21 May 2012 03:47:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-107636</guid>
		<description><![CDATA[By starting FTP download from the console,we no need to bother about disruptions in downloading.

Is that make sense?]]></description>
		<content:encoded><![CDATA[<p>By starting FTP download from the console,we no need to bother about disruptions in downloading.</p>
<p>Is that make sense?</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.041 seconds using memcached
Object Caching 341/347 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 10:29:58 -->