mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
36 lines
643 B
Markdown
36 lines
643 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [ftpcrack](./bitburner.ns.ftpcrack.md)
|
||
|
|
||
|
## NS.ftpcrack() method
|
||
|
|
||
|
Runs the FTPCrack.exe program on the target server. FTPCrack.exe must exist on your home computer.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
ftpcrack(host: Host): void;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| host | [Host](./bitburner.host.md) | Hostname or IP of the target server. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
void
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
0.05 GB
|
||
|
|
||
|
## Example
|
||
|
|
||
|
|
||
|
```js
|
||
|
ftpcrack("foodnstuff");
|
||
|
```
|
||
|
|