Re: [twsocket] send file to a http link or to a linux address using ICS

2006-03-16 Thread Jack
I find that the server side script may require different format.
When I did upload to a PHP page, I had to hand craft the MIME
content. It may not work with a non-PHP server side.

Jack

Thursday, March 16, 2006, 4:47:21 AM, you wrote:

>> 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


Re: [twsocket] send file to a http link or to a linux address using ICS

2006-03-16 Thread Francois Piette
> 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


Re: [twsocket] send file to a http link or to a linux address using ICS

2006-03-16 Thread Dod
Hello iwsc,

Usually, file upload is a server side feature done thru binary HTTP
POST so if you can upload data with a POST, then ICS can do it.

Regards.

imc> Hello

imc> 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
imc> linux using ICS?

imc> Assuming that I don't want to install FTP on linux server, is it still 
possible?

imc> Do you know what is the best way to do this ?

imc> Radu




imc> ___
imc> No banners. No pop-ups. No kidding.
imc> Make My Way  your home on the Web - http://www.myway.com

-- 
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


[twsocket] send file to a http link or to a linux address using ICS

2006-03-16 Thread [EMAIL PROTECTED]

Hello

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 ?

Radu




___
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com


-- 
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