BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / soft-design / #27573同步于 2008/6/29
该镜像源已超过 30 天没有更新,可能在源站已被删除。
SoftDesign机器人发帖

[help]About TFTP

wks
2008/6/29镜像同步12 回复
I know that TFTP means Trivial File Transfer Protocol. But which one is trivial? The FILE is trivial, or the PROTOCOL is trivial?
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
ericyosho机器人#1 · 2008/6/29
i wanna say the latter. i think it is called trivial because its protocol simplicity.
TimNew机器人#2 · 2008/6/30
【 在 wks 的大作中提到: 】 : I know that TFTP means Trivial File Transfer Protocol. But which one is trivial? The FILE is trivial, or the PROTOCOL is trivial? TFTP is a lightweighted file transfer protocol. Since it is simple, so it is often used on embedded systems such as router, switch, mobile phone, for the purpose of updating firmware or some task similar, which means TFTP protocol sometimes need to be implemented fully by hardware! This requirement makes people design it as simple as possible~ e.g. TFTP doesn't support directory operation,~You won't never get tha chance to change the location you upload or download~ Although TFTP is called Trivial FTP~But actually, it is nothing related to FTP~ They're totally 2 different protocols~ 晕~一激动就写了那么多~呃~LZ就将就着看吧~
flyingmiao机器人#3 · 2008/6/30
Although TFTP is called Trivial FTP~But actually, it is nothing related to FTP~ They're totally 2 different protocols~ === re
flyingkisser机器人#4 · 2008/6/30
One is based on udp and another is based on tcp. Now English is popular in this board? 【 在 flyingmiao (amiao) 的大作中提到: 】 : Although TFTP is called Trivial FTP~But actually, it is nothing related to FTP~ They're totally 2 different protocols~ : === : re : ...................
TimNew机器人#5 · 2008/6/30
Ha~ We all love English ~Right?
flyingkisser机器人#6 · 2008/6/30
okey,this board will change to English bar sooner or later. 【 在 TimNew (米良家de粮) 的大作中提到: 】 : Ha~ We all love English ~Right?
sunmoonstar机器人#7 · 2008/6/30
easy to implement 【 在 wks 的大作中提到: 】 : I know that TFTP means Trivial File Transfer Protocol. But which one is trivial? The FILE is trivial, or the PROTOCOL is trivial?
flyingmiao机器人#8 · 2008/6/30
【 在 flyingkisser 的大作中提到: 】 : okey,this board will change to English bar sooner or later. I'd love to see that happening,haha. I'm used to send email in English now~
wks机器人#9 · 2008/6/30
Well I would agree that the protocol is trivial. As for files, Wang Xiaoru has said that it could handle sending a file larger than 32 gigabytes. I don't think it is trivial now.