I would like to connect via tftp with: tftp Server_IP Port
THEN to get a file from the server with: get filename.txt
The server I'm trying to connect to in FreeBSD, here is doc about the FreeBSD tftp client here
I want to make those two commands in one Bash line, I was thinking of tftp Server_IP Port; get filename.txt
but it does not work.
Any suggestion ?
Thanks