public CLI(string url, string user, string pass) { parser = new CommandParser(); ftp = new FTP(url, user, pass); }