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
sh
configure.sh 0.8 kB 6 29-Feb-2024 03:31 Ben Spink

This page (revision-44) was last changed on 29-Feb-2024 03:33 by Ben Spink

This page was created on 29-Dec-2020 05:25 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 20 changed one line
There is a script provided to give you the basics of starting and stopping CrushFTP. It might be overkill for your situation, but you are welcome to use it and modify it for your needs. The script is "[crushftp_init.sh|crushftp_init.sh]". You must edit the script the first time you use it to set the correct path in it. Additionally, make a copy of the script file as CrushFTP updates will overwrite it.
There is a script provided to give you the basics of starting and stopping CrushFTP. It might be overkill for your situation, but you are welcome to use it and modify it for your needs. The script is "[crushftp_init.sh|crushftp_init.sh]". Its included with your download of CrushFTP already. You must edit the script the first time you use it to set the correct path in it. Additionally, make a copy of the script file as CrushFTP updates will overwrite it.
At line 25 removed 23 lines
__Alternate Start CrushFTP Method__
The key here is making sure you are in the CrushFTP directory (so its the working directory), and using the "-d" option to start in daemon mode. If you are not in the right directory when you start CrushFTP, it will start generating a new prefs.xml file and users folder from the new location where you started it.
{{{
sudo java -Dcrushftp.version=5 -jar CrushFTP.jar -d
}}}
You may also want to start it so it stays running even when you logout.
{{{
sudo nohup java -Dcrushftp.version=5 -jar CrushFTP.jar -d&
}}}
The "-?" option will list various command line options you can use:
{{{
java -jar CrushFTP.jar -?
}}}
At line 76 changed one line
__Alternate Stop CrushFTP Method__
__Alternate Start /Stop CrushFTP Methods__
At line 55 added 20 lines
The key here is making sure you are in the CrushFTP directory (so its the working directory), and using the "-d" option to start in daemon mode. If you are not in the right directory when you start CrushFTP, it will start generating a new prefs.xml file and users folder from the new location where you started it.
{{{
sudo java -Dcrushftp.version=5 -jar CrushFTP.jar -d
}}}
You may also want to start it so it stays running even when you logout.
{{{
sudo nohup java -Dcrushftp.version=5 -jar CrushFTP.jar -d&
}}}
The "-?" option will list various command line options you can use:
{{{
java -jar CrushFTP.jar -?
}}}
Version Date Modified Size Author Changes ... Change note
44 29-Feb-2024 03:33 7.322 kB Ben Spink to previous
43 14-Sep-2022 20:17 7.284 kB Ada Csaba to previous | to last
42 14-Sep-2022 20:15 7.454 kB Ada Csaba to previous | to last
41 06-May-2021 09:35 6.845 kB krivacsz to previous | to last
« This page (revision-44) was last changed on 29-Feb-2024 03:33 by Ben Spink
G’day (anonymous guest)
CrushFTP10 | What's New

Referenced by
LeftMenu

JSPWiki