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

Pages: 1 ... 49 50 51
751
HFS ~ HTTP File Server / 2.0 coming...
« on: January 26, 2005, 04:54:58 PM »
Quote from: "Igoriosha"
AwPhuch
You know the difference between EXCEPTION and ERROR??

sorry for my English..

1. right click anywhere in the VFS
2. Select 'Add folder...'
3. Now select a drive without media in it
4. You get 'Unhandled exception (I/O error 21 or I/O error 87)

MarkV

752
HFS ~ HTTP File Server / 2.0 coming...
« on: January 26, 2005, 05:56:47 AM »
Quote from: "rejetto"
Q1. when you save cfg to a place, HFS deletes cfg in all other places, so what you are saying should never happen

That's good to know BUT:

The method of deleting works well if you only have one user (like most people have).
If you have more than one user, there could be problems:
At the moment, you have 3 choices - HFS.INI, HKCU and HKLM.
HFS.INI and HKLM - all users
HKCU - only the active user

Say you (the administrator) set up the options for all users (HKLM) and most of them are happy with it. But there's one user making a change and saving options only for him/herself. As HFS then deletes all other settings (as you stated), settings for all other users would be lost. So I recommend that HKCU should override the HKLM settings, but not delete it. Of course we need a switch so that users can delete their own HKCU settings and get HKLM settings back. Maybe you could modify the delete option a bit?

HSF.INI should be kept for people who don't like programs messing with the registry and for portability of the options.

Quote from: "rejetto"
Q2. are you talking about real folders, right? i think it may be better if HFS detects the movement and auto-update

I'm talking about real folders and virtual entries for files...
Virtual folders only exist inside the VFS, that'why they are called 'virtual', right? But, every other entry in the VFS points to a physical location on your disk(s). What I meant was that I moved the physical files/folders  from one location to another. Now the VFS-entries point to the old (now invalid) targets. I just wanted an option to tell HFS 'Hey, the file is now there' without deleting and readding the entry. The tooltip already shows me the path (second line), just no way to edit it... :?

Quote from: "rejetto"
Q3. the dialog is planned for 2.1 and access permissions are already recursive

Good to know that it is already on to-do...
So the permissions are always recursive? Ok, but the VFS does not show it. The lock should appear next to all entries permissions apply to. You should change the lock's color for entries that 'inherit' permissions.
Is it possible to add an option to disable inheritation of permissions for some entries? So you could have an unprotected file in your otherwise protected folder. Everyone knowing the correct URL could access that file, but nothing else.

Example 1 - The current situation:
I restrict permissions for folder A. A has a subfolder B.
1. The lock appears next to A. NOTHING in VFS shows me than subfolder B is also protected. (now I know but other's may not)
2. If I right-click B and select 'Restrict access', it tells me that there is NO restriction (no users selected). But it's restricted.

Example 2 - How it could be better (i fear it would require a rewrite of the VFS)
I restrict permissions for folder A. A has a subfolder B. Same situation.
1. The lock appears next to A. B gets a different colored lock showing me that it inherited permissions from A (its parent).
2. The 'Restrict access' option for B is read-only until I disable 'inherit' for B. Then I can set different restrictions for B.

I wish I could speak English better...  ;)

Quote from: "rejetto"
Q4. i get the scrolling arrows. i fear it is a limit of NT4 and i don't know any way to solve this. to load an icon just add the file to HFS, then remove it. icons are saved inside the VFS.

That' why I asked for multi-column view. :roll:
Icons for files I load and then remove are saved in the VFS? Good. But icons I don't use should be thrown out after some time or else the VFS would get bigger every time I add and remove files (I do this very frequently).

Quote from: "rejetto"
Q5. i tried caching the icon of the file, and yes, it greatly improved the speed. my system32 folder was 3.3s and now is 1.5s


Very nice. I had build times of 10 seconds and more (LAN!). Even M$ discovered years ago that caching icons is a good thing. :lol: But like in Q4 the icons should get thrown out after some time to avoid excessive growth of the cache.

edit: Where does it cache? Only in RAM or also disk?

MarkV

753
HFS ~ HTTP File Server / 2.0 coming...
« on: January 24, 2005, 09:48:12 PM »
Quote from: "Martinez1981"
Hi, I have too the new beta (nr. 17)
I have no problems with it, but a friedn of mine has the following problem:

When he arrives at 99% of a file it takes approx 5 Minutes to jump from 99% to 100%

On my side I see the file already as completed ...

Don't know if it's a bug ...

Thanks

Hm, sounds like he is using Internet Explorer... You should ask him if there is heavy disk activity during the delay.
IE first downloads the file to a temporary location (Temporary Internet Files, TIF) , then, upon completion, the file is copied to the final destination (download folder). Now, if the file is fairly big, the final step of moving to the download folder can take some time. There are several factors that add to the delay:

1. slow or fragmented hard disk
2. slow computer hardware
3. the Temporary Internet files and the download folder are on different partitions (even if on the same disk) -> in this case IE physically moves the file from one location to the other

With some versions of IE you get the normal 'copy progress window', with other versions you don't see anything...

If HFS shows the file as transferred 100%, it's a client-side issue anyway.

MarkV

754
HFS ~ HTTP File Server / HFS
« on: January 24, 2005, 03:36:24 AM »
Hi folks.

First I want to say, HFS 2.0 b17 runs without a crash on my machines (with a mix of several OSes and other software). But I don't use any speed limitation or other features which are known to cause problems.
HFS is an excellent piece of software!

There are still some questions  :roll:  :

Q1. Options

From what I have read so far HFS loads options in the following order
 1. HFS.INI
 2. user registry (HKCU)
 3. global registry (HKLM)

Now the problem is that if you have an old HFS.INI without knowing and save the new settings to registry, HFS loads the older INI file before the registry (correct) settings at startup.
Solution: If saving to registry, HFS should add a simple timestamp to the settings. Now, at startup HFS compares these timestamp(s) with the "Last Modification Date" from HFS.INI and loads the most recent (last saved) settings instead the hardcoded priority above. Hope you understand what I'm trying to say rejetto...

Q2. As I'm frequently moving whole directory structures/files to different locations, I learned that there is only a single way to get the VFS entries working in HFS again: remove and re-add them.
So what I (and I think some others too) need is:

 1. right click on a file/directory
 2. choose "change file path"
 3. point HFS to the new location of the file/dir
 4. The VFS entry is updated to represent the new file/dir just selected
     (The entry name should NOT be changed, we already have Rename for that.)

Q3. If you need to set restrictions on several files/dirs and have a large number of users defined, there are a LOT of clicks 'till you trough with it. I think we need an extra window (to save several hundred clicks...) where you can put checkmarks and press OK once...
Ability to change permissions recursively would also be very nice...  ;)

Q4. I'm having a small problem with icons. If I'm trying to set a new icon for a file/dir, the list is cut at the bottom of the screen and there is no scrolling feature, at least on my machine. So, I never get to the last icons... Testing with WinNT Workstation. Is there a way to switch to multi column view? Is there a way to use custom (externally loaded) icons?

Q5. If I browse a large real folder, there is a very long delay until the page appears. From what I guess this is HFS loading filenames and file icons, right? Would there be a way to 'cache' the icons (no I don't mean browser cache) so HFS just has to collect icon data once. Also the cache should timeout after some time in case some icons were changed/deleted.
This way, HFS would only load the filenames, cached icons and icons of new files, thus decreasing the build time.

Note: Should any of these questions be already on to-do, just ignore it.
After all, only suggestions... HFS is great anyway!

MarkV

755
HFS ~ HTTP File Server / HFS 2.0 beta17
« on: January 11, 2005, 04:59:10 PM »
Quote from: "maverick"
The Encode Spaces is enabled by default.  When enabled, %20 is shown in the file lists as well as when I hover my mouse over a filename (Opera).  When I turn-off Encode Spaces (uncheck), %20 is still shown in the file lists and when I hover over a filename.  Is this a bug?

No Problem with the encode spaces option I think, but especially new browsers do conversion by themselves. Spaces are not allowed in URL strings, anyway ...

@rejetto
IF I enable the option "Use UNICODE in HTML", save options, close, then restart, the option is not remembered and deselected again.
Maybe that's a bug?  :roll:

MarkV

756
HFS ~ HTTP File Server / HFS 1.5e
« on: December 30, 2004, 05:41:07 AM »
Version 1.5e ist veraltet.

"Stabile" Version: http://www.rejetto.com/files/sw/hfs1.6a.zip
Beta-Version (ziemlich stabil+Upload-Unterstützung): http://www.rejetto.com/temp/hfs2.0beta13.zip
FAQ (englisch): http://www.rejetto.com/sw/?faq=hfs

1. Programm entpacken
2. Starten
3. Gewünschte Dateien per Drag n'Drop ins Programmfenster ziehen
4. Nachschauen ob der Server eingeschaltet ist (großer Knopf links oben auf 'ON')

...und schon ist das ganze unter "http://IP-Adresse:Port#" erreichbar

Ist die Portnummer 80, muss der Port nicht angegeben werden!

Die IP-Adresse kann man erfahren unter http://checkip.dyndns.org/

Router und Firewall (falls vorhanden) müssen entsprechend konfiguriert werden, falls der Server über das Internet erreichbar sein soll.
Mehr dazu in der FAQ.

Das Programm und das Forum sind in Englisch...

MarkV

---

Version 1.5e is obsolete.

"Stable" version: http://www.rejetto.com/files/sw/hfs1.6a.zip
beta version (fairly stable+Upload-support): http://www.rejetto.com/temp/hfs2.0beta13.zip
FAQ (english): http://www.rejetto.com/sw/?faq=hfs

1. extract program
2. run it
3. drag your files into main HFS window (via drag n'drop)
4. check if the server is enabled (big button in the upper left corner must be  'ON')

...now you're reachable using "http://IP address:port#"

If the port number is 80, you don't need to type it after the IP

Lookup your current IP address: http://checkip.dyndns.org/

Router und Firewall (if any) have to be configured correctly for the server to be reachable from outside. Look into the FAQ for more info.

MarkV

757
HFS ~ HTTP File Server / 2.0 coming...
« on: December 29, 2004, 08:09:28 AM »
Quote from: "psyphen"
Yeah, just a really small bug, but the check for updates option doesn't work. I had to come here to find beta 13, while in beta 11, it said it was still the latest version.

This is not a bug in HFS itself. HFS just downloads a small text file from
the server (www.rejetto.com) and uses the update info stored there.

So, it's just this file not beeing up to date (as well as the link in the 1st post  :roll: ).
Shit happens...  ;)

Feature request:

- The possibility to comment the root folder, this comment should be
  placed above the file list. So you can introduce people to your server,
  give directions, place a disclaimer or anything else you like. Would be
  usefull on servers hosting a complicated directory structure so new users
  don't get confused and leave. (FTP uses a similar feature)

MarkV

(Sorry for the poor English)

758
HFS ~ HTTP File Server / Shutdown
« on: December 26, 2004, 07:00:23 AM »
Shutdown code works now, tested with 2 machines. All OK.

MarkV

759
HFS ~ HTTP File Server / HFS
« on: December 24, 2004, 07:58:30 PM »
Thanks rejetto. The Add Progress frame now works in Fox.
I'll test the new shutdown code ASAP and report if it fixed it or not.

Note: Windows NT 4.x = Windows NT Workstation/Server ;)

Merry X-mas, MarkV

Pages: 1 ... 49 50 51