Copy file between server and local machine ( from windows to linux server )
hardyweb

hardyweb @hardyweb

About: Highly motivated and self-directed IT professional with a strong foundation in web development (particularly Laravel) and a passion for continuous learning.

Location:
Terengganu, Malaysia
Joined:
Jun 20, 2022

Copy file between server and local machine ( from windows to linux server )

Publish Date: Sep 5 '24
1 0

Bismillahirahimanirahim

  1. Dalam pc (windows ) perlu ada scp ( secure copy ), boleh guna

  2. winget install --id=WinSCP.WinSCP -e

  3. scoop install winscp

  4. scoop install gow

copy file dari server local machine

scp user@serverkita.com:/home/server/file.tar.gz c:\backup
Enter fullscreen mode Exit fullscreen mode

muatnaik file dari local machine ke server

scp backup_sql.tar.gz user@serverkita.com:/home/server 
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment