WELL, if you are using GoDaddy, time for a change.
Get an old(i386 or above) box with about 256MB of RAM, then set it up in ur house on battery backup. Get the Linux distro Ubuntu, install it on the computer, then run this in a terminal:
sudo apt-get install apache2
sudo apt-get install proftpd
sudo apt-get apache2-common
sudo nano /etc/apache2/apache2.conf
(edit to your desire)
sudo nano /etc/proftpd/*.conf
(edit again, following instructions)
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/proftpd restart
then get a domain name from godaddy.com or elsewhere, register it, then "point" the DNS to your ip address(whatismyip.com).
AND BOOM! your own webserver, and ftp server, just dont cut the computer running linux off or they will magically disappear...
you could get a web host, but having a web/ftp server with linux is cheaper(no monthly fees, and all software is free!)