Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

put or get files that more than 65535 blocks failed #1

Closed
kumokami opened this issue Mar 4, 2017 · 3 comments
Closed

put or get files that more than 65535 blocks failed #1

kumokami opened this issue Mar 4, 2017 · 3 comments

Comments

@kumokami
Copy link

kumokami commented Mar 4, 2017

RRQProtocol.counter or WRQProtocol.counter should be mod 65536 before use.

@sirMackk
Copy link
Owner

Thanks for bringing this up, sorry for the delayed response @v2abcd . Could you share what tftp client you're using that allows for this functionality? This isn't RFC-standard, but I've seen tftp support rollover like this.

@kumokami
Copy link
Author

tftpd32
Home Page: http://tftpd32.jounin.net/

curl may be supported, too.

@sirMackk
Copy link
Owner

Hi @v2abcd, apologies for the really delayed response. I found some time over the holidays, updated the code to allow for roll over, and published an updated package (py3tftp==1.0.0a0). Tested both put and get using a tftp client 👍

@sirMackk sirMackk closed this as completed Jan 6, 2018
sirMackk pushed a commit that referenced this issue Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants