TFTP Programming

J

Jason

Hello

I'm going to be doing some programming to communicate to a piece of hardware
using TFTP. I'm not familiar with TFTP at all, and I was wondering if there
is any help or C# classes or example programming that will help me out.

Thanks
 
P

Peter Duniho

Jason said:
Hello

I'm going to be doing some programming to communicate to a piece of hardware
using TFTP. I'm not familiar with TFTP at all, and I was wondering if there
is any help or C# classes or example programming that will help me out.

There is no support specifically in .NET for TFTP. On the .NET side,
you'll probably want to learn about the System.Net.Sockets namespace,
where you can find various classes to support network i/o. For the
TFTP-specific information, you should look for a forum or other
reference that is specific to TFTP.

Pete
 
B

Bert Hyman

I'm going to be doing some programming to communicate to a piece of
hardware using TFTP. I'm not familiar with TFTP at all, and I was
wondering if there is any help or C# classes or example programming
that will help me out.

There's a TFTP client included in WinXP (...\WINDOWS\system32\tftp.exe).

If all you need to do is move files between a PC and a piece of
hardware, maybe you could get away with just spawning a process.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

TFTP Server 2
TFTP Server Class 3
wintftp 0
WMI using TFTP, but why? 0
WMIPRVSE trying to TFTP a lot! Why? 8
TFTP server on Port 69 3
unknown TFTP server running 0
TFTP app 1

Top