Bug 40421 - tftp send error
Summary: tftp send error
Status: RESOLVED INVALID
Alias: None
Product: Ant
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.4.1
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords: APIBug
Depends on:
Blocks:
 
Reported: 2006-09-06 07:18 UTC by LouKunKun
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LouKunKun 2006-09-06 07:18:35 UTC
Dear:
  I am Chinese programmer,my English is very bad.I hope I can explain my 
question clearly.
 
  When I test the example file tftp.java in commons-net-1.4.1
\src\java\examples\,I found a question:
  When I send a local file to the tftp server, the end of the file can not be 
sended to the server.
  It is that the file can not sent completly
 
  When I saw the source code, I find the function:sendFile in the 
TFTPClient.java have some errors.When the transfer go to the end,it doesn't 
send the last part.
Comment 1 Peter Reilly 2006-09-06 07:55:25 UTC
This is not an ant problem, it is a commons-net problem.
Please reenter the bug for that product, and
give a little more detail on the nature of
the problem in sendFile, Thank you.