[SunHELP] RE: SunHELP digest, Vol 1 #1266 - Automated FTP

Bulls, Steven R Mr SAIC sunhelp at sunhelp.org
Mon Sep 17 13:09:17 CDT 2001


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C13FA3.DD69C480
Content-Type: text/plain;
	charset="iso-8859-1"

Andrew...

	A perl script may be more secure, but ftp sessions are relatively
easy to automate, depending, of course, on how in-depth your desires are.

	The ftp man page should explain it, but basically, a .netrc file in
the user's directory (set readable ONLY by the user) and a couple quick
shell scripts will get you going.  

	Just my $.02 worth.

Steve

Steven R. Bulls
Systems Engineer, SAIC
San Antonio, TX
210.637.4653
steven.r.bulls at saic.com 


Message: 7
From: "Meng, Andrew" <Andrew.Meng at capitalone.com>
To: sunhelp at sunhelp.org
Date: Fri, 14 Sep 2001 16:00:48 -0400
Subject: [SunHELP] Script to automate ftp.
Reply-To: sunhelp at sunhelp.org

Hello,

Does anyone want to share some idea about how to automate a ftp session?
Thanks!

Andrew
 
**************************************************************************
The Information transmitted herewith is sensitive information intended only
for use to the individual or entity to which it is addressed. If the reader
of this message is not the intended recipient, you are hereby notified that
any review, retransmission, dissemination, distribution, copying or other
use of, or taking of any action in reliance upon, this information is
strictly prohibited. If you have received this communication in error,
please contact the sender and delete the material from your computer.

--__--__--

Message: 9
To: sunhelp at sunhelp.org
From: echase at postoffice.providence.edu
Subject: Re: [SunHELP] Script to automate ftp.
Date: Fri, 14 Sep 2001 19:21:41 US/Eastern
Reply-To: sunhelp at sunhelp.org

I've done it with Perl and the libnet module available at 
any CPAN mirror.

http://search.cpan.org/doc/GBARR/libnet-1.0704/Net/FTP.pm



> Hello,
> 
> Does anyone want to share some idea about how to automate 
a ftp session?
> Thanks!
> 
> Andrew


---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/


------_=_NextPart_001_01C13FA3.DD69C480
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: SunHELP digest, Vol 1 #1266 - Automated FTP</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Andrew...</FONT>
</P>

<P>        <FONT SIZE=3D2>A perl =
script may be more secure, but ftp sessions are relatively easy to =
automate, depending, of course, on how in-depth your desires =
are.</FONT></P>

<P>        <FONT SIZE=3D2>The ftp =
man page should explain it, but basically, a .netrc file in the user's =
directory (set readable ONLY by the user) and a couple quick shell =
scripts will get you going.  </FONT></P>

<P>        <FONT SIZE=3D2>Just my =
$.02 worth.</FONT>
</P>

<P><FONT SIZE=3D2>Steve</FONT>
</P>

<P><FONT SIZE=3D2>Steven R. Bulls</FONT>
<BR><FONT SIZE=3D2>Systems Engineer, SAIC</FONT>
<BR><FONT SIZE=3D2>San Antonio, TX</FONT>
<BR><FONT SIZE=3D2>210.637.4653</FONT>
<BR><FONT SIZE=3D2>steven.r.bulls at saic.com </FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Message: 7</FONT>
<BR><FONT SIZE=3D2>From: "Meng, Andrew" =
<Andrew.Meng at capitalone.com></FONT>
<BR><FONT SIZE=3D2>To: sunhelp at sunhelp.org</FONT>
<BR><FONT SIZE=3D2>Date: Fri, 14 Sep 2001 16:00:48 -0400</FONT>
<BR><FONT SIZE=3D2>Subject: [SunHELP] Script to automate ftp.</FONT>
<BR><FONT SIZE=3D2>Reply-To: sunhelp at sunhelp.org</FONT>
</P>

<P><FONT SIZE=3D2>Hello,</FONT>
</P>

<P><FONT SIZE=3D2>Does anyone want to share some idea about how to =
automate a ftp session?</FONT>
<BR><FONT SIZE=3D2>Thanks!</FONT>
</P>

<P><FONT SIZE=3D2>Andrew</FONT>
<BR><FONT SIZE=3D2> </FONT>
<BR><FONT =
SIZE=3D2>***************************************************************=
***********</FONT>
<BR><FONT SIZE=3D2>The Information transmitted herewith is sensitive =
information intended only</FONT>
<BR><FONT SIZE=3D2>for use to the individual or entity to which it is =
addressed. If the reader</FONT>
<BR><FONT SIZE=3D2>of this message is not the intended recipient, you =
are hereby notified that</FONT>
<BR><FONT SIZE=3D2>any review, retransmission, dissemination, =
distribution, copying or other</FONT>
<BR><FONT SIZE=3D2>use of, or taking of any action in reliance upon, =
this information is</FONT>
<BR><FONT SIZE=3D2>strictly prohibited. If you have received this =
communication in error,</FONT>
<BR><FONT SIZE=3D2>please contact the sender and delete the material =
from your computer.</FONT>
</P>

<P><FONT SIZE=3D2>--__--__--</FONT>
</P>

<P><FONT SIZE=3D2>Message: 9</FONT>
<BR><FONT SIZE=3D2>To: sunhelp at sunhelp.org</FONT>
<BR><FONT SIZE=3D2>From: echase at postoffice.providence.edu</FONT>
<BR><FONT SIZE=3D2>Subject: Re: [SunHELP] Script to automate =
ftp.</FONT>
<BR><FONT SIZE=3D2>Date: Fri, 14 Sep 2001 19:21:41 US/Eastern</FONT>
<BR><FONT SIZE=3D2>Reply-To: sunhelp at sunhelp.org</FONT>
</P>

<P><FONT SIZE=3D2>I've done it with Perl and the libnet module =
available at </FONT>
<BR><FONT SIZE=3D2>any CPAN mirror.</FONT>
</P>

<P><FONT SIZE=3D2><A =
HREF=3D"http://search.cpan.org/doc/GBARR/libnet-1.0704/Net/FTP.pm" =
TARGET=3D"_blank">http://search.cpan.org/doc/GBARR/libnet-1.0704/Net/FTP=
.pm</A></FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>> Hello,</FONT>
<BR><FONT SIZE=3D2>> </FONT>
<BR><FONT SIZE=3D2>> Does anyone want to share some idea about how =
to automate </FONT>
<BR><FONT SIZE=3D2>a ftp session?</FONT>
<BR><FONT SIZE=3D2>> Thanks!</FONT>
<BR><FONT SIZE=3D2>> </FONT>
<BR><FONT SIZE=3D2>> Andrew</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>---------------------------------------------</FONT>
<BR><FONT SIZE=3D2>This message was sent using Endymion MailMan.</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.endymion.com/products/mailman/" =
TARGET=3D"_blank">http://www.endymion.com/products/mailman/</A></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C13FA3.DD69C480--



More information about the SunHELP mailing list