<?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: Resumable FTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637357#M590145</link>
    <description>Your first example:&lt;BR /&gt;&lt;BR /&gt;get 'PLXN.LXN.CUSTINTF.TROJ' test.txt&lt;BR /&gt;&lt;BR /&gt;In the regular ftp client, this retrieves the remote&lt;BR /&gt;file "TROJ"  and saves it in the local file "text.txt".&lt;BR /&gt;&lt;BR /&gt;However, the "get" command in ncftp behaves&lt;BR /&gt;more like the "mget" command in the regular&lt;BR /&gt;ftp client.  It is trying to get the two files&lt;BR /&gt;"PXLN..." and "text.txt".  This explains one&lt;BR /&gt;of your problems.&lt;BR /&gt;&lt;BR /&gt;As for your "cd" problem, is "." the separator&lt;BR /&gt;between directory names? If so, perhaps&lt;BR /&gt;ncftp is getting confused by it.&lt;BR /&gt;Try using "cd" one level at a time, e.g.:&lt;BR /&gt;&lt;BR /&gt;cd PLXN&lt;BR /&gt;cd LXN&lt;BR /&gt;cd CUSTINTF&lt;BR /&gt;get TROJ&lt;BR /&gt;&lt;BR /&gt;If all else fails, you ought to be able to use the  "quote"&lt;BR /&gt;command inside of ftp or ncftp to send the CWD&lt;BR /&gt;command directly to the server:&lt;BR /&gt;&lt;BR /&gt;quote cwd PLXN.LXN.CUSTINTF&lt;BR /&gt;get TROJ&lt;BR /&gt;&lt;BR /&gt;If the EBCDIC issue becomes a problem later,&lt;BR /&gt;remember that you can use the "dd" command&lt;BR /&gt;(outside of ftp) to convert between EBCDIC and&lt;BR /&gt;ASCII.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Jan 2002 21:24:14 GMT</pubDate>
    <dc:creator>Gregory Fruth</dc:creator>
    <dc:date>2002-01-07T21:24:14Z</dc:date>
    <item>
      <title>Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637347#M590135</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I would like to know if HP-UX release 11.0 can resume FTP from the point of last failure, when it is acting as the FTP client.&lt;BR /&gt;&lt;BR /&gt;So far, I cannot find relevant information from this site.&lt;BR /&gt;&lt;BR /&gt;If third party product is necessary / available, I would also appreciate, and you may let me know via my e-mail address man_lawrence@yahoo.com&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;&lt;BR /&gt;Lawrence Man&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2002 09:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637347#M590135</guid>
      <dc:creator>Lawrence Man</dc:creator>
      <dc:date>2002-01-02T09:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637348#M590136</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;wu-ftp supports resuming of FTP transfer.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.wu-ftpd.org/wu-ftpd-faq.html#IDX90" target="_blank"&gt;http://www.wu-ftpd.org/wu-ftpd-faq.html#IDX90&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Wed, 02 Jan 2002 09:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637348#M590136</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-02T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637349#M590137</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;HP-UX does not support the resume capability if the hp-ux system is the ftp client. Other third party applications do support the resume options but they use windows client. Many such ftp client softwares are available. Just try a google search with ftp and resume as options. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2002 09:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637349#M590137</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-02T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637350#M590138</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try these links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cd.chalmers.se/~hch/filerunner.html" target="_blank"&gt;http://www.cd.chalmers.se/~hch/filerunner.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.simtel.net/pub/pd/55077.html" target="_blank"&gt;http://www.simtel.net/pub/pd/55077.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux.tucows.com/internet/ftp.html" target="_blank"&gt;http://linux.tucows.com/internet/ftp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2002 09:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637350#M590138</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-02T09:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637351#M590139</link>
      <description>The FTP client "ncftp" may do what you need.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ncftp.com/" target="_blank"&gt;http://www.ncftp.com/&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;From the man page:&lt;BR /&gt;&lt;BR /&gt;The program tries to ``resume'' downloads by default.  This means&lt;BR /&gt;that if the remote FTP server lost the connection and was only&lt;BR /&gt;able to send 490 kilobytes of a 500 kilobyte file, you could&lt;BR /&gt;reconnect to the FTP server and do another get on the same file&lt;BR /&gt;name and it would get the last 10 kilobytes, instead of&lt;BR /&gt;retrieving the entire file again.  There are some occasions where&lt;BR /&gt;you may not want that behavior.  To turn it off you can use the&lt;BR /&gt;``-Z'' flag.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2002 20:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637351#M590139</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-01-03T20:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637352#M590140</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;Thanks all for the response.  I find that the HP-UX FTP client supports reget, which can resume transfer from the point of failure.&lt;BR /&gt;&lt;BR /&gt;However, I learn from other sites that resumable FTP also requires server side support.&lt;BR /&gt;&lt;BR /&gt;In my case, the ftp server is running MVS.  It can be configured to support checkpoint.  I tried to use "reget" myself to get a file from MVS to HP.  FTP prompted the error 504 "Restart requires EBCDIC data type".  Any idea about this?  I could not find an explanation from the HP site for the time being after several searches.  The get command could be run successfully.&lt;BR /&gt;&lt;BR /&gt;On the other hand, I tried ncftp but hit the error below.&lt;BR /&gt;&lt;BR /&gt;PASS command failed - __passwd() error : EDC5143I No such process.&lt;BR /&gt;&lt;BR /&gt;Could someone shed some light on this as well?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lawrence&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 03:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637352#M590140</guid>
      <dc:creator>Lawrence Man</dc:creator>
      <dc:date>2002-01-04T03:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637353#M590141</link>
      <description>One annoying feature of ncftp is that if you don't&lt;BR /&gt;supply a "-u username" argument, it assumes&lt;BR /&gt;you wanted to log in as "anonymous".  Perhaps&lt;BR /&gt;that error message is MVS's way of saying that&lt;BR /&gt;it couldn't log you in as "anonymous".  If this is the&lt;BR /&gt;problem, try "ncftp -u remoteuser remotehost",&lt;BR /&gt;where "remoteuser" is your user name on MVS.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2002 18:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637353#M590141</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-01-04T18:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637354#M590142</link>
      <description>Lawrence, I think your other error must be MVS's way of telling you that it doesn't know from what point in the file to restart transmission -- I seriously doubt that HP-UX cares much about EBCDIC.&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Sat, 05 Jan 2002 01:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637354#M590142</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-01-05T01:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637355#M590143</link>
      <description>Thanks Gregory for making me getting one step closer to the objective to enable resumable ftp GET from mainframe running MVS to HP-UX, when using ncftp.  &lt;BR /&gt;&lt;BR /&gt;However, ncftp's behavior is not the same as the "native" ftp client on HP-UX.  The current directory on mainframe is 'PLXNFTP.'.  I want to get the file 'PLXN.LXN.CUSTINTF.TROJ'.  On the other hand, the same command works in native HP-UX ftp client.  How may I specify the correct relative / absolute MVS source file path in ncftp?  I have tried several forms of CD (change directory commands) as well but none succeeded.  I have forgotten&lt;BR /&gt;most of the MVS terminologies and techniques after last use 10 years ago.&lt;BR /&gt;&lt;BR /&gt;For native FTP, I switched the type to EBCDIC.  FTP then complained when I used reget, saying that "Restart requires Block or Compressed transfer mode".  On the contrary, HP-UX native FTP clients only support stream transfer mode.  Therefore, I believe I have hit a dead end to pursue using native HP-UX ftp client.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 07:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637355#M590143</guid>
      <dc:creator>Lawrence Man</dc:creator>
      <dc:date>2002-01-07T07:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637356#M590144</link>
      <description>Some clarifications:&lt;BR /&gt;&lt;BR /&gt;In the message I posted above, I tried to perform the command:&lt;BR /&gt;get 'PLXN.LXN.CUSTINTF.TROJ' test.txt&lt;BR /&gt;at the ftp prompt.&lt;BR /&gt;&lt;BR /&gt;For native HP-UX ftp client, it works.&lt;BR /&gt;&lt;BR /&gt;For ncftp, it raised the error:&lt;BR /&gt;get PLXN.LXN.CUSTINTF.TROJ: server said: Data set 'PLXNFTP.PLXN.LXN.CUSTINTF.TROJ' not found&lt;BR /&gt;get test.txt: server said: Data set 'PLXNFTP.TEST.TXT' not found&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 07:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637356#M590144</guid>
      <dc:creator>Lawrence Man</dc:creator>
      <dc:date>2002-01-07T07:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resumable FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637357#M590145</link>
      <description>Your first example:&lt;BR /&gt;&lt;BR /&gt;get 'PLXN.LXN.CUSTINTF.TROJ' test.txt&lt;BR /&gt;&lt;BR /&gt;In the regular ftp client, this retrieves the remote&lt;BR /&gt;file "TROJ"  and saves it in the local file "text.txt".&lt;BR /&gt;&lt;BR /&gt;However, the "get" command in ncftp behaves&lt;BR /&gt;more like the "mget" command in the regular&lt;BR /&gt;ftp client.  It is trying to get the two files&lt;BR /&gt;"PXLN..." and "text.txt".  This explains one&lt;BR /&gt;of your problems.&lt;BR /&gt;&lt;BR /&gt;As for your "cd" problem, is "." the separator&lt;BR /&gt;between directory names? If so, perhaps&lt;BR /&gt;ncftp is getting confused by it.&lt;BR /&gt;Try using "cd" one level at a time, e.g.:&lt;BR /&gt;&lt;BR /&gt;cd PLXN&lt;BR /&gt;cd LXN&lt;BR /&gt;cd CUSTINTF&lt;BR /&gt;get TROJ&lt;BR /&gt;&lt;BR /&gt;If all else fails, you ought to be able to use the  "quote"&lt;BR /&gt;command inside of ftp or ncftp to send the CWD&lt;BR /&gt;command directly to the server:&lt;BR /&gt;&lt;BR /&gt;quote cwd PLXN.LXN.CUSTINTF&lt;BR /&gt;get TROJ&lt;BR /&gt;&lt;BR /&gt;If the EBCDIC issue becomes a problem later,&lt;BR /&gt;remember that you can use the "dd" command&lt;BR /&gt;(outside of ftp) to convert between EBCDIC and&lt;BR /&gt;ASCII.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2002 21:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resumable-ftp/m-p/2637357#M590145</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-01-07T21:24:14Z</dc:date>
    </item>
  </channel>
</rss>

