At line 1 changed one line |
The max server outgoing and incoming speed control how much bandwidth your server can use. CrushFTP doesn't have low level access to your network card, so its a bit limited on how it can control the bandwidth used. If you set it to say 1K/sec, and you are on a 100mbit network, then the restriction will be somewhat sporadic. It does its best to calculate and control bandwidth, but the OS may be buffering data too, limiting the exact amount that can be controlled. |
You can set the max global connections to the server here. This value is limited by your license unless your license is for unlimited connections. The max server outgoing and incoming speed control how much bandwidth your server can use. CrushFTP doesn't have low level access to your network card, so its a bit limited on how it can control the bandwidth used. If you set it to say 1K/sec, and you are on a 100mbit network, then the restriction will be somewhat sporadic. It does its best to calculate and control bandwidth, but the OS may be buffering data too, limiting the exact amount that can be controlled. You can also set some IP addresses that you don't want to be slowed down, such as internal network IPs. (127.0.0.1,192.168.*) |
At line 5 changed one line |
Save reports to disk interval controls how often you want CrushFTP to write out your prefs.xml file. This file has some minimal statistics in it that re on the main server window. CrushFTP also keeps a backup up your prefs.xml file in the backup folder. In OS X, this is in the CrushFTP5.app/Contents/Resources/Java/backup/. All other OS's have this in the same folder with CrushFTP. The next few options control how much information you want tracked in those statistics its going to save. |
Save reports to disk interval controls how often you want CrushFTP to flush DB information. The next few options control how much information you want tracked in those statistics its going to save. |
At line 7 changed one line |
The real stats are being stored in an internal DB in CrushFTP inside the "stats" folder. You can also set this to go to an external DB with a few edits of the prefs.XML file. [MySQL stats] example. |
The real stats are being stored in an internal DB in CrushFTP inside the "statsDB" folder. You can also set this to go to an external DB with a few edits of the prefs.XML file. [MySQL stats] for example. |
At line 15 changed one line |
As a safety measure, CrushFTP also has the "move deleted items to temp folder" option. This will move items to some other specified folder instead of deleting them when a user deletes them. This gives you a minimal safety net to "undelete" something that should not have been deleted. |
You can configure a global server welcome message that users likely won't ever notice in their logs. You can also set a location for deleted items using the "move deleted items to temp folder" option. This will move items to some other specified folder instead of deleting them when a user deletes them. This gives you a minimal safety net to "undelete" something that should not have been deleted. |