Michael P. Soulier

Results 37 comments of Michael P. Soulier

We have test cases that test transfers with no options. Do you have a test case to reproduce this? If the client didn't specify options then why is the server...

I don't think I follow. Do you have more information on this? Checksums are not part of tftp protocol AFAIK.

Directory names with spaces in them are evil and should be purged from the Earth. That said, are you referring to passing them into the sample server, or just having...

Hmm. So we received the ACK already and sent the DAT, but perhaps the ACK from the client was lost. The reason we don't send a DAT in response to...

Frankly I need to set aside some time to reproduce this problem in a test case, and then evaluate the fix. I've been very busy. I will try to find...

I need to take a little time to see if I can automate a test for this. I think we do something similarly already, so I think so. Mike On...

Mostly looks fine, although https://stackoverflow.com/questions/14247373/python-none-comparison-should-i-use-is-or and we should have tests to exercise this.

@twvd Well I did ask a question that was not responded to, so I'm not sure why you're asking if I'm still working on this.

If you're still interested in this, maybe we should chat. I've obviously neglected this for a long time so I'll understand if you're not interested. I'm trying to rectify that...

I put in a packethook in the client download method, but there does not appear to be anything on the server side. This would be a good addition.