Board index » delphi » File Send/Receive with HTTP

File Send/Receive with HTTP

Is it somehow possible to get or send files between 2 hosts, using HTTP.
This way I could around some firewall issues.

Thanks in advance!

--

...KUP

 

Re:File Send/Receive with HTTP


I think this should be possible with TidHTTPServer and TidHTTP as client.
You could get files from the server by using the GET command und send files
to the server using the POST command.

Helge.

Re:File Send/Receive with HTTP


You may want to look at a product our company has developed- iFS,
which provides password protected web access to files and documents.
Since it is Java-based, it runs on almost any combination of
platforms. You can download a free trial version and see more info on
http://www.softknot.com/skc_products/iFS_mgt_sys.html
- if you have any questions, you can contact me or sa...@softknot.com.

Other Threads