> -----Original Message----- > From: Gabriele Santilli [mailto:[EMAIL PROTECTED] > 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 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
