using ftp via unix command, how do you get all files and sub directories? get *.*? but will that get sub dir? btw, how do you get it to switch between ascii and binary for images? does it do that automaticly?
I think you can use mget -R * , you might want to look into scp or rsync if you have ssh access on both servers.