Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
xml
permissions.xml 0.2 kB 1 25-Oct-2018 04:31 Ben Spink
xml
user.xml 0.2 kB 1 25-Oct-2018 04:31 Ben Spink
xml
vfs_items.xml 0.3 kB 1 25-Oct-2018 04:31 Ben Spink

This page (revision-31) was last changed on 13-Aug-2020 17:59 by Ada Csaba

This page was created on 25-Oct-2018 04:31 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed one line
If you are reading this, you are likely wanting a well documented published API to reference. You won't find that here. Its my opinion that the admin WebInterface provides a working example that is easily watched to see the commands its issuing for the documentation. If you want to know how to make a user using a web call, enable the network monitoring in Chrome/Safari/FireBug and make a user. Then its all detailed out.
If you are reading this, you are likely wanting a well documented published API to reference. You won't find that here. Its our opinion that the admin WebInterface provides a working example that is easily watched to see the commands its issuing for the documentation. If you want to know how to make a user using a web call, enable the network monitoring in Chrome/Safari/FireFox/Edge and make a user. Then its all detailed out in the network requests created.
At line 3 changed one line
I will provide one example here to get you started though, and I may add to this by user request if things are not clear enough.
Here are a few examples here to get you started though, and we may add to this list in the future too.
At line 28 changed one line
The attachments contain the sample files.
The attachments contain the sample files.\\
\\
!!Update/add to VFS of a user\\
This will update the VFS, either replacing an existing item, or adding a new item if it doesn't exist:\\
{{{
curl -d command=setUserItem -d data_action=update_vfs -d xmlItem=user -d serverGroup=MainUsers -d username=user1 -d vfs_items@vfs_items.XML -d permissions@permissions.XML -u crushadmin:passw http://127.0.0.1:8080/
}}}
\\
!!Delete VFS item from a user\\
This will remove a VFS item (so don't pass in a full permissions or vfs_items object or you would remove everything):\\
{{{
curl -d command=setUserItem -d data_action=update_vfs_remove -d xmlItem=user -d serverGroup=MainUsers -d username= user1 -d vfs_items@vfs_items.XML -d permissions@VFS.XML -u crushadmin:pass http://127.0.0.1:8080/
}}}
Version Date Modified Size Author Changes ... Change note
31 13-Aug-2020 17:59 7.429 kB Ada Csaba to previous
30 15-Feb-2019 07:32 7.288 kB Ben Spink to previous | to last
29 13-Nov-2018 13:09 7.254 kB Ada Csaba to previous | to last
28 13-Nov-2018 13:06 6.999 kB Ada Csaba to previous | to last
27 25-Oct-2018 04:31 6.765 kB Ada Csaba to previous | to last
26 25-Oct-2018 04:31 6.759 kB Ada Csaba to previous | to last
25 25-Oct-2018 04:31 6.485 kB Halmágyi Árpád to previous | to last
24 25-Oct-2018 04:31 6.48 kB Halmágyi Árpád to previous | to last
23 25-Oct-2018 04:31 5.956 kB Ben Spink to previous | to last
22 25-Oct-2018 04:31 5.948 kB Ben Spink to previous | to last
21 25-Oct-2018 04:31 5.801 kB Ada Csaba to previous | to last
« This page (revision-31) was last changed on 13-Aug-2020 17:59 by Ada Csaba
G’day (anonymous guest)
CrushFTP9 | What's New

Referenced by
LeftMenu

JSPWiki