At line 1 changed 2 lines |
Linux Instructions |
|
!!!Linux Instructions |
---- |
At line 7 changed one line |
Java |
__Java__ |
At line 13 changed one line |
java -version |
{{{java -version}}} |
At line 18 added 2 lines |
---- |
__Starting CrushFTP__ |
At line 19 removed 2 lines |
Starting CrushFTP |
|
At line 23 changed one line |
sudo java -jar CrushFTP.jar -d |
{{{ |
sudo java -Dcrushftp.version=5 -jar CrushFTP.jar -d |
}}} |
At line 27 changed one line |
sudo nohup java -jar CrushFTP.jar -d& |
{{{ |
sudo nohup java -Dcrushftp.version=5 -jar CrushFTP.jar -d& |
}}} |
At line 33 added one line |
|
At line 36 added one line |
{{{ |
At line 38 added one line |
}}} |
At line 33 removed one line |
Alternate Method |
At line 41 added 2 lines |
__Alternate Method__ |
|
At line 37 changed one line |
Generating an Admin User |
__Generating an Admin User__ |
At line 41 changed one line |
To make your user for doing this, use a command like this: java -jar CrushFTP.jar -a "username" "password" This will make a new user, and write it to the default location...users/lookup_21/username/. |
To make your user for doing this, use a command like this: |
At line 51 added 13 lines |
{{{ |
java -jar CrushFTP.jar -a "remoteadmin" "mypassword" |
}}} |
|
|
This will make a new user, and write it to the default location: |
|
{{''users/lookup_21/remoteadmin/''}} |
|
Since this is CrushFTP5, you will want to move this user to the proper location: |
|
{{''users/MainUsers/''}} |
|
At line 45 changed one line |
Stopping CrushFTP |
[https://www.crushftp.com/Docs/Videos/Running_as_a_Service_and_Remote_Administration.mov] |
At line 68 added 5 lines |
[https://www.crushftp.com/Docs/Videos/Linux_Install.mov] |
---- |
|
__Stopping CrushFTP__ |
|
At line 79 added one line |
{{{ |
At line 81 added one line |
}}} |
At line 85 added one line |
{{{ |
At line 58 changed 3 lines |
|
quote user admin |
|
quote user remoteadmin |
At line 62 removed one line |
|
At line 64 removed one line |
|
At line 91 added one line |
}}} |
At line 67 changed one line |
Provided a user named "admin" exist, and they have permission to execute that command, CrushFTP will terminate once the user logs out. |
Provided a user named "remoteadmin" exist, and they have permission to execute that command, CrushFTP will terminate once the user logs out. |
At line 69 changed one line |
Generating a Password With CrushFTP from the Command Line |
__Generating a Password With CrushFTP from the Command Line__ |
At line 99 added one line |
{{{ |
At line 101 added one line |
}}} |