The ftp utility:
ftp m ftp> cd <directory> ftp> binary ftp> get <filename> ftp> put <filename> ftp> bye
The remote-file copying command: For example, you can add a machine name dagwood in your .rhosts file in machine m, then you can use ``rcp filename m:" on dagwood. After adding m in your .rhosts file of machine dagwood, then at m you can use `` rcp filename dagwood:''. An example of file .rhosts:
dagwood tyang m tyang