connect method

Future<bool> connect()

Connect to the FTP Server return true if we are connected successfully

Implementation

Future<bool> connect() => _socket.connect(_user, _pass);