TFtpClient class

Constructors

TFtpClient(String host, int port, {int blockSize = 512})

Properties

blockSize int
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
get(String localFile, String remoteFile, String remoteAddress, int remotePort, {ErrorCallBack? onError}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String localFile, String remoteFile, String remoteAddress, int remotePort, {ProgressCallback? progressCallback, ErrorCallBack? onError}) Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

bind(String host, int port, {int blockSize = 512}) Future<TFtpClient>