Ich habe immer Dateien mit scp kopiert mit
scp from to
Plötzlich funktionierte es nicht mehr mit
#scp from host:/home/username/to
bash: scp: command not found
lost connection
oder
#scp host:/home/username/to/file .
bash: scp: command not found
Warum? Was bedeutet das? Und wie kann man das Problem beheben?
ich kann
ssh host
erfolgreich.
scp
ist hier
#scp
usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 ... [[user@]host2:]file2