lobo434 / savegame-manager

Automatically exported from code.google.com/p/savegame-manager
GNU General Public License v2.0
0 stars 0 forks source link

Add netcat mode #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Feature request: add a function found in "DS SaveSender" app (which doesn't 
seem to work for me): instead of trying to connect to an FTP server, it will 
simply connect to a given IP and port and send the raw binary data. Then you 
can receive it by simply running:
nc -l -p 1234 > savefile.sav
and receive the save file without having to run an FTP server.

Original issue reported on code.google.com by hyperhac...@gmail.com on 28 Apr 2013 at 3:56