Quick question: is it possible to get the status of files being downloaded from the tftp server? Perhaps from a log file? Perhaps from an RPC call? I'm using tftpd-hpa along with PXELinux and it would be really nice if I could query the download progress of the kernel and ramdisk images. Thanks, Salman
Salman Haq wrote:> > Quick question: is it possible to get the status of files being > downloaded from the tftp server? Perhaps from a log file? Perhaps from > an RPC call? > > I'm using tftpd-hpa along with PXELinux and it would be really nice if I > could query the download progress of the kernel and ramdisk images. >Not really, although you have the source... you can hack it in if you please. I guess you can do a packet trace and look at the sequence numbers... -hpa