pure_ftp library

Typedefs

DirInfoCache = MapEntry<String, Iterable<FtpEntry>>
LogCallback = void Function(dynamic message)
OnTransferProgress = dynamic Function(int bytes, int total, double percents)
TransferChannelCallback<T> = FutureOr<T> Function(FutureOr<ClientSocket> socketFuture, LogCallback? log)
TransferFailCallback = FutureOr<void> Function(Object error, StackTrace stackTrace)

Exceptions / Errors

FtpException