Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-12) was last changed on 20-Aug-2018 18:38 by Ada Csaba

This page was created on 09-Oct-2016 18:14 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 added 10 lines
Due to licensing, we cannot include the MySQL jar file. So here is the link for it.
[https://dev.mysql.com/downloads/connector/j/5.1.html\\
Direct link: [https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.47.zip]
And from that download, the only thing you care about is this one file: mysql-connector-java-5.0.8-bin.jar
Place that somewhere, and in the user config, choose this file as your db_driver_file. Then test.
At line 12 added one line
/* Script for MYSQL to make the DB tables needed for CrushFTP. */
At line 3 changed one line
CREATE TABLE `domain_root_list` (
# Dump of table DOMAIN_ROOT_LIST
# ------------------------------------------------------------
CREATE TABLE `DOMAIN_ROOT_LIST` (
At line 6 changed one line
`path` varchar(255) default NULL
`path` varchar(255) default NULL,
`sort_order` int(11) default NULL
At line 26 added 2 lines
# Dump of table EVENTS5
# ------------------------------------------------------------
At line 12 changed one line
CREATE TABLE `events` (
CREATE TABLE `EVENTS5` (
At line 14 changed 19 lines
`SQL_FIELD_name` varchar(255) NOT NULL default '',
`command` varchar(255) NOT NULL default '',
`event_dir_data` varchar(255) NOT NULL default '',
`event_if_list` varchar(255) NOT NULL default '',
`event_action_list` varchar(255) NOT NULL default '',
`event_user_action_list` varchar(255) NOT NULL default '',
`event_after_list` varchar(255) NOT NULL default '',
`event_plugin_list` varchar(255) NOT NULL default '',
`SQL_FIELD_from` varchar(255) NOT NULL default '',
`SQL_FIELD_to` varchar(255) NOT NULL default '',
`cc` varchar(255) NOT NULL default '',
`bcc` varchar(255) NOT NULL default '',
`subject` varchar(255) NOT NULL default '',
`body` varchar(255) NOT NULL default '',
`event_always_cb` varchar(10) NOT NULL default 'false',
`event_after_cb` varchar(10) NOT NULL default 'false',
`event_now_cb` varchar(10) NOT NULL default 'false',
`event_if_cb` varchar(10) NOT NULL default 'false',
`sort_order` int(11) default NULL
`event_name` varchar(255) NOT NULL default '',
`prop_name` varchar(255) NOT NULL default '',
`prop_value` text NOT NULL
At line 37 changed one line
CREATE TABLE `inheritance` (
# Dump of table INHERITANCE
# ------------------------------------------------------------
CREATE TABLE `INHERITANCE` (
At line 40 changed one line
`sort_order` int(11) default NULL
`sort_order` int(11) default NULL,
`server_group` varchar(50) default NULL
At line 45 changed one line
CREATE TABLE `ip_restrictions` (
# Dump of table IP_RESTRICTIONS
# ------------------------------------------------------------
CREATE TABLE `IP_RESTRICTIONS` (
At line 63 added 2 lines
# Dump of table USER_PROPERTIES
# ------------------------------------------------------------
At line 56 changed one line
CREATE TABLE `user_properties` (
CREATE TABLE `USER_PROPERTIES` (
At line 59 changed one line
`prop_value` varchar(255) default NULL
`prop_value` varchar(2000) default NULL
At line 74 added 2 lines
# Dump of table USERS
# ------------------------------------------------------------
At line 65 changed one line
CREATE TABLE `users` (
CREATE TABLE `USERS` (
At line 75 changed one line
CREATE TABLE `vfs` (
# Dump of table VFS
# ------------------------------------------------------------
CREATE TABLE `VFS` (
At line 85 changed one line
CREATE TABLE `vfs_permissions` (
# Dump of table VFS_PERMISSIONS
# ------------------------------------------------------------
CREATE TABLE `VFS_PERMISSIONS` (
At line 111 added 2 lines
# Dump of table WEB_BUTTONS
# ------------------------------------------------------------
At line 94 changed one line
CREATE TABLE `web_buttons` (
CREATE TABLE `WEB_BUTTONS` (
At line 118 added 2 lines
`for_menu` varchar(10) default NULL,
`for_context_menu` varchar(10) default NULL,
At line 103 changed one line
CREATE TABLE `web_customizations` (
# Dump of table WEB_CUSTOMIZATIONS
# ------------------------------------------------------------
CREATE TABLE `WEB_CUSTOMIZATIONS` (
At line 137 added 2 lines
# Dump of table GROUPS
# ------------------------------------------------------------
At line 113 changed one line
CREATE TABLE `groups` (
CREATE TABLE `GROUPS` (
At line 146 added 21 lines
# Dump of table MODIFIED_TIMES
# ------------------------------------------------------------
CREATE TABLE `MODIFIED_TIMES` (
`SERVER_GROUP` varchar(50) default NULL,
`PROP_NAME` varchar(255) default NULL,
`PROP_VALUE` varchar(255) default NULL,
PRIMARY KEY (`SERVER_GROUP`,`PROP_NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
# Dump of table VFS_PROPERTIES. New in v6.4
# ------------------------------------------------------------
CREATE TABLE `VFS_PROPERTIES` (
`userid` int(11) default NULL,
`path` varchar(1024) default NULL,
`prop_name` varchar(255) default NULL,
`prop_value` varchar(2000) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Version Date Modified Size Author Changes ... Change note
12 20-Aug-2018 18:38 4.98 kB Ada Csaba to previous
11 09-Oct-2016 18:14 4.974 kB Ben Spink to previous | to last
10 09-Oct-2016 18:14 4.892 kB Ben Spink to previous | to last
9 09-Oct-2016 18:14 4.441 kB Ben Spink to previous | to last
8 09-Oct-2016 18:14 4.102 kB Ben Spink to previous | to last
7 09-Oct-2016 18:14 4.014 kB Ben Spink to previous | to last
6 09-Oct-2016 18:14 4.013 kB Ben Spink to previous | to last
5 09-Oct-2016 18:14 3.969 kB Ben Spink to previous | to last
4 09-Oct-2016 18:14 3.968 kB Ben Spink to previous | to last
3 09-Oct-2016 18:14 3.48 kB Ben Spink to previous | to last
2 09-Oct-2016 18:14 3.479 kB Ben Spink to previous | to last
1 09-Oct-2016 18:14 3.412 kB Ben Spink to last
« This page (revision-12) was last changed on 20-Aug-2018 18:38 by Ada Csaba
G’day (anonymous guest)

OLD WIKI!!!#

New: CrushFTPv9#

OLD WIKI!!!#


CrushFTP8 | What's New

Referenced by
LeftMenu

JSPWiki