#!/usr/bin/env python
from ftplib import FTP
import sys
import os
import argparse
import threading
import time
#How To Use: python ftpBF.py --url localhost.com --user foo --list password.txt
if os.name == "nt":
os.system('cls')
else:
os.system('clear')
logo = '''...