File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Sockets and Internet Protocols and the fly likes Transfer files using Http. Please help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Transfer files using Http. Please help" Watch "Transfer files using Http. Please help" New topic
Author

Transfer files using Http. Please help

Srihari Injeti
Ranch Hand

Joined: Jan 05, 2001
Posts: 31
Hi,
Does anyone know how to transfer files using Http protocol between servers.
My requirement is to transfer a file from a server sitting outside the firewall to a database server within the firewall.
Any useful links would be of great help!
Please help
Thanks
Srihari


Srihari Injeti<BR>SCJP2 MCP CIW
Vlad Patryshev
Ranch Hand

Joined: Jun 30, 2001
Posts: 61
So, it is between two servers. You will have to use multipart HTTP requests - the ones that are used when you have input of type "file" in an HTML form.


Thanks,<br />Vlad
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Transfer files using Http. Please help
 
Similar Threads
Handle Multiple clients
Alternative to FTP?
Find Num of files in FTP Server directory
Deploying from WSSD
reading files as bytes and sending them as bytes