Try and see if you can even get to the internet using FTP from your computer by running FTP from the command line.
To do this, go to " Start" "Accessories" "Command Prompt"
You will get a DOS style screen where you can enter the following:
FTP 212.69.207.195 ( this is the only line you type, the rest is automatic, then press enter )
Connected to 212.69.207.195. ( This is what will be returned if you can connect )
220 ProFTPD 1.3.0rc2 Server <ProFTPD> [212.69.207.195] ( this tells you about the FTP server )
User <212.69.207.195: <none>>: ( here you are asked for your user name, type it in then press enter)
500 USER: command requires a parameter. ( If you only hit enter, no name, this error returned because above no user name was entered )
Login failed.
ftp>