TFtpServerSocket constructor

TFtpServerSocket(
  1. RawDatagramSocket socket,
  2. InternetAddress remoteAddress,
  3. int remotePort, {
  4. int blockSize = 512,
  5. ReadFileCallBack? onRead,
  6. WriteFileCallBack? onWrite,
  7. ErrorCallBack? onError,
})

Implementation

TFtpServerSocket(this.socket, this.remoteAddress, this.remotePort,
    {this.blockSize = 512, this.onRead, this.onWrite, this.onError});