Re: TFTP client in python

2006-07-14 Thread Stefan Behnel
> Stefan Behnel [EMAIL PROTECTED] wrote: >> [EMAIL PROTECTED] wrote: >>> Is there a TFTP client python module? I just need "get file" feature. >>> I came across two implementations on WEB, but they are kind of >>> unfinished (got the code from some mailing list!). >> Second hit in Google ("tftp pyt

Re: TFTP client in python

2006-07-14 Thread malahal
I saw that in Google too! It is server centric and I was looking for client specific code. The code also doesn't compile due to white space issues. If this is the best available, I will have to get dirty in Python! Thanks, Malahal. Stefan Behnel [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote:

Re: TFTP client in python

2006-07-13 Thread Stefan Behnel
[EMAIL PROTECTED] wrote: > Is there a TFTP client python module? I just need "get file" feature. > I came across two implementations on WEB, but they are kind of > unfinished (got the code from some mailing list!). Second hit in Google ("tftp python"): http://mail.python.org/pipermail/python-list

TFTP client in python

2006-07-13 Thread malahal
Is there a TFTP client python module? I just need "get file" feature. I came across two implementations on WEB, but they are kind of unfinished (got the code from some mailing list!). Thanks, Malahal. -- http://mail.python.org/mailman/listinfo/python-list