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

[REBOL] Re: ftp chmod!!

From: Rebolinth:nodep:dds:nl at: 24-Dec-2003 22:29

-- Conversation/lunch: "How do you Eat your Rebol in the Morning?" Hiya, Its true , rebol can read with the open the files in its buffer but not update it with set-modes, the option "CHMOD" is not implemented to write back, so a patch is needed for that. But "CHMOD" should not be done on the client site but on the server site (umask it or use a wide configurable ftpdaemon and dont use passive mode) thats why not all ftpdaemons have it enabled (security issue) Anyway.. a raw patch on the scheme 'ftp could do it but you should be able to do a direct write on the file. (R)egards, Norman.