コマンドラインでリモートサーバーにSSH接続し、コマンドを使用してローカルマシンにディレクトリをコピーしようとしていますscp
。ただし、リモートサーバーは次の「使用」メッセージを返します。
[Stewart:console/ebooks/discostat] jmm% scp -p ./styles/
usage: scp [-1246BCEpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 [...] [[user@]host2:]file2
[Stewart:console/ebooks/discostat] jmm%
双方向でファイルを転送できるようにしたいのですが。私が読んだことから、上記のコマンドはダウンロードとscp -p [localpath] [remotepath]
アップロードに役立つと思いましたか?