icemonkey icemonkey
Bookmark

scp files to seedbox?

Posted October 26th, 2017    1904   0   scp uploading

Hi is there a way I can scp files from my local machine to the remote server? using terminal.

1 Reply

ckjellsson

scp -r -P PORTNUMBERTOSERVER ~/localdir [email protected]:~/files/downloads/
or
rsync -avz -e 'ssh -p PORTNUMBERTOSERVER' [email protected]:~/files/downloads/ --progress