File Transfer Commands

linux to linux:
scp file_name username@hostname:/targetlocation/
scp -r directory_name username@hostname:/targetlocation/


windows to linux:

  1. WinSCP
  2. Filezilla
  3. FireFTP
  4. CoreFTP LE


Comments