put()
From Hack Wars Wiki
| Function information for put() | |
| Function | put(string ip) |
| API | FTP |
| Cost | $50 |
| Level | N/A |
| CPU Usage | 2 |
| Description | Put 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). |
Example
put(getTargetIP()); |
