This is a discussion on Given IP and Administrator password, how to create a directory and change its privilege ? within the PHP Language forums, part of the PHP Programming Forums category; jiing wrote: > Given IP and Administrator's password, how to create a directory and > change its privilege remotely ? (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
jiing wrote:
> Given IP and Administrator's password, how to create a directory and > change its privilege remotely ? (remote computer is windows 2003) > > In fact, I just want to use web to assist creating share folders on > windows 2003. > A initial concept is to use mkdir() and chmod() > but chmod is not support remote file > > Does there exists any good methods to solve this problem? > Thanks in advance. > > -jiing- This subject is not related to PHP. However, using Linux instead of WinBloze might be a good start. Just my Opinion BTW. -- Ron Chaplin =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= T73 Software & Design www.t73-softdesign.com To provide custom and quality software, designs and services, to our customers, at an affordable rate, with minimal delay. thanks for your response, but after discussion with some friends It can be achieved by ftp_mkdir() but we have to build a FTP server first Now I want to ask another question Can we use php to create actual accounts on windows 2003 server? Thanks in advanced. -jiing- |