Forum Discussion
Altera_Forum
Honored Contributor
17 years agoAutomate FTP
Hello champs, I am trying to write a routine that automates FTP transfers. I was using ftpput in Busybox but it consumes way too much memory. I've seen some examples but they are in ksh...
Altera_Forum
Honored Contributor
17 years agoI don't understand the "EOF" that is piped. maybe this foirst must be declared somehow to be used with the actual shell that can't be bash in a NIOS device.
If you use the sahs shell as default, yopu need to activate hush in buisibox and add a line # !/bin/hush at the beginning of the script, as sash can't do piping. -Michael