TFtpClient constructor

TFtpClient(
  1. String host,
  2. int port, {
  3. int blockSize = 512,
})

Implementation

TFtpClient(this.host, this.port, {this.blockSize = 512});