So, I have this:
async function uploadImageToFtp(fileName, path) { const client = new ftp.Client() client.ftp.verbose = true try { a