I want to write an ftp client that could be able to continue downloads should the connection be broken. I know of programs that do this already such as Getright, Gozilla etc but I want the experience of writing something myself :)
I've been investigating this and came across Net::FTP restart ( WHERE ) method. Would this be the right this to use and if so does anyone have any help they could offer as to how I would proceed ?