mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
19 lines
378 B
ReStructuredText
19 lines
378 B
ReStructuredText
ftpcrack() Netscript Function
|
|
=============================
|
|
|
|
.. js:function:: ftpcrack(hostname)
|
|
|
|
:RAM cost: 0.05 GB
|
|
|
|
:param string hostname: Hostname of the target server.
|
|
|
|
Runs the ``FTPCrack.exe`` program on the target server. ``FTPCrack.exe``
|
|
must exist on your home computer.
|
|
|
|
|
|
Examples:
|
|
|
|
.. code-block:: javascript
|
|
|
|
ftpcrack("foodnstuff");
|