Search code examples
sshcopyscp

which one is better wget or scp to copy files from one server to other?


I have to copy my all projects from one server to other.

which one is better options : wget or scp ?


Solution

  • Use scp. wget is only useful to retrieve files using HTTP or FTP.