Forum Moderators: bakedjake
shell% ftp domain.name
then enter user and pass.
(moving into a directory)
shell% mv www
(getting a file)
shell% get index.htm
(getting similar files)
shell% mget *.htm
If all else fails try this:
shell% man ftp
shell% info ftp
You may also want to consider using "wget".
HTH :)