Hi i am trying to find out how to retrieve a tar from my ftp with is not anonymous and download the file to the machine i am installing linux on with kickstart but cannot find how to ftp the file is it just a series of commands eg
ftp -n 143.229.45.82
user anonymous password
binary
lcd /root
get file.tar
or do i have to do something like echo the commands