<?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 Ftp batch file to transfer file to Unix in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678884#M52697</link>
    <description>Admins,&lt;BR /&gt;&lt;BR /&gt;I am looking for an ftp.bat file that will prompt the user for a file name, look in a specific directory on their PC and then automagically ftp it to the Unix server without them entering the ftp account and password.  &lt;BR /&gt;&lt;BR /&gt;I would like to then make this into an exe file so that they login credentials are not exposed and put it on their desktop.&lt;BR /&gt;&lt;BR /&gt;Any suggestions, thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Mar 2002 14:06:48 GMT</pubDate>
    <dc:creator>Nick D'Angelo</dc:creator>
    <dc:date>2002-03-08T14:06:48Z</dc:date>
    <item>
      <title>Ftp batch file to transfer file to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678884#M52697</link>
      <description>Admins,&lt;BR /&gt;&lt;BR /&gt;I am looking for an ftp.bat file that will prompt the user for a file name, look in a specific directory on their PC and then automagically ftp it to the Unix server without them entering the ftp account and password.  &lt;BR /&gt;&lt;BR /&gt;I would like to then make this into an exe file so that they login credentials are not exposed and put it on their desktop.&lt;BR /&gt;&lt;BR /&gt;Any suggestions, thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 14:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678884#M52697</guid>
      <dc:creator>Nick D'Angelo</dc:creator>
      <dc:date>2002-03-08T14:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp batch file to transfer file to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678885#M52698</link>
      <description>&lt;BR /&gt;hi,&lt;BR /&gt;&lt;BR /&gt;this link will help u&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83e45f260cafd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83e45f260cafd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Vijeesh CTK</description>
      <pubDate>Fri, 08 Mar 2002 14:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678885#M52698</guid>
      <dc:creator>Vijeesh CTK</dc:creator>
      <dc:date>2002-03-08T14:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp batch file to transfer file to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678886#M52699</link>
      <description>If you wish to do this in a .bat file on DOS, the option 'ftp -s:filename' is used to specify a file of commands.&lt;BR /&gt;&lt;BR /&gt;If you wish to go further and create an executable, break out a development package. Alternatively, make the 'ftp' anonymous or perform a 'chroot' upon login to protect the files.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 08 Mar 2002 14:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678886#M52699</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-03-08T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp batch file to transfer file to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678887#M52700</link>
      <description>That is a good start, but how can I build in the prompt for the file name that will change every week?&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 14:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678887#M52700</guid>
      <dc:creator>Nick D'Angelo</dc:creator>
      <dc:date>2002-03-08T14:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp batch file to transfer file to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678888#M52701</link>
      <description>Write a DOS Batch file that will prompt for the data, build the commands text file, then run the ftp command with the text file that was built.&lt;BR /&gt;&lt;BR /&gt;Its been 10 yrs since I wrote a DOS Batch file with any form of input and logic. Try asking someone over 35 in your IT organisation, they may know how.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 08 Mar 2002 14:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678888#M52701</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-03-08T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp batch file to transfer file to Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678889#M52702</link>
      <description>To simplify things you could do what our production system does.  The transfer process runs as a service.  It periodically checks a folder - let's call it OUT - and if it find something it opens an FTP session and away it goes.&lt;BR /&gt;&lt;BR /&gt;All the user has to know is that anything placed in the OUT folder will be sent to the other server.  You can then just use explorer to move the file into OUT or you can write a bat file which does a mv * OUT if you prefer DOS.&lt;BR /&gt;&lt;BR /&gt;There is a commercial program ($40) called robo-ftp which might do what you want.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.winsite.com/bin/Info?5000000038404" target="_blank"&gt;http://www.winsite.com/bin/Info?5000000038404&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To download a demo/trial version.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Fri, 08 Mar 2002 18:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-batch-file-to-transfer-file-to-unix/m-p/2678889#M52702</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-08T18:36:13Z</dc:date>
    </item>
  </channel>
</rss>

