Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Antwort: Re: Where do Web servers hide their Web?

From: deadzaphod:hotm:ail at: 14-Nov-2000 2:02

> I know can send data by just writing the right encrytion type. I cut and > pasted another enctype from GMX; "enctype="multipart/binary" for example. I > know that GET or POST would would work if all that I would want to do is > send files to the server, but what I want is a method to write directorys > and files from REBOL programatically. Something like a very simplified > "WebDAV" procedure
That is not a exactly part of HTTP. The protocol includes the PUT method, which some servers support as a way to upload files, but the semantics of using it are not standardized or widely supported. Also, allowing FTP access to a machine is the job of an FTP server, and is entirely separate from serving up web pages.