Hi,
I'm trying to create a script which will create a user and directory. The users need to all be isolated, so they have one windows sub-folder per user.
Ive managed most of it fine using c_AddUser and c_AddUserDirectory. Although its creating a directory within the Wing FTP software, It doesn't create the windows sub-folder. Is this possible to do for a lua script?
This is the script im using at the moment for the directory part:
c_AddUserDirectory('testftp.com','Test User','Test User','/',true,1,1,1,1,1,1,1,1)
Any ideas are much appreciated. Thanks!
Script to create a physical driectory
-
- Posts: 7
- Joined: Thu Jan 27, 2011 10:12 am
Re: Script to create a physical driectory
I think I have found out how.
You can do this using c_MkDIR('e:\Test User')
You can do this using c_MkDIR('e:\Test User')
-
- Site Admin
- Posts: 2104
- Joined: Tue Sep 29, 2009 6:09 am
Re: Script to create a physical driectory
Yes, you are right.