[Linux] Console Command – Collection

 

Transfer files to the other location
Remote -> Local
; scp -P PortNumber account@tiptip.today:/home/tiptip/FileName .
Local -> Remote
; scp -P PortNumber Local-path/FileName account@tiptip.today:/home/tiptip/

To-Be updated accordingly