-1
나는 내가 해당 파일 같은 errror을 얻거나 당신은이 점에서 도움이 directory.can하고 구문을한 호스트에서 다른 호스트로 디렉토리를 복사하는 방법은 무엇입니까?
my $src_path="/abc/xyz/123/";
my $BASE_PATH="https://stackoverflow.com/a/b/c/d/";
my $scpe = Net::SCP::Expect->new(host=> $host, user=>$username, password=>$password);
$scpe->scp -r($host.":".$src_path, $dst_path);
을 다음과 같이 시도 SCP 사용하여 다른 호스트로 하나의 호스트에서 디렉토리를 복사 할.
고맙습니다. –