“Polecenie SCP” Kod odpowiedzi

SCP Wyślij plik

scp ./file.txt remote_username@remote_ip:/remote/directory
PandaNïrio

Folder SCP z serwera do lokalnego

scp -r [email protected]:/path/to/foo /home/user/Desktop/
Precious Pheasant

Kopiuj z pilota do lokalnego

scp file.txt [email protected]:/remote/directory
Brave Beetle

Polecenie SCP

scp path/to/source.txt user@localhost:path/to/destinationFolder
Undefined

Polecenie Bash SCP

# To scp a file to the Desktop directory within your home directory type:
scp -P 2500 file_name.txt ece373@localhost:Desktop/

# To scp a file from your VM to your desktop type:
scp -P 2500 ece373@localhost:Desktop/file_name.txt file_name.txt
Dizzy Dog

Odpowiedzi podobne do “Polecenie SCP”

Pytania podobne do “Polecenie SCP”

Więcej pokrewnych odpowiedzi na “Polecenie SCP” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu