1. FTP protocol

     get file   // download file command

     put file  //  upload file command

     mput files // down some files command

     mget file // upload some files command

2. two  linux os

    scp  hostname1@ip1:path1/file1  hostname2@ip2:path2/    // transfer file1 from  hostname1 to hostname2