aspose file tools
The moose likes Web Services and the fly likes File transfer from java application to .net application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "File transfer from java application to .net application" Watch "File transfer from java application to .net application" New topic
Author

File transfer from java application to .net application

nalini peddareddy
Greenhorn

Joined: Jul 18, 2005
Posts: 16
Hi,

Could any of you please let me know if there is any way for transferring uploaded files from java application to .net application without using Web Services?


Thanks, in advance
P.N.Reddy
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
I'm not sure why you're posting this to the WS forum, if you don't want to use WS, but any method that lets you transfer bytes between servers would work: Email, FTP, HTTP, WebDAV, direct socket comunication, using a shared repository like a DB or an NFS or Samba mount, ...

FTP is of course made for transferring files, so it's probably the simplest way.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: File transfer from java application to .net application
 
Similar Threads
integrate .net and java application
invoking desktop .net app from Java
Open a URL from java swing application or java standalone program
javafx applet problem
Cell phone apps : Win CE vs J2ME