Click or drag to resize

GSF.Net.TFtp Namespace

Contains classes used to establish Trivial File Transfer Protocol (TFTP) clients and servers for uploading and downloading files.
Classes
  Class Description
Public class NetworkError Network errors (i.e. socket exceptions) are represented by this class.
Public class TFtpClient A TFTP client that can connect to a TFTP server.
Public class TFtpErrorPacket Errors that are sent from the remote party using the TFTP Error Packet are represented by this class.
Public class TFtpServer A simple TFTP server class.
C#
Dispose()
the server to close the socket that it listens on.
Public class TFtpTransferError Base class for all errors that may be passed to
C#
ITFtpTransfer.OnError
.
Public class TFtpTransferProgress  
Public class TimeoutError $(ITFtpTransfer.RetryTimeout) has been exceeded more than $(ITFtpTransfer.RetryCount) times in a row.
Interfaces
  Interface Description
Public interface ITFtpTransfer Represents a single data transfer between a TFTP server and client.
Delegates
Enumerations
  Enumeration Description
Public enumeration BlockCounterWrapAround  
Public enumeration TFtpTransferMode