what's the PC version of "wget -r" to get files off an ftp site in the command line?
- by Bec
someone showed me a really quick way to get folders off an ftp site via the shell on a Mac using the command "wget -r ftp://" (then the address of the ftp site folder location) and it would download to whatever folder i was in, keeping all the sub directories the same as the ftp site
seemed really quick and easy, but how do i do a similar thing on a PC?