<?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 without Password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008912#M771017</link>
    <description>hi Suseendran,&lt;BR /&gt;&lt;BR /&gt;also consider using secure FTP also known as sftp.&lt;BR /&gt;&lt;BR /&gt;It may also use many features of ssh, such as public key authentication and compression.&lt;BR /&gt;&lt;BR /&gt;it is more secured.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Tue, 17 Oct 2006 07:50:07 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2006-10-17T07:50:07Z</dc:date>
    <item>
      <title>FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008910#M771015</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I am uploading files to my server from my windows machine using ftp.&lt;BR /&gt;&lt;BR /&gt;It want to create a  batch file and when i run it from my windows machine it automatically copy the files to the FTP server without asking the password.&lt;BR /&gt;&lt;BR /&gt;My query is,&lt;BR /&gt;&lt;BR /&gt;How can i send the password to my ftp server while i am running a batch  file..&lt;BR /&gt;I dont want to do it manaully , I want to enter the password in my script, such that the ftp upload operation start automatically.&lt;BR /&gt;&lt;BR /&gt;Anybody guide me how to do it...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Suseendran .A</description>
      <pubDate>Tue, 17 Oct 2006 02:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008910#M771015</guid>
      <dc:creator>Virumandi</dc:creator>
      <dc:date>2006-10-17T02:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008911#M771016</link>
      <description>Hi,&lt;BR /&gt;on the windows machine create a .bat file with:&lt;BR /&gt;echo user USERID PASSWORD &amp;gt; a.lis&lt;BR /&gt;echo ls &amp;gt;&amp;gt; a.lis&lt;BR /&gt;echo bye &amp;gt;&amp;gt; a.lis&lt;BR /&gt;ftp -n -d -s:a.lis IPADDRESS&lt;BR /&gt;del a.lis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOT recommened way, as it gives you a security problem:&lt;BR /&gt;On the UNIX machine&lt;BR /&gt;edit $HOME/.netrc&lt;BR /&gt;machine &lt;YOURMACHINE&gt; login &lt;USERNAME&gt; password &lt;YOURPASSWORD&gt;&lt;BR /&gt;chmod 700 $HOME/.netrc&lt;BR /&gt;&lt;BR /&gt;You should then be able to ftp directly.&lt;/YOURPASSWORD&gt;&lt;/USERNAME&gt;&lt;/YOURMACHINE&gt;</description>
      <pubDate>Tue, 17 Oct 2006 02:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008911#M771016</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-17T02:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008912#M771017</link>
      <description>hi Suseendran,&lt;BR /&gt;&lt;BR /&gt;also consider using secure FTP also known as sftp.&lt;BR /&gt;&lt;BR /&gt;It may also use many features of ssh, such as public key authentication and compression.&lt;BR /&gt;&lt;BR /&gt;it is more secured.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 17 Oct 2006 07:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008912#M771017</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-10-17T07:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008913#M771018</link>
      <description>Hi.,&lt;BR /&gt;&lt;BR /&gt;I accept your words that sftp is more secure and fast when compare to ftp.&lt;BR /&gt;&lt;BR /&gt;But when i give sftp command from my system it is giving the error message "command not found"&lt;BR /&gt;&lt;BR /&gt;Can u tell me , whether sftp will work in windows , if so how can i came out of the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Suseendran .A</description>
      <pubDate>Tue, 17 Oct 2006 08:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008913#M771018</guid>
      <dc:creator>Virumandi</dc:creator>
      <dc:date>2006-10-17T08:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008914#M771019</link>
      <description>Hi,&lt;BR /&gt;"sftp for windows"&lt;BR /&gt;&lt;A href="http://winscp.net/eng/index.php" target="_blank"&gt;http://winscp.net/eng/index.php&lt;/A&gt;&lt;BR /&gt;or&lt;BR /&gt;"ssh for windows"&lt;BR /&gt;&lt;A href="http://www.networksimplicity.com" target="_blank"&gt;http://www.networksimplicity.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"ssh for UNIX"&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-4.3p2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-4.3p2/&lt;/A&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008914#M771019</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-17T08:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008915#M771020</link>
      <description>I use expect scripting to perform promptless FTP from Cron. &lt;BR /&gt;&lt;BR /&gt;1st I have a perl/sed script that modifies the TEMPLATE Below:&lt;BR /&gt;Specifically FILE the USERNAME and PASSWORD are embedded in the expect script. (if you have security concerns I'd opt for batch mode SFTP where you've exchanged keys. &lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/expect &lt;BR /&gt;spawn ftp 10.3.253.6&lt;BR /&gt;expect "Name"&lt;BR /&gt;send "USERNAME\r"&lt;BR /&gt;expect "Password:" &lt;BR /&gt;send "PASSWORD\r"&lt;BR /&gt;expect "ftp&amp;gt; "&lt;BR /&gt;send "lcd /home/xfer\r"&lt;BR /&gt;expect "ftp&amp;gt; "&lt;BR /&gt;send "cd /tmp/xfer\r"&lt;BR /&gt;expect "ftp&amp;gt; "&lt;BR /&gt;send "ascii\r"&lt;BR /&gt;expect "ftp&amp;gt; "&lt;BR /&gt;send "put FILE\r"&lt;BR /&gt;expect "ftp&amp;gt; "&lt;BR /&gt;send "quit\r"&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2006 08:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008915#M771020</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2006-10-18T08:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008916#M771021</link>
      <description>Hi,&lt;BR /&gt;could you please update this thread.&lt;BR /&gt;If the problem is resolved, please award points and close stating solution.</description>
      <pubDate>Fri, 20 Oct 2006 04:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008916#M771021</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-20T04:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: FTP without Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008917#M771022</link>
      <description>Hi .,&lt;BR /&gt;&lt;BR /&gt;Thanks to all&lt;BR /&gt;Now It is working fine.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2006 03:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-without-password/m-p/5008917#M771022</guid>
      <dc:creator>Virumandi</dc:creator>
      <dc:date>2006-10-25T03:55:09Z</dc:date>
    </item>
  </channel>
</rss>

