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

[REBOL] Re: ftp chmod!!

From: SunandaDH:aol at: 5-Aug-2003 11:03

Maxim:
> If we can't do it directly in rebol, can someone tell me if there is a > windows command-line software which would let me do a chmod on a remote > machine using ftp command. I have a pro license, so I don't mind calling a > shell command after each xfer.
REBOL can't do chmod, as you've spotted. I use the windows FTP program (not command line, I'm afraid): SmartFTP http://www.smartftp.com/ This has a Commands / Properies/CHMOD menu that lets you set the right file privileges. Setting CHMOD is a pain, but once you've set it once, you need never set it again -- later uploads using REBOL FTP will keep the same CHMOD (at least, they do for me). Sunanda.