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

Pages: 1
1
HFS ~ HTTP File Server / It's easy!!!!
« on: December 08, 2004, 08:57:43 AM »
For example:

We have REAL folder C:\Upload\
And in HFS we have this folder: http://127.0.0.1:8080/Upload/
ANYONE can Upload in this folder.

We just need to set "Default file mask" to upl.htm (for example)
And we need to put READ ONLY file "upl.htm" to C:\Upload\  folder.

upl.htm
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<script language="JavaScript1.1" type="text/javascript">
<!--
location.replace("./~upload");
//-->
</script>
<noscript>
<meta http-equiv="Refresh" content="0; URL=./~upload">
</noscript>
</head>
<body>
If your browser not support redirect <A href="./~upload">click here</a>

</body>
</html>

And now anyone, who enter http://127.0.0.1:8080/Upload/ will be redirected to upload section of this folder(http://127.0.0.1:8080/1/Upload/~upload)!!!

For admin we make in HFS folder: http://127.0.0.1:8080/Admin/ (For example!). The sourec of this folder is the same as for http://127.0.0.1:8080/Upload/ (it is C:\Upload\)...
Just set restrict access for it, and set "Hide" for it!

And now we have:
For "Upload"
NOONE can see files!!!!!!
ANYONE can upload
For "Admin":
NOONE can see this folder
Only!!!! ADMIN can get there!


I think, it's not hard... :) But you can ask for more!

2
HFS ~ HTTP File Server / Re: Ho to share *.exe, *.mp3, *.rar file in HFS?
« on: November 09, 2004, 11:39:58 PM »
Quote from: "kenyang"
Dear all:
    Can you tell me, who to change MIME & MIME-type seting. To share *.exe *.rar or *.mp3 file.

Thank you!!!

Ken Yang

Look here::  :!:

    *.exe - application/octet-stream
    *.mp3 - audio/mpeg
    *.rar - I'm not sure... Possibly: application/x-compress or application/x-rar or application/rar

 :)

3
HTML & templates / RE...............
« on: November 03, 2004, 03:35:45 PM »
Quote
Why don't you just try out your new HFS Server.
Supply a link to your template in this thread and the problem is solved for those who want it.

I have a few problems:
    First: I haven't my new HFS server  :D ... It isn't joke...
    Second: COPYRIGHT ! You can see it on the screenshots...

 :idea: P.S. I just can advise you to try to grab it from original server...  :!:
It's not hard to find it's address...
And our security service...

...wouldn't bann you for this...  :P

I gave you too much help...

 :!:  :!:  :!: Massimo Melina - You are BEST !!!  :!:  :!: :!:

4
HTML & templates / I'm sorry
« on: October 29, 2004, 08:44:13 PM »
Quote from: "Gobble"
I would be very interested in this template.  Can you post it here so that I can use it?

I'm sorry, but I can't post it here.  :cry:

5
HFS ~ HTTP File Server / Re: Bug
« on: October 29, 2004, 08:30:54 PM »
Quote from: "Rafi"
Upload Progress frame problem -

If you start upload and THEN open the progress status WINDOW - it's OK - the upload continues and you see the progress (SOME TIMES THE PROGRESS GRAPH SHOWS 0.00...)

If you start upload and THEN open the progress FRAME - the upload stops !

Should it be like that ?

 :idea: Then you click Progress window button during transfer, transref simply finishes because IE(or other browser) start loading new page - Progress window  :!:  :!:  :!:

6
HFS ~ HTTP File Server / Reply...
« on: October 29, 2004, 08:17:35 PM »
I'm using HFS 2.0 Beta 5 now.

And everything is OK!    :D  :D

Massimo thank you for HFS!!!  :!:

7
HFS ~ HTTP File Server / I'm too...
« on: October 28, 2004, 02:20:41 PM »
I have such problem too.

I'm using 2.0 beta 1 now...

Then I upload files using Mozilla Firefox everything is ok, but using IE I always see "failed" too.

Pages: 1