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 - Martok

Pages: 1 2 3 ... 6
1
HFS ~ HTTP File Server / busy
« on: July 13, 2006, 09:00:46 PM »
... and good luck again!

2
HFS ~ HTTP File Server / I think I have done everything
« on: July 13, 2006, 10:44:31 AM »
But it should. I'm using the same router here. Just checked the instructions on portforward, it's all correct. What have you exactly done?
You'll have to:
- memorize the port HFS uses (Input field on the top, next to the on/off buton)
- go to your routers page, 'Applications&Gaming','Port Range Forward' and enter it there.
Here is an example of my settings:
(HFS uses port 230; My local IP is 192.168.123.3

3
HFS ~ HTTP File Server / testing 2.1
« on: June 23, 2006, 11:12:44 AM »
Quote from: "ants"

Yes but you have to select a file one by one. If you have 100's of files to upload it can be extremely time consuming.

Ok, now I understood.
Quote from: "ants"

Quote from: "Martok"

Ack!

You don't like this feature?

I meant "Ack" as a short form for acknowledgement. So I agree with you.

4
HFS ~ HTTP File Server / testing 2.1
« on: June 22, 2006, 02:41:57 PM »
Quote from: "ants"
Inbuilt SSL

Why? HFS is a simple file server, it would make it too complicated to use. Besides, this would require a second port and by this it would require changes in the core code. STunnel is easier. Maybe HFS might write the INIs that STunnel uses. This makes it easier, just install STunnel, tell HFS where it is and use.
Quote from: "ants"
Multiple file upload

:?: :?: I think I missed your point, the default template allows to upload multiple files.
Quote
Server side support (eg. php)

Would be nice, (I am also really waiting for this), but this is a file server, so not definitively neccessary.
Quote
Remote Directory creating and remote file deleteing
File search

Ack!

5
HFS ~ HTTP File Server / Re: Request for Feature: Log out
« on: June 11, 2006, 08:13:48 PM »
Quote from: "HDM"
I wonder how you missed that, when I log in, I can't log out. There's no log-out button, so I have to remove cookies to do it.
Work on that
Greetz, HDM
Logout is not supported by the HTTP protocol, so its impossible. Just close your browser to log out.
And use the forum search before posting, this topic was dicussed many times before.

6
HFS ~ HTTP File Server / 2.0 coming...
« on: June 03, 2006, 09:14:32 PM »

7
HFS ~ HTTP File Server / testing 2.1
« on: June 03, 2006, 03:41:50 PM »
It seems like there are problems loading or saving @anonymous from a VFS?
Am I missing something or do others also have this problem?

8
Bug reports / Unknown bug - HFS crashes on start... :/
« on: May 31, 2006, 09:36:00 AM »
Do you have the WinSock 2.0 upgrade?

Maybe this can cause the crashing of HFS.

In the 'program will be terminated' box, there must be something like 'Details>>'. Could you please post this data?

@Rejetto: Kernel32.dll maybe means that it works only on NT based systems (NT, 2000, XP,2003)?

9
HFS ~ HTTP File Server / Password inheritance
« on: May 31, 2006, 09:29:04 AM »
Great, it works just as I meant!

Some display things: the @anonymous entry does not get a check-mark when selected, also @anonymous does not appear in the VFS item's hint text.
But this is just a displaying issue, everything else is ok.
It asks me correctly to login if I go to another pretotected folder(parent, for example). Protected folders inside an anonymous are correctly hidden. Ao in conclusion, I think security is not a problem.

Big thanks for adding this!

10
HFS ~ HTTP File Server / Re:Password inheritance
« on: May 30, 2006, 09:26:36 AM »
Quote from: "Anonymous"
Martok
 I'm curious why you can't use:
Root-unprotected>Server Folder-unprotected> Guest-unprotected.
Then also in Server Folder>Reports-protected.
There is no direct reason, but it is....unpractical.
I would have to tell my "login-users" to go to mysite.dyndns.org/protected/thesite/
this is quite long, you see?

And it is at least confusing as I can set 'ALL' but this does not mean 'everyone' but 'all who can login'.

Quote
Is there a security flaw in my structure?
No, I am using this just because it was handy at the time I had no public folders.

11
HFS ~ HTTP File Server / Password inheritance
« on: May 29, 2006, 08:00:26 PM »
Hello Rejetto,

for HFS 2.1, I have a suggestion which is (for me, at least) missing or confusing now.

When I have set user/pass or a user for a folder, this settings are also applied to it's subfolders. When I select 'restrict access'->ALL, all users are allowed to see this folder, but anonymous users cannot login.
Would it be possible to add an option 'Anonymous' to this menu?

For further explaining the sense of this:
My root is always protected, as I have most subfolders (about 20) that should be restricted. But there are folders I wish to be available for everyone (a public project I work on and my 'chat' using a shoutbox). It would be great to set them to 'Anonymous' instead of moving all others to a subfolder and protecting this one (path names would be too long to share them without writing).

Could you please think about this?

12
HFS ~ HTTP File Server / Using CSS
« on: May 29, 2006, 02:10:09 PM »
And if so, be sure to have the MIME-Type for CSS set:
Other Options->MIME-Types...
And add *.css with the MIME-Type text/css

Some browsers behave weird if CSS are sent as text/plain (default).

13
HFS ~ HTTP File Server / Re: I know this
« on: May 25, 2006, 10:08:23 AM »
Quote from: "rejetto"
i was about to make such function, but i didn't find a way to programmatically distinguish the close button from any other event that closes the application.
does anyway know?


in the Form's decaration:
Code: [Select]
   procedure WMNCHitTest(var Msg: TWMNCHitTest); message WM_NCHITTEST;
in implementation
Code: [Select]
procedure TfrmMain.WMNCHitTest(var Msg: TWMNCHitTest);
begin
  inherited;
  if Msg.Result = HTCLOSE then begin
    DoMinimizeToTray;
    Msg.Result := HTNONE;  // make it not generate OnClose events
  end;
end;

Maybe this helps.

Edit 1: Found code
Edit 2: Corrected Code

14
HFS ~ HTTP File Server / I cant operate the "Self Test"
« on: May 24, 2006, 02:06:46 PM »
This is the very same thing I am also noticing.
I have a WRT45GS Router with all port forwarding and the server works (friends can connect). But some time ago, I started the Self-Test after making changes. It would not report it's working, even if it is.

If you can, use a friend as 'self-test' ;) !

15
HFS ~ HTTP File Server / Re: Suggestion: add to HFS and copy link
« on: May 22, 2006, 01:17:57 PM »
Quote from: "rejetto"
if it is not an IP of your computer, neither an IP recognized as external, you can enter it as custom. HFS will then use it.

It is a local IP since Hamachi installs a fake network card with setup for the 5.xxx ip.

Pages: 1 2 3 ... 6