udt.unicore
Class FufexSend

java.lang.Object
  extended by udt.unicore.FufexSend

public class FufexSend
extends Object

This commandline application is run on the target system to send a remote file.
Performs UDP hole punching, waits for a client connect and sends the specified file.
usage: sendfile client_ip client_port local_filename [comm_file_name]


Constructor Summary
FufexSend(String clientIP, int clientPort, String localFilename, String commFilename)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FufexSend

public FufexSend(String clientIP,
                 int clientPort,
                 String localFilename,
                 String commFilename)
Method Detail

run

public void run()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 LittleShoot. All Rights Reserved.