sendCustomCommand method

Future<FTPReply> sendCustomCommand(
  1. String pCmd
)

Implementation

Future<FTPReply> sendCustomCommand(String pCmd) => _socket.sendCommand(pCmd);