Skip to content

Instantly share code, notes, and snippets.

@rfdrake
Created January 9, 2019 21:14
Show Gist options
  • Save rfdrake/dcfa4e2d0a68365dbfc580925d346a6c to your computer and use it in GitHub Desktop.
Save rfdrake/dcfa4e2d0a68365dbfc580925d346a6c to your computer and use it in GitHub Desktop.
qnap conn_serv and conn_action
conn_action name
10, Login OK
11, Logout
9, Login Fail
3, Write
2, Read
8, Rename
14, Move
5, MakeDir
1, Delete
conn_serv, name
7, SSH
11, HTTPS
2, FTP
3, HTTP
@rfdrake
Copy link
Author

rfdrake commented Jan 9, 2019

These were found by looking at the QNAP GUI and determining what number corresponded to the names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment