mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
VARIOUS: Various changes prior to release 2.2 (#271)
See PR #271 description
This commit is contained in:
@@ -16,7 +16,7 @@ scp(files: string | string[], destination: string, source?: string): boolean;
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| files | string \| string\[\] | Filename or an array of filenames of script/literature files to copy. |
|
||||
| files | string \| string\[\] | Filename or an array of filenames of script/literature files to copy. Note that if a file is located in a subdirectory, the filename must include the leading <code>/</code>. |
|
||||
| destination | string | Hostname of the destination server, which is the server to which the file will be copied. |
|
||||
| source | string | Hostname of the source server, which is the server from which the file will be copied. This argument is optional and if it’s omitted the source will be the current server. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user