<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> </DIV>
<DIV><br><br><br>-- <br>-Josh More, RHCE, CISSP, NCLP<br> morej@alliancetechnologies.net<br> 515-245-7701<br><br>>>>jweida@gmail.com 09/22/05 12:41 pm >>><br>Many times you can script ftp by doing something like<br><br>#!/bin/ksh<br>ftp -n <<<br>quote user <username><br>quote pass <password><br>bin<br>get <filename><br>put <filename><br>quit<br><br><br>On 9/22/05, Nathan C. Smith <smith@ipmvs.com> wrote:<br>><br>>LOL<br>><br>>-----Original Message-----<br>>From: Dave Weis [mailto:djweis@internetsolver.com]<br>>Sent: Thursday, September 22, 2005 11:20 AM<br>>To: Central Iowa Linux Users Group<br>>Subject: Re: [Cialug] corn shell<br>><br>><br>><br>>A corn shell is usually called a husk :-)<br>><br>>The Korn shell is the default on AIX machines. You can use a program<br>>called expect to script ftp transfers, but native FTP is intended for<br>>interactive use.<br>><br>>David Stout wrote:<br>>>I need a simple csh scrip that will ftp a file.<br>>>can someone give me a little insight.<br>>><br>>>thanks<br>>><br>>><br>><br>><br>>Cialug mailing list<br>>Cialug@cialug.org<br>>http://cialug.org/mailman/listinfo/cialug<br>><br>>Cialug mailing list<br>>Cialug@cialug.org<br>>http://cialug.org/mailman/listinfo/cialug<br>><br> </DIV>
</body>
</html>