Something that will help your uderstanding of embedded Linux in general and the
TS7250
in particular, is that most of the commands that you expect to find, aren't
really there.
Almost every command is implemented using Busybox, so go and read about that.
In particular, you have found that ftp as a client program is not supplied. You
*can* go
and compile a version, or use the busybox commands ftpput and ftpget. There is
also a
stripped down wget. The ftpput and ftpget will do exactly what you need in
your script.
Martin
>
> Instead of guessing on what to do I would rather get an understanding
> of the embedded linux environment and how to control it so any help in
> references is appreciated.
>
> Thanks
>
> ftp -n <<END_SCRIPT
> open $HOST
> quote user $USER
> quote pass $PASSWD
> put $FILE $FILE1
> get $FILE1 $FILE
> bye
> END_SCRIPT
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|