echo off rem *** DESCRIPTION: rem *** This batch program gets a file rem *** called 'index.html' from the geocities rem *** website at rem *** http://www.geocities.com/matth3wbishop rem *** The ftp server at yahoo has a time-out of rem *** 300 seconds. rem *** AUTHOR: rem *** m.j.bishop (matth3wbishop@yahoo.com) rem *** echo user matth3wbishop bacibaci > ftp.txt echo hash >> ftp.txt echo put index.html >> ftp.txt ftp -i -n -s:ftp.txt -a ftp.geocities.com del ftp.txt