================ -- ---- ---- Client client = new Client("ftp.example.com", 21, "username", "password"); client.upload("remote_file.txt", "local_file.txt"); client.download("remote_file.txt", "local_file.txt"); --