Valhalla Legends Archive

Programming => Web Development => Topic started by: Dyndrilliac on December 04, 2004, 11:56 AM

Title: Server-Side Alternate to CHMOD?
Post by: Dyndrilliac on December 04, 2004, 11:56 AM
Ok, so I run my own servers, and included in which is an FTP Server. I updated recently and they decided they would no longer support the "SITE" or "CHMOD" directives. I want to know if there is a way to set file permissions for files on my FTP server on my Windows machine without logging onto the server with an ftp client and using the CHMOD command. I need to be able to set files that same access as CHMOD 777 (rwx-rwx-rwx).
Title: Re: Server-Side Alternate to CHMOD?
Post by: Banana fanna fo fanna on December 04, 2004, 04:14 PM
You can CHMOD via SSH...
Title: Re: Server-Side Alternate to CHMOD?
Post by: Dyndrilliac on December 04, 2004, 04:30 PM
No, see I run my servers off my own machine, and everything is run off my computer which is Windows XP SP1. I need to be able to alter file permissions from my side (server) because I can no longer altar them from my side (user).

The servers are on a Widnows machine, hence I need an app or method to run on a windows machine to change ftp file permissions.

AFAIK SSH is *nix only.
Title: Re: Server-Side Alternate to CHMOD?
Post by: Black4C6F747573 on December 09, 2004, 12:42 PM
http://www.webmasterworld.com/forum92/1888.htm

Try that, it's another thread I found on google with a similar issue.  I hope it helps.