How can I write files or create directorys over HTTP then?


Cheers

Sharriff Aina
med.iq information & quality in healthcare AG





                                                                                       
                            
                    "Andrew                                                            
                            
                    Martin"              An:     <[EMAIL PROTECTED]>                
                            
                    <Al.Bri@xtra.        Kopie:                                        
                            
                    co.nz>               Thema:  [REBOL] Where do Web servers hide 
their Web?                      
                    Gesendet von:                                                      
                            
                    rebol-bounce@                                                      
                            
                    rebol.com                                                          
                            
                                                                                       
                            
                                                                                       
                            
                    10.11.00                                                           
                            
                    21:05                                                              
                            
                    Bitte                                                              
                            
                    antworten an                                                       
                            
                    rebol-list                                                         
                            
                                                                                       
                            
                                                                                       
                            




Sharriff asked:
> Excuse the naive question but:
>
> >>save http://127.0.0.1/  %testfile.txt
> connecting to: 127.0.0.1
>
> Can someone tell me where REBOL puts the file? I�ve tried it at home and
at work, the file is nowhere to be found on my Webserver configured as
Localhost. Yes , I�ve tried using its DNS Name:
>
> >>write http://isis/ %testfile.txt ( or save http://isis %testfile.txt)
> and I�ve searched "Hi and Lo"  in every directory for the file->
nothing!.
> Reading an existing file works though...


Rebol send the file to your web server at tcp port 80 as bits and bytes.
What the webserver does with those bits and bytes, which are highly likely
to not be a valid http request, is nothing. It might send back a client
error message, but Rebol has not been told to look for it.

Andrew Martin
ICQ: 26227169
http://members.nbci.com/AndrewMartin/
-><-


--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.





-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to