copying files from remote computer

hi,
i want to copy files from a remote computer in a network to a specific directory on my PC. ( script )
Forexample , IP of the remote PC is 172.16.5.24 login:aaaa Passw:123
/folder1/file1.txt to my pc folder /fd/awa.txt

kinldy help
Thanks

use ftp?

Many options are available including ftp,sftp,scp..

For ex:

scp username@hostname:source_file destination file