Download a file from remote server in UNIX Download a file from remote server in UNIX unix unix

Download a file from remote server in UNIX


scp or rcp if you don't want/need to be secured. Or alternatively rsync will be nicer for anything more complicated with remote file transferring on a regular basis.

For the documentation, look at the man pages, ex: man scp. Or online at