mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
25 lines
548 B
Markdown
25 lines
548 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [scp](./bitburner.ns.scp_1.md)
|
|
|
|
## NS.scp() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
scp(files: string | string[], source: string, destination: string): Promise<boolean>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| files | string \| string\[\] | |
|
|
| source | string | |
|
|
| destination | string | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<boolean>
|
|
|