> Is it possible to send a file from a windows machine from, lets > say d:/testfile.txt to a weblink (like http://192.168.0.1/datas/upload/) > or phisical address (like //192.168.0.1/datas/upload/) on linux using ICS? > > Assuming that I don't want to install FTP on linux server, is it still > possible? > Do you know what is the best way to do this ?
You have to write a script on the linux webserver to handle the post. Check you script by designing a web page with a HTML form with a INPUT TYPE=FILE to excercize your script using any browser. When the script is OK, you can use the ICS HTTP client component to do the same post as the browser do to upload the file. We already talked several times about file upload. Search the mailing list archive (link at the support page at my website). -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
