get()
From Hack Wars Wiki
| Function information for get() | |
| Function | get(string ip) |
| API | FTP |
| Cost | $50 |
| Level | N/A |
| CPU Usage | 2 |
| Description | Get takes a string as input representing the computer that a file should be transferred to (the file and the target directory are given at runtime). |
[edit] Example
get(getTargetIP()); |
