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

[REBOL] Re: REBOL hosting

From: maximo:meteorstudios at: 7-Nov-2003 11:37

> -----Original Message----- > From: Gabriele Santilli [mailto:[g--santilli--tiscalinet--it]] > Sent: Friday, November 07, 2003 11:16 AM > To: Joel Neely > Subject: [REBOL] Re: REBOL hosting > > JN> Only if you're coming from another Linux/Unix/etc box. If you FTP > JN> from a 'doze box, the bits aren't set IME. > > WS_FTP does it from Windows, as well as FTPGadget IIRC. Our > customers just have FTP access and they manage to set the x bit > (well, most of them :). >
remember that I found a way to do it even in rebol... I had sent a ftp protocol patch which allowed files to be set as executable... once transfered... its quite easy.. my patch does crash rebol's ftp access at some point, as I did not put enough time into properly identifying tcp handshaking, but for any one who is just transfering a few files and has a decent connection to his server, it works. if the connection fails, just restart rebol and continue... ftp itself supports the chmod command, its just a question of sending it. -MAx