'Ello.
Before i was using the Web Provider 'Byethost', and this CMD application i used to automatically log in, worked fine.
This was the batch file, give or minus login details.
echo off
echo ftpusernamehere@sitenamehere.x10.mx>> upload.txt
echo passwordhere >> upload.txt
ftp -s:upload.txt...