<html>
  <head>
    <style type="text/css">
      <!--
        body { line-height: normal; margin-right: 4px; font-variant: normal; margin-bottom: 1px; margin-top: 4px; margin-left: 4px }
      -->
    </style>
    
  </head>
  <body style="margin-right: 4px; margin-bottom: 1px; margin-top: 4px; margin-left: 4px">
    <DIV>      You can also script FTP with expect or in perl with Net::FTP
    </DIV>
    <DIV>&nbsp;</DIV>
    <DIV><br><br><br>-- <br>-Josh More, RHCE, CISSP, NCLP<br> morej@alliancetechnologies.net<br> 515-245-7701<br><br>&gt;&gt;&gt;jweida@gmail.com 09/22/05 12:41 pm &gt;&gt;&gt;<br>Many times you can script ftp by doing something like<br><br>&#35;&#33;/bin/ksh<br>ftp -n &lt;&lt;<br>quote user &lt;username&gt;<br>quote pass &lt;password&gt;<br>bin<br>get &lt;filename&gt;<br>put &lt;filename&gt;<br>quit<br><br><br>On 9/22/05&#44; Nathan C. Smith &lt;smith@ipmvs.com&gt; wrote:<br>&gt;<br>&gt;LOL<br>&gt;<br>&gt;-----Original Message-----<br>&gt;From: Dave Weis &#91;mailto:djweis@internetsolver.com&#93;<br>&gt;Sent: Thursday&#44; September 22&#44; 2005 11:20 AM<br>&gt;To: Central Iowa Linux Users Group<br>&gt;Subject: Re: &#91;Cialug&#93; corn shell<br>&gt;<br>&gt;<br>&gt;<br>&gt;A corn shell is usually called a husk :-&#41;<br>&gt;<br>&gt;The Korn shell is the default on AIX machines. You can use a program<br>&gt;called expect to script ftp transfers&#44; but native FTP is intended for<br>&gt;interactive use.<br>&gt;<br>&gt;David Stout wrote:<br>&gt;&gt;I need a simple csh scrip that will ftp a file.<br>&gt;&gt;can someone give me a little insight.<br>&gt;&gt;<br>&gt;&gt;thanks<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt;Cialug mailing list<br>&gt;Cialug@cialug.org<br>&gt;http://cialug.org/mailman/listinfo/cialug<br>&gt;<br>&gt;Cialug mailing list<br>&gt;Cialug@cialug.org<br>&gt;http://cialug.org/mailman/listinfo/cialug<br>&gt;<br>    </DIV>

  </body>
</html>