I would say, after uploading the file into application, make a simple ftp call and send it by this way.
Somethin like this:
Code:
TFTPClient client = new TFPClient();
//call methods to connect to server
//call methods for wuthentication
Hope this helps.
Greetz
Florian Hell