On Tue, Mar 12, 2002 at 03:34:24PM +0200, Maxim Kryachko wrote:
> Hi all.
>  
> I'm trying to automate simple tftp session. 
> I want my client to connect to host, get some file and close the
> connection.
> man tftp does not have such info. 

man tftp has all you need.
Simply do something like this in your shell script:

tftp some_server << END_OF_TFTP_SESSION
get some_file
END_OF_TFTP_SESSION

>  
> Any ideas? Is it possible at all?
>  
>  
> Thanks
>  
> Max

        didi


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to