I want to move files between machines
We used to allow files to move between machines with "ftp". This
turns out to be relatively insecure (since it sends username and
password 'in the clear'. You should use 'scp' or 'sftp'. to transfer
files. Clients for these can be found on remus/romulus (for moving
file from remus), can also on the web for pretty much every operating
system.