On Thu, Apr 10, 2025 at 10:12 PM Timothy M Butterworth wrote: > > On Thu, Apr 10, 2025 at 7:14 PM Dan Ritter wrote: >> >> Timothy M Butterworth wrote: >> > All, >> > >> > I am having problems writing to atftpd. I keep getting a permission denied >> > error. >> > <.. snip ..>> >> TFTP is of very limited use; it's normally used only to retrieve >> smallish boot files. >> >> I'm pretty sure atftpd does not allow files to be written at >> all. >> >> The standard tftpd defaults to the same behavior, but can be >> passed a -c flag to allow a file to be written. I wouldn't >> recommend it. >> >> Why are you trying to do this? Normally a client requests a file >> from the tftpd server; it doesn't push anything. > > > I am trying to copy a Cisco IOS image from a switch so I can push it to > another switch.
scp or ftp from the switch to a server doesn't work? If you're really desperate you can try https://pjo2.github.io/tftpd64/ It's been a while, but I used to use tftpd32 when it was just my laptop and a cisco device. It the box was on the network tftp or scp to a RHEL machine worked. Tftpd64 is written by the same person that wrote tftpd32 so it probably works.. Regards Lee