rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Novox

Pages: 1 2 3 ... 6
1
RAWR-Designs / Re: Live 3.0.1 Preview
« on: August 07, 2010, 02:47:03 PM »
Really cool! This will be my next HFS template :)

2
Beta / Re: Testing build #263
« on: July 29, 2010, 02:15:22 PM »
Thank you very much rejetto!!

You are always the BEST!

3
HFS ~ HTTP File Server / Re: Asian Characters Support
« on: July 29, 2010, 08:12:42 AM »
Thai language is works fine for me. What is your language?

4
Quote
being the limit applied to a single file, any file is not affecting others.
if you download 2 files you'll have 3 + 3 available connections from the same IP address.

What you said, is what I want.  ;D

do I need to add + sign in front if download? [+download]? what is it?

5
ok, found the bug, and fixed in next release (263)

Yeah cool! Thanks alot!

6
Yes, it is. Is it possible to make HFS to archive the file larger than 4GB by seperate it into 2GB/part instead of download a single file?

7
WoW Thank you very much rejetto! You are the best!

This will come in the new b263 right? I waiting for it :)

8
I used NTFS as my filesystem.  :)

9
why do not you share the file into several parts with auto-extract?

What does it means auto-extract?

All the file in my server is from torrent download. I can't manage or change the file structure while seeding. Otherwise, the torrent will rehash and then corrupted.

10
A new screenshot, I have proof that when I want to download a 4.5GB single file as tar, it will make HFS Freeze.


11
Here is the screenshot of number of files.

First one, I tried to download as tar for Adobe with size 4.45GB and 4 files then HFS Freeze.

Second, I tried to download as tar for Greenzone Movie that contains 46 fils in it with 4.19GB size but HFS isn't freeze.

Maybe the problem is happened when a single file has a size bigger than 4GB? Like a file .7z one in the first screenshot?

Any idea?

12
Hello dev,

I have found some bugs when I want to download an archive file from a folder that bigger than 4GB. After I clicked download as zip, then HFS process running at 20% CPU usage (look like it try to zip a folder) and not responsible. I need to manually restart it.

I have tried to download as zip from a folder smaller than 4GB and found that the CPU usage problem is not exist. I have downloaded a 1GB folder, download dialog is instantly appear when I was clicked at the download as zip button without taking some CPU.

Thank you for a great file server :)

This problem refers to this topic that I was created to avoid this problem by filter an archive download when the folder bigger than specific size: http://www.rejetto.com/forum/index.php/topic,8609.0.html

13
Yeah, I think a new event for archive is required to solve this problem. Or can you give a archive setting option in HFS instead of using event script?

14
Thank you very much for your reply.

However, the script is doesn't work for me. I have tried to replace IP parameter to user but it still doesn't work.

Code: [Select]
[download]
{.if|{.{.current downloads|user=%user%|file=this.} > 3.} |{: {.disconnect.} :}/if.}

The users in my server can still connecting and downloading file in HFS with more than 3 connection per file by using IDM. How can I set the connection per file from the HFS menu?

I have found that limit connection in HFS menu is global connections right? All I need is to limit 3 connections per file but they still get more connection if they download a new file.

Please advice :)

15
HFS ~ HTTP File Server / Please help me to correct this Event script.
« on: July 14, 2010, 04:02:05 PM »
Here is my event script use to limit 3 connections per user per file. Unfortunately, the script is doesn't work. User can connect more than 3 connection

This is what I read from HFS document

Quote
current downloads of file
    number of current downloads of current file.
    If an unnamed optional parameter is specified, it is used as IP mask, and only matching connections will be counted.
    If the parameter is given name user, only connections by such user will be counted.

Here is my code

Code: [Select]
[download]
{.if| {.{.current downloads of file.} > 3.} |{: {.disconnect.} :} .}

What wrong with my code? and how can i given a name user parameter in the script?

Thank you very much!

Tested on HFS beta #260

Pages: 1 2 3 ... 6