Hi! Quick question about secondary users FTP access, I've been reading about setting up FTP accounts and giving out permissions, specifically in the help on setfacl and the set permission script. However I'm wondering if there's a way to tie this nicely into a bow and programmatically create a symbolic link between the newly permission-granted folder and the FTP user? Or is the only way to start a session as the newly created account and create the symbolic link that way - as described here asked 04 Jan '13, 13:19 Mojowen |
There's no way to do that directly with our API, but you might be able to hack it together like this:
Hope that helps! answered 04 Jan '13, 13:38 seanf That's what I was thinking - thanks Sean
(04 Jan '13, 13:40)
Mojowen
Actually probably easier to just
(04 Jan '13, 13:50)
Mojowen
|