<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ftp scripts in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619499#M40502</link>
    <description>&lt;!--!*#--&gt;&amp;gt; [...] There is nothing wrong with my&lt;BR /&gt;&amp;gt; scripts but it just skips some platters&lt;BR /&gt;&amp;gt; while im doing it. Does anyone know what&lt;BR /&gt;&amp;gt; could be the reason. [...]&lt;BR /&gt;&lt;BR /&gt;I don't understand what's happening on line&lt;BR /&gt;23 of your script.</description>
    <pubDate>Sun, 18 Apr 2010 01:48:59 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-04-18T01:48:59Z</dc:date>
    <item>
      <title>ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619498#M40501</link>
      <description>I'm doing data extraction running ftp scripts. While extracting the data it extract couple of platters (slots) in a sequence and then skip some of platters and then start extracting the next platters. There is nothing wrong with my scripts&lt;BR /&gt;but it just skips some platters while im doing it. Does anyone know what could be the reason. Please let me know. Thanks in advance.</description>
      <pubDate>Sat, 17 Apr 2010 22:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619498#M40501</guid>
      <dc:creator>aakhan</dc:creator>
      <dc:date>2010-04-17T22:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619499#M40502</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] There is nothing wrong with my&lt;BR /&gt;&amp;gt; scripts but it just skips some platters&lt;BR /&gt;&amp;gt; while im doing it. Does anyone know what&lt;BR /&gt;&amp;gt; could be the reason. [...]&lt;BR /&gt;&lt;BR /&gt;I don't understand what's happening on line&lt;BR /&gt;23 of your script.</description>
      <pubDate>Sun, 18 Apr 2010 01:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619499#M40502</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-18T01:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619500#M40503</link>
      <description>These are my ftp scripts...&lt;BR /&gt;ftp -s:gg01_11.txt 0.0.0.0&lt;BR /&gt;cd ..&lt;BR /&gt;cd gg0004_gg0014&lt;BR /&gt;ftp -s:gg04_14.txt 0.0.0.0&lt;BR /&gt;cd..&lt;BR /&gt;cd gg0005_gg0015&lt;BR /&gt;ftp -s:gg05_15.txt 0.0.0.0&lt;BR /&gt;Here I'm calling gg01_11.txt file. It does the extraction for the first file then skip the 2nd one and moved to the 3rd one. I looked at all my scripts but didnt found any errors because when i try to extract the images for the file which was skipped for the 2nd time it does extract the data for that file. I'm wondering is it because of the buffer overflow? if yes then how could i fix this issue?</description>
      <pubDate>Sun, 18 Apr 2010 05:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619500#M40503</guid>
      <dc:creator>aakhan</dc:creator>
      <dc:date>2010-04-18T05:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619501#M40504</link>
      <description>&amp;gt;couple of platters (slots)&lt;BR /&gt;&lt;BR /&gt;You appear to be using domain terminology, unrelated to computer science.  It appears you want to skip files somehow?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Here I'm calling gg01_11.txt file.&lt;BR /&gt;&lt;BR /&gt;What's in that file?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: I don't understand what's happening ...&lt;BR /&gt;&lt;BR /&gt;Steven is asking to see your whole script and a better idea what you are trying to do and what doesn't work.</description>
      <pubDate>Sun, 18 Apr 2010 06:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619501#M40504</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-18T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619502#M40505</link>
      <description>Thanks Dennis and Steven for your replies. &lt;BR /&gt;gg01_11.txt file is a text file which has directories and subdirectories of the specific platter in it. Here is the example of the text file. &lt;BR /&gt;xyz&lt;BR /&gt;xyz&lt;BR /&gt;bin&lt;BR /&gt;prompt&lt;BR /&gt;cd f:\&lt;BR /&gt;cd f:\OAB019\OABA0021\SUBDIREC.002&lt;BR /&gt;mget *&lt;BR /&gt;cd f:\OAB019\OABA0021\SUBDIREC.003&lt;BR /&gt;mget *&lt;BR /&gt;cd f:\OAB019\OABA0021\SUBDIREC.004&lt;BR /&gt;mget *&lt;BR /&gt;cd f:\OAB019\OABA0021\SUBDIREC.005&lt;BR /&gt;mget *&lt;BR /&gt;cd f:\OAB019\OABA0021\SUBDIREC.006&lt;BR /&gt;mget *&lt;BR /&gt;cd f:\OAB019\OABA0021\SUBDIREC.007&lt;BR /&gt;mget *&lt;BR /&gt;quit&lt;BR /&gt;&lt;BR /&gt;When i came to the office today it repeated the same thing. i.e. extracted images from 2 platters and then skip couple of them and then started extracting the next platters. I dont know how to resolve this issue.&lt;BR /&gt;I've searched so many sites but couldn't found anything.</description>
      <pubDate>Sun, 18 Apr 2010 16:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619502#M40505</guid>
      <dc:creator>aakhan</dc:creator>
      <dc:date>2010-04-18T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619503#M40506</link>
      <description>&lt;!--!*#--&gt;Your confidence in the psychic powers of your&lt;BR /&gt;readers is flattering, but probably&lt;BR /&gt;unjustified.  I'd guess that no one here&lt;BR /&gt;knows:&lt;BR /&gt;&lt;BR /&gt;What the client or server systems are&lt;BR /&gt;(although the "f:\" suggests that the server&lt;BR /&gt;is some (unspecified) kind of Windows system,&lt;BR /&gt;running some (unspecified) kind of FTP&lt;BR /&gt;server).&lt;BR /&gt;&lt;BR /&gt;What, exactly, fails, how, exactly.&lt;BR /&gt;&lt;BR /&gt;What "platters (slots)" might be.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I dont know how to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;So far, you haven't even _described_ it well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can't see any error messages from anything.&lt;BR /&gt;&lt;BR /&gt;I can't see which files or directories might&lt;BR /&gt;exist on the FTP server system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the FTP server program maintains a log&lt;BR /&gt;file of some kind, then it might be (or be&lt;BR /&gt;able to be) recording some useful information&lt;BR /&gt;there.</description>
      <pubDate>Sun, 18 Apr 2010 21:20:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619503#M40506</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-18T21:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619504#M40507</link>
      <description>&amp;gt;extracted images from 2 platters and then skip couple of them and then started extracting the next platters.&lt;BR /&gt;&lt;BR /&gt;Are you talking about files here?  By images, do you again mean files?&lt;BR /&gt;Are you getting any files with mget?  You appear to be using mget from several Windows folders and putting them into the same Linux directory.  Any overlap in filenames?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Apr 2010 22:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619504#M40507</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-18T22:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619505#M40508</link>
      <description>Hi Steven, Let me explain it again. &lt;BR /&gt;I'm extracting files using ftp scripts. F:\ is OS 2 windows system which im using it here. The files on the ftp server are in the dir/sub dir structure. I have the same structure on my local machine where im saving these files. Lets call the platters some sort of disk here. When i run ftp scripts it extract the files from 2 or 3 platters(disks) and then skip the next platters and then start extracting files from the last platters which I have in my batch file. The name of the dir/directories on the ftp server and the scripts that im using is similar. So, Dennis there is no overlap and by images i mean files sorry for any confusion. I would like to say thank you to both of you guys for your time and help. I really need to resolve this issue. Please let me know if i need to explain it again.</description>
      <pubDate>Mon, 19 Apr 2010 00:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619505#M40508</guid>
      <dc:creator>aakhan</dc:creator>
      <dc:date>2010-04-19T00:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619506#M40509</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] F:\ is OS 2 windows system [...]&lt;BR /&gt;&lt;BR /&gt;What, exactly, does that mean?  OS/2?&lt;BR /&gt;Windows?  Something else?  Some version of&lt;BR /&gt;something?&lt;BR /&gt;&lt;BR /&gt;I still don't know which FTP server is used&lt;BR /&gt;there.  I still don't know if it's logging&lt;BR /&gt;any errors.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Lets call the platters some sort of&lt;BR /&gt;&amp;gt; disk here. [...]&lt;BR /&gt;&lt;BR /&gt;I have a better idea.  Let's call them what&lt;BR /&gt;they actually are.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] and then skip the next platters [...]&lt;BR /&gt;&lt;BR /&gt;How are these "platters", whatever they are,&lt;BR /&gt;related to the directories in your FTP client&lt;BR /&gt;input files?  What, exactly, gets skipped?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Please let me know if i need to&lt;BR /&gt;&amp;gt; explain it again.&lt;BR /&gt;&lt;BR /&gt;If you do it better, then doing it again&lt;BR /&gt;might help.  If you keep doing it the same,&lt;BR /&gt;then repeating it may not help.  Answering&lt;BR /&gt;some questions might help.</description>
      <pubDate>Mon, 19 Apr 2010 03:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619506#M40509</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-19T03:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619507#M40510</link>
      <description>We operate jukeboxes by using pc's with OS 2 windows.The data resides in IBM jukeboxes and in each jukebox there are more then 200 platters. Now each platter contains thousands of images (files) and I'm running the above ftp scripts to extract the images (files) from the jukeboxes and then saving it to the local machine but when i run the ftp scripts to extract the data from the platters in the sequence based on my scripts it extract data from first few platters and then keeps skipping the next few after and goes to the last few platters or some times it crashes the whole system. &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 04:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619507#M40510</guid>
      <dc:creator>aakhan</dc:creator>
      <dc:date>2010-04-19T04:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619508#M40511</link>
      <description>Steven, it is not logging any error. It just display the end of scripts message. &lt;BR /&gt;In each platters there is a directory structure.&lt;BR /&gt;I hope this might clear your confusion about my question. Thanks for your help.</description>
      <pubDate>Mon, 19 Apr 2010 04:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619508#M40511</guid>
      <dc:creator>aakhan</dc:creator>
      <dc:date>2010-04-19T04:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619509#M40512</link>
      <description>&amp;gt;We operate jukeboxes by using PCs with OS/2 windows.  The data resides in IBM jukeboxes and in each jukebox there are more then 200 platters. Now each platter contains thousands of files&lt;BR /&gt;&lt;BR /&gt;So a platter is just a directory?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but when I run the ftp scripts to extract the data from the platters in the sequence based on my scripts ... or some times it crashes the whole system.&lt;BR /&gt;&lt;BR /&gt;Perhaps you should be asking IBM if they support ftp access to their device.  Especially the crash.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;In each platter there is a directory structure.&lt;BR /&gt;&lt;BR /&gt;Which of the above f: paths is it?</description>
      <pubDate>Mon, 19 Apr 2010 10:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619509#M40512</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-19T10:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619510#M40513</link>
      <description>Hi Dennis,Platter is like a volume which as two sides i.e. side A and side B. Each side has contain files in the directory structure.&lt;BR /&gt;This is my ftp script which i have created: &lt;BR /&gt;ftp -s:gg01_11.txt 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;This is the directory and sub dirtory structure in the jukeboxes:&lt;BR /&gt;cd f:\GG0001\OFDG0001\SUBDIREC.001&lt;BR /&gt;mget *&lt;BR /&gt;&lt;BR /&gt;If i ask IBM they might tell me that there should be someone baby sitting the PC's incase it crashes so we can reboot the Jukebox and start extracted again. &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 16:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619510#M40513</guid>
      <dc:creator>aakhan</dc:creator>
      <dc:date>2010-04-19T16:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619511#M40514</link>
      <description>&amp;gt;cd f:\GG0001\OFDG0001\SUBDIREC.001&lt;BR /&gt;&amp;gt;mget *&lt;BR /&gt;&lt;BR /&gt;In your script you may want to replace your "mget*" by ls to see if you can access all the files you want without that "skipping".</description>
      <pubDate>Fri, 23 Apr 2010 22:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619511#M40514</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-23T22:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619512#M40515</link>
      <description>You may want to consider an automated way of generating an FTP batch script based on platters/tracks (directories/files). This script that I use does that.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.biterscripting.com/helppages/SS_FTPUpload.html" target="_blank"&gt;http://www.biterscripting.com/helppages/SS_FTPUpload.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did not write this script, but take a look at its code, and try to implement it in pure batch.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2010 15:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619512#M40515</guid>
      <dc:creator>PatrickMc</dc:creator>
      <dc:date>2010-05-05T15:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftp scripts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619513#M40516</link>
      <description>You may want to consider an automated way of generating an FTP batch script based on platters/tracks (directories/files). This script that I use does that.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.biterscripting.com/helppages/SS_FTPUpload.html" target="_blank"&gt;http://www.biterscripting.com/helppages/SS_FTPUpload.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did not write this script, but take a look at its code, and try to implement it in pure - i meant shell script (that script seems to have a language similar to shell script).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2010 15:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ftp-scripts/m-p/4619513#M40516</guid>
      <dc:creator>PatrickMc</dc:creator>
      <dc:date>2010-05-05T15:03:02Z</dc:date>
    </item>
  </channel>
</rss>

