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

Pages: 1 2 3
1
HFS ~ HTTP File Server / Re: Web Links in new Window/Tab
« on: December 09, 2016, 01:02:13 PM »
I tried the code in the root/home icon: Properties > Diff Template... but doesn't work.

Code: [Select]
[+list]
<script>
$(function(){
  $("a[href^=http]").attr({ target:'_blank' });
});
</script>

Everything I open is on the same tab.
Where is the problem?

Thank you.

2
HFS ~ HTTP File Server / "bitsadmin" command for uploading files...
« on: August 30, 2013, 08:31:26 PM »
I'm trying to upload a file from my computer to my HFS server with the command "bitsadmin":

bitsadmin /transfer myupload /upload /priority normal http://myHFSserver.com/upload/file.jpg "%HOMEDRIVE%\file.jpg"

(The "upload" folder is accessible for anyone and it allows uploads)

However I get an error code (405 Method not allowed). Is there any way to upload files to HFS with this command?

3
HFS ~ HTTP File Server / how to limit a number of hits on a folder?
« on: August 24, 2013, 09:42:51 AM »
I'd like to know how to limit a number of hits on a folder; allow to access a certain number of times to a folder.
Thank you in advance.

4
HFS ~ HTTP File Server / Port 80 already used in Windows 8 (solution)
« on: August 17, 2012, 09:34:29 PM »
1. Launch RegEdit
2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP
3. Change the value of "start" to 4 (disabled)
4. Reboot your computer

More info here: http://superuser.com/questions/352017/pid4-using-port-80

5
HFS ~ HTTP File Server / Do not log more than 1 address?
« on: March 01, 2012, 05:00:41 PM »
Can I add more than one address to the option "Do not log address"?

Thank you in advance.

6
HFS ~ HTTP File Server / Filtering files to guests...
« on: June 20, 2011, 02:36:02 AM »
I'd like to know how to filter some files to the guests... and make them only visible for my account list.
For example, hide the files named "private.exe" to the guests... or hide the files with extension ".exe".. or hide the folders called "private".

Thank you in advance.

7
HFS ~ HTTP File Server / Some suggestions...
« on: October 16, 2009, 06:16:10 PM »
- "Open in browser" from HFS tray icon

- For user accounts: allow them to alert me or add an exclamation when a file is outdated

- Search always from the root (not from subfolders)

8
HFS ~ HTTP File Server / Re: DO NOT LOG USER...
« on: August 15, 2009, 03:17:47 PM »
Would be interesting to disable my administrator account log's for navigation and/or uploads.

You already have the log options to:
1. do not log address and
2. assign name to address

Maybe that's all you need - assign your name to your address and your activity shouldn't be logged.

It works from "Do not log adress..." however "Current connections" and "Total In/Out" still enabled (can I disable it?)
Anyway I would prefer "Do not log user"

9
HFS ~ HTTP File Server / Re: DO NOT LOG USER...
« on: August 14, 2009, 02:13:35 PM »
2. Sorry, I meant  "How to do not log an upload"

Would be interesting to disable my administrator account log's for navigation and/or uploads.

Thank you for your help.

10
HFS ~ HTTP File Server / DO NOT LOG USER...
« on: August 11, 2009, 03:36:43 PM »
How to "Do not log" an user?
How to do not log an update? (in order to avoid the .txt file "uploaded by...")

11
HFS ~ HTTP File Server / Re: Little problem with the bar...
« on: September 09, 2008, 02:31:04 AM »
menu -> save options -> auto-save options on exit

i fear you disabled this!
just re-enable

I have already this option enabled.
The problem is when I restart the computer...

12
HFS ~ HTTP File Server / Little problem with the bar...
« on: September 06, 2008, 02:18:36 AM »
Every time I start HFS I have to adjust the bar.
How can I save the position? "Save file system" doesn't work.


13
HFS ~ HTTP File Server / Little suggestion...
« on: July 30, 2008, 04:44:33 PM »
Text in transfer progress should be white (try to select a file):


14
<link REL="SHORTCUT ICON" HREF="/favicon.ico">

Try that in the </head> of your template. Might work.

It works!

I see the little change regarding the default <link rel="shortcut icon" href="favicon.ico" />

Thank you.

15
I have put my own favicon.ico on the root, but when I click on other folder, appears the default HFS icon.
How can I apply it to all folders?

Pages: 1 2 3