On 1/23/19 3:27 PM, Ian Pilcher wrote:
On 1/23/19 12:50 PM, Robert Moskowitz wrote:
I can get files from a local terminal window with:
tftp localhost -cv file
I had problems with put until I saw that the file had to preexist. I
did that with touch file on my system.
From a F24 notebook o
On 1/23/19 12:50 PM, Robert Moskowitz wrote:
I can get files from a local terminal window with:
tftp localhost -cv file
I had problems with put until I saw that the file had to preexist. I did
that with touch file on my system.
From a F24 notebook on the same subnet as the one running tftp
I am trying to set up tftp server on my workstation to manage some switches.
I have done the following:
dnf install tftp tftp-server
firewall-cmd --add-service=tftp --permanent
firewall-cmd --reload
systemctl start tftp
I can get files from a local terminal window with:
tftp localhost -cv file