• Welcome to Valhalla Legends Archive.
 

Server-Side Alternate to CHMOD?

Started by Dyndrilliac, December 04, 2004, 11:56 AM

Previous topic - Next topic

Dyndrilliac

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).
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.

Banana fanna fo fanna


Dyndrilliac

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.
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.

Black4C6F747573

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.