<?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 'put' in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692855#M842873</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to use * :&lt;BR /&gt;&lt;BR /&gt;- in ftp : prompt&lt;BR /&gt;&lt;BR /&gt;- then use mput instead of put&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Patrice</description>
    <pubDate>Thu, 28 Mar 2002 16:29:05 GMT</pubDate>
    <dc:creator>MARTINACHE</dc:creator>
    <dc:date>2002-03-28T16:29:05Z</dc:date>
    <item>
      <title>ftp 'put'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692853#M842871</link>
      <description>We are trying to ftp 'put' from an HP3000 system to an OS/2 ftp server with the requirement of renaming the file on the remote (OS/2) with a space in the filename.&lt;BR /&gt;&lt;BR /&gt;From non-HP3000 systems, we simply surround the filename with "..." so the command appears as:&lt;BR /&gt;put source "destination file name with spaces"&lt;BR /&gt;&lt;BR /&gt;When the command is executed we see it tried to keep just "destination as the filename (including the " and stopping at the first space). We have tried various combinations of single quotes, double quotes, no quotes, slashes, backslashes, etc.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Thu, 28 Mar 2002 15:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692853#M842871</guid>
      <dc:creator>Bob Foster</dc:creator>
      <dc:date>2002-03-28T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: ftp 'put'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692854#M842872</link>
      <description>Bob-&lt;BR /&gt;&lt;BR /&gt;I don't know if this will work or not, since I'm not sure about how ftp will handle it, but can you make a copy of the file and rename it with spaces on UNIX, and move it to a directory by itself (/home/temp or something).  say the file name is "file copy today" then, in ftp, try using&lt;BR /&gt;&lt;BR /&gt;put file*&lt;BR /&gt;&lt;BR /&gt;I know that you can get away with using this for commands like cp and rm, but I don't know if the wildcard will be accepted by ftp. give it a shot.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 28 Mar 2002 16:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692854#M842872</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2002-03-28T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: ftp 'put'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692855#M842873</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to use * :&lt;BR /&gt;&lt;BR /&gt;- in ftp : prompt&lt;BR /&gt;&lt;BR /&gt;- then use mput instead of put&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Patrice</description>
      <pubDate>Thu, 28 Mar 2002 16:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692855#M842873</guid>
      <dc:creator>MARTINACHE</dc:creator>
      <dc:date>2002-03-28T16:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: ftp 'put'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692856#M842874</link>
      <description>A couple more tidbits of info about the problem:&lt;BR /&gt;1)the destination filename must be exactly this:&lt;BR /&gt;"$$ ID=EP003F BID='AB1234' PASSWORD=ABCD"&lt;BR /&gt;&lt;BR /&gt;2)the HP3000 is running MPEIX ver 6.0 that does not allow $ in the filename</description>
      <pubDate>Thu, 28 Mar 2002 16:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692856#M842874</guid>
      <dc:creator>Bob Foster</dc:creator>
      <dc:date>2002-03-28T16:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: ftp 'put'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692857#M842875</link>
      <description>Bob&lt;BR /&gt;&lt;BR /&gt;Try:-&lt;BR /&gt;&lt;BR /&gt;put firstfile 'first file'&lt;BR /&gt;&lt;BR /&gt;or :-&lt;BR /&gt;put firstfile `first file`&lt;BR /&gt;&lt;BR /&gt;It may work&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 28 Mar 2002 16:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692857#M842875</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-03-28T16:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp 'put'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692858#M842876</link>
      <description>Would it be possible to ftp *from* the OS/2 server *to* the Unix box?&lt;BR /&gt;&lt;BR /&gt;Instead of using the Unix 'put' command, try doing a &lt;BR /&gt;get filename "file name"&lt;BR /&gt;from your OS/2 machine.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Mar 2002 01:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-put/m-p/2692858#M842876</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-03-29T01:38:03Z</dc:date>
    </item>
  </channel>
</rss>

