| |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
![]() |
| | LinkBack | Thread Tools |
| |||
| Getting Timeouts on TFTP I have installed tftpd.exe as a service on XPE and added the correct registry setting for the directory. I am able to successfully transmit very small files but any thing close to a MB makes TFTP timeout. What do I do? I can not find any documentation on this, any help would be great. By the way, I know there are a lot of freeware programs that could be used, but the licensing for them stop me from using them on our product so I am trying to use Microsoft's tftpd.exe service. |
| |||
| Re: Getting Timeouts on TFTP Hello, I dont know much about tftpd.exe right off the top of my head, but all i can tell you is that TFTP, which was the predecessor of FTP, was designed to upload/download small files. Do check the documentation which came with your TFTP program to verify the size of the files that can be transmitted. -- Anando Microsoft MVP- Windows Shell/User Microsoft Certified Professional http://www.microsoft.com/mvp http://www.mvps.org Folder customizations http://www.anando.org/folder "GeekThug" <rodney.williams******.com> wrote in message news:1162510248.668812.125940@k70g2000cwa.googlegr oups.com... >I have installed tftpd.exe as a service on XPE and added the correct > registry setting for the directory. I am able to successfully transmit > very small files but any thing close to a MB makes TFTP timeout. What > do I do? I can not find any documentation on this, any help would be > great. > > By the way, I know there are a lot of freeware programs that could be > used, but the licensing for them stop me from using them on our product > so I am trying to use Microsoft's tftpd.exe service. > |
| |||
| Re: Getting Timeouts on TFTP Actually, the max file size for the Microsoft version of TFTP is about 33 MB. Most of the documentation I've seen are on the following links. http://www.governmentsecurity.org/archive/t13902.html http://searchwincomputing.techtarget...007237,00.html Anando [MS-MVP] wrote: > Hello, > > I dont know much about tftpd.exe right off the top of my head, but all i can > tell you is that TFTP, which was the predecessor of FTP, was designed to > upload/download small files. Do check the documentation which came with your > TFTP program to verify the size of the files that can be transmitted. > > -- > Anando > Microsoft MVP- Windows Shell/User > Microsoft Certified Professional > http://www.microsoft.com/mvp > http://www.mvps.org > > Folder customizations > http://www.anando.org/folder > > > "GeekThug" <rodney.williams******.com> wrote in message > news:1162510248.668812.125940@k70g2000cwa.googlegr oups.com... > >I have installed tftpd.exe as a service on XPE and added the correct > > registry setting for the directory. I am able to successfully transmit > > very small files but any thing close to a MB makes TFTP timeout. What > > do I do? I can not find any documentation on this, any help would be > > great. > > > > By the way, I know there are a lot of freeware programs that could be > > used, but the licensing for them stop me from using them on our product > > so I am trying to use Microsoft's tftpd.exe service. > > |
| |||
| Re: Getting Timeouts on TFTP Max size of a tftp datagram is indeed fitting in 2 byte, which gives you around or a little bit less than 65535 datagrams in a file transfer. That gives you 32Mb max file size to transfer. This is assuming the block size used is 512 bytes and this is what has been implemented in MS TFTP for 2k. I don't know if Microsoft has implemented the blocksize option in XP's version (rfc1783) but I failed to find any related tftpd parameters to control in registry. In any case, TFTP was developed for transferring small files (bootstrap code), not large files. It may be possible to transfer Mb and more files over TFTP but it may not be reliable transport for this and on bad networks it may often fail. IIRC, the max timeout for TFTP UDP datagram is about 10 sec on XP. If you monitor your client/server communications (use Ethereal or MS Network Monitor and watch on UDP packets) you can see how long it takes to deliver the packets and then you'd know whether it is TFTP service failure or the network is bad. Btw, tftpd service is supposed to log error info in to the Event Log. You may want to check it out there. Another thing to keep in mind when using TFTP. It is an insecure protocol. If your device is network enabled, TFTP service may be a big hole into the system. -- ========= Regards, KM "GeekThug" <rodney.williams******.com> wrote in message news:1162571837.441596.177450@i42g2000cwa.googlegr oups.com... > Actually, the max file size for the Microsoft version of TFTP is about > 33 MB. Most of the documentation I've seen are on the following links. > > http://www.governmentsecurity.org/archive/t13902.html > > http://searchwincomputing.techtarget...007237,00.html > > > > Anando [MS-MVP] wrote: >> Hello, >> >> I dont know much about tftpd.exe right off the top of my head, but all i can >> tell you is that TFTP, which was the predecessor of FTP, was designed to >> upload/download small files. Do check the documentation which came with your >> TFTP program to verify the size of the files that can be transmitted. >> >> -- >> Anando >> Microsoft MVP- Windows Shell/User >> Microsoft Certified Professional >> http://www.microsoft.com/mvp >> http://www.mvps.org >> >> Folder customizations >> http://www.anando.org/folder >> >> >> "GeekThug" <rodney.williams******.com> wrote in message >> news:1162510248.668812.125940@k70g2000cwa.googlegr oups.com... >> >I have installed tftpd.exe as a service on XPE and added the correct >> > registry setting for the directory. I am able to successfully transmit >> > very small files but any thing close to a MB makes TFTP timeout. What >> > do I do? I can not find any documentation on this, any help would be >> > great. >> > >> > By the way, I know there are a lot of freeware programs that could be >> > used, but the licensing for them stop me from using them on our product >> > so I am trying to use Microsoft's tftpd.exe service. >> > > |
![]() |
| Bookmarks |
| Thread Tools | |
| |