다음을 통해 공유


bitsadmin replaceremoteprefix

필요에 따라 작업의 모든 파일에 대한 원격 URL을 oldprefix 에서 newprefix로 변경합니다.

Syntax

bitsadmin /replaceremoteprefix <job> <oldprefix> <newprefix>

Parameters

Parameter Description
job 작업의 표시 이름 또는 GUID.
oldprefix 기존 URL 접두사.
newprefix 새로운 URL 접두사.

Examples

myDownloadJobhttp://stageserver이라는 작업의 모든 파일에 대한 원격 URL을 변경하려면 에서 로 변경합니다http://prodserver.

bitsadmin /replaceremoteprefix myDownloadJob http://stageserver http://prodserver

Additional information