<?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 from Unix to Windows: The system cannot find the path specified. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095335#M310952</link>
    <description>Bith of the previous posts resolve your issue.&lt;BR /&gt;In the ftp job you can&lt;BR /&gt;lcd /home/path&lt;BR /&gt;put file.txt&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;put /home/path/file.txt file.txt&lt;BR /&gt;&lt;BR /&gt;Either checks out fine unix to windoze. As noted, on the windoze side the admin likely set up a default directory for the unix user to log into.&lt;BR /&gt;&lt;BR /&gt;Now look at the perl versions of ftp to cover your error checking.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;-dl</description>
    <pubDate>Wed, 31 Oct 2007 15:23:31 GMT</pubDate>
    <dc:creator>Dave La Mar</dc:creator>
    <dc:date>2007-10-31T15:23:31Z</dc:date>
    <item>
      <title>FTP from Unix to Windows: The system cannot find the path specified.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095331#M310948</link>
      <description>I get the following error message when trying to FTP a file that is there. The permissions are open and I cant figure out why we're getting this error. Is there a temporary directory that ftp is using? Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ftp Server&lt;BR /&gt;Connected to server.&lt;BR /&gt;220 Server Microsoft FTP Service (Version 5.0).&lt;BR /&gt;Name (Server:NAME): login&lt;BR /&gt;331 Password required for login.&lt;BR /&gt;Password:&lt;BR /&gt;230 User login logged in.&lt;BR /&gt;Remote system type is Windows_NT.&lt;BR /&gt;ftp&amp;gt; asci&lt;BR /&gt;200 Type set to A.&lt;BR /&gt;ftp&amp;gt; ftp&amp;gt; put  /home/path/file.txt&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;550 /home/path/file.txt: The system cannot find the path specified.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2007 13:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095331#M310948</guid>
      <dc:creator>CRollins</dc:creator>
      <dc:date>2007-10-31T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP from Unix to Windows: The system cannot find the path specified.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095332#M310949</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Use the pwd command to see where you are.&lt;BR /&gt;&lt;BR /&gt;The ftp server likely has your account in chroot jail wheer /home is configured as root.&lt;BR /&gt;&lt;BR /&gt;lcd is used to set the local directory from which to upload&lt;BR /&gt;&lt;BR /&gt;After login try this:&lt;BR /&gt;&lt;BR /&gt;lcd c:\temp   (wherever the file is)&lt;BR /&gt;put file.txt&lt;BR /&gt;&lt;BR /&gt;ls -la or ls should work in the ftp interface as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Oct 2007 14:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095332#M310949</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-31T14:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP from Unix to Windows: The system cannot find the path specified.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095333#M310950</link>
      <description>Does Microsoft FTP Service (Version 5.0) know&lt;BR /&gt;what a path like "/home/path/file.txt" means,&lt;BR /&gt;or is it looking for a path more like&lt;BR /&gt;"C:\home\path\file.txt"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Use the pwd command to see where you are.&lt;BR /&gt;&lt;BR /&gt;Good idea.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; lcd c:\temp (wherever the file is)&lt;BR /&gt;&lt;BR /&gt;Not such a good idea, when the FTP _client_&lt;BR /&gt;is on the UNIX system, and the _server_ is on&lt;BR /&gt;Windows.  However, an appropriate LCD command&lt;BR /&gt;could be useful, for example:&lt;BR /&gt;&lt;BR /&gt;lcd /home/path&lt;BR /&gt;put file.txt&lt;BR /&gt;&lt;BR /&gt;as could a slightly more portable PUT, for&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;put /home/path/file.txt file.txt&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Oct 2007 14:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095333#M310950</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-31T14:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP from Unix to Windows: The system cannot find the path specified.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095334#M310951</link>
      <description>The put command has two parameters: the source and the destination filename. Some (not all) ftp programs will default the destination (HP-UX is one) and so your command is really:&lt;BR /&gt; &lt;BR /&gt;put /home/path/file.txt /home/path/file.txt&lt;BR /&gt; &lt;BR /&gt;Doesn't make much sense to the destination computer since the slashes go the other way and /home (or \home) doesn't exist. You must specify exactly where you want the file to go *AND* the name. ftp will not accept a destination directory, only a filename, with or without a path.&lt;BR /&gt; &lt;BR /&gt;So the error: The system cannot find the path specified.&lt;BR /&gt;came from Windows.</description>
      <pubDate>Wed, 31 Oct 2007 15:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095334#M310951</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-10-31T15:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTP from Unix to Windows: The system cannot find the path specified.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095335#M310952</link>
      <description>Bith of the previous posts resolve your issue.&lt;BR /&gt;In the ftp job you can&lt;BR /&gt;lcd /home/path&lt;BR /&gt;put file.txt&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;put /home/path/file.txt file.txt&lt;BR /&gt;&lt;BR /&gt;Either checks out fine unix to windoze. As noted, on the windoze side the admin likely set up a default directory for the unix user to log into.&lt;BR /&gt;&lt;BR /&gt;Now look at the perl versions of ftp to cover your error checking.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;-dl</description>
      <pubDate>Wed, 31 Oct 2007 15:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095335#M310952</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2007-10-31T15:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP from Unix to Windows: The system cannot find the path specified.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095336#M310953</link>
      <description>&amp;gt; put /home/path/file.txt /home/path/file.txt&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; Doesn't make much sense to the destination&lt;BR /&gt;&amp;gt; computer since the slashes go the other way&lt;BR /&gt;&lt;BR /&gt;I wouldn't bet on it.  Many non-UNIX FTP&lt;BR /&gt;servers accept a UNIX-like path&lt;BR /&gt;specification.  Even HP's VMS FTP server,&lt;BR /&gt;which is pretty lame in many ways, can do it.&lt;BR /&gt;For the ultimate in RFC compliance, one&lt;BR /&gt;really should use a separate CD command for&lt;BR /&gt;every step in the hierarchy, but most servers&lt;BR /&gt;don't demand this.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; and /home (or \home) doesn't exist. [...]&lt;BR /&gt;&lt;BR /&gt;Interesting.  I have no idea what does or&lt;BR /&gt;does not exist on someone else's FTP server.</description>
      <pubDate>Wed, 31 Oct 2007 22:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-from-unix-to-windows-the-system-cannot-find-the-path/m-p/4095336#M310953</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-31T22:17:57Z</dc:date>
    </item>
  </channel>
</rss>

