[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [scp](./bitburner.ns.scp_1.md) ## NS.scp() method Signature: ```typescript scp(files: string | string[], source: string, destination: string): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | files | string \| string\[\] | | | source | string | | | destination | string | | Returns: Promise<boolean>