<?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 script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661160#M796933</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies. the hp-ux system supports sftp. &lt;BR /&gt;&lt;BR /&gt;$ ps -ef | grep -i ftp&lt;BR /&gt;21782 21781  0  Oct 20  ?         0:00 sh -c /opt/ssh/libexec/sftp-server&lt;BR /&gt;10687 10686  0 09:15:19 ?         0:00 /opt/ssh/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, at the windows xp dos command, if I&lt;BR /&gt; &lt;BR /&gt;&amp;gt;sftp&lt;BR /&gt;'sftp' is not recognized as an internal or external command, operable program or batch file.&lt;BR /&gt;&lt;BR /&gt;So, in order to have sftp connect to hpux system from the windows system, could you tell what I require ...&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
    <pubDate>Mon, 31 Oct 2005 11:39:04 GMT</pubDate>
    <dc:creator>John_1005</dc:creator>
    <dc:date>2005-10-31T11:39:04Z</dc:date>
    <item>
      <title>ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661156#M796929</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This hp-ux system won't allow ftp.  sftp commands won't work either. I can only ftp the file from a windows desktop to this system using an ftp client (psftp). I have to automate the ftp process as a command line script.. Which ftp protocol is supported by the hpux system so that I can test a script from windows? Any ideas?</description>
      <pubDate>Mon, 31 Oct 2005 11:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661156#M796929</guid>
      <dc:creator>John_1005</dc:creator>
      <dc:date>2005-10-31T11:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661157#M796930</link>
      <description>HP-UX can support both standard FTP and SFTP (if the ssh software is installed) but the service(s) must be enabled. If I were doing your task I would use Perl because you get error checking for free and Perl will run on Windows. Check out the Net::FTP module.</description>
      <pubDate>Mon, 31 Oct 2005 11:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661157#M796930</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-31T11:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661158#M796931</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;You don't say what doesn't work.  Make sure that your '/etc/inetd.conf' file allows the 'ftpd' daemon to be started.  You should have a line that looks like:&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd&lt;BR /&gt;&lt;BR /&gt;If not, add it, or uncomment it, and restart the 'inetd' daemon:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 31 Oct 2005 11:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661158#M796931</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-10-31T11:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661159#M796932</link>
      <description>If you want to share files between HPUX and a windows box, have you considered using CIFS/9000? Its free... and you can do a lot of neat things with it.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Oct 2005 11:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661159#M796932</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2005-10-31T11:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661160#M796933</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies. the hp-ux system supports sftp. &lt;BR /&gt;&lt;BR /&gt;$ ps -ef | grep -i ftp&lt;BR /&gt;21782 21781  0  Oct 20  ?         0:00 sh -c /opt/ssh/libexec/sftp-server&lt;BR /&gt;10687 10686  0 09:15:19 ?         0:00 /opt/ssh/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, at the windows xp dos command, if I&lt;BR /&gt; &lt;BR /&gt;&amp;gt;sftp&lt;BR /&gt;'sftp' is not recognized as an internal or external command, operable program or batch file.&lt;BR /&gt;&lt;BR /&gt;So, in order to have sftp connect to hpux system from the windows system, could you tell what I require ...&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Mon, 31 Oct 2005 11:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661160#M796933</guid>
      <dc:creator>John_1005</dc:creator>
      <dc:date>2005-10-31T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661161#M796934</link>
      <description>Just do a Google search for "SFTP Client for Windows"; you should get tons of hits.</description>
      <pubDate>Mon, 31 Oct 2005 11:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661161#M796934</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-31T11:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661162#M796935</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;If you use psftp ( the one which comes with the PuTTY software I guess ) you should be able to use it against a HP-UX box running ssh. Only type at your DOS prompt "psftp ip_address_of_your_server" and I think it should work.&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Mon, 31 Oct 2005 11:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661162#M796935</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2005-10-31T11:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661163#M796936</link>
      <description>On the XP box, you need an sftp client. Cygwin available from &lt;A href="http://www.cygwin.com/" target="_blank"&gt;http://www.cygwin.com/&lt;/A&gt; (free)&lt;BR /&gt;has a full suite of unix commands including all sftp etc. &lt;BR /&gt;you can also try &lt;A href="http://winscp.net/eng/index.php" target="_blank"&gt;http://winscp.net/eng/index.php&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Oct 2005 11:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661163#M796936</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2005-10-31T11:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661164#M796937</link>
      <description>I've found that WinSCP is a nicer secure ftp tool that uses sftp.  It has a GUI interface and unlike psftp.exe, it can transfer in binary and ascii mode.  ASCII mode transfer is needed to move text files from DOS to UNIX format, because it auto-translates the CR/LF to CR conversion.&lt;BR /&gt;&lt;BR /&gt;You can find WinSCP easily via web search.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 01 Nov 2005 09:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/3661164#M796937</guid>
      <dc:creator>Steve McClendon_1</dc:creator>
      <dc:date>2005-11-01T09:26:01Z</dc:date>
    </item>
  </channel>
</rss>

