File transfer from java application to .net application
nalini peddareddy
Greenhorn
Joined: Jul 18, 2005
Posts: 16
posted
0
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
posted
0
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.