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

Pages: 1 2 3
1
i have configured the hfs 2.3i build 297 with ssl using stunnel. all works ok, but a user want to connecting on my hfs using public address like https://test.domain.com everytime it displays untrust page because i have not buyed web trusted ssl certificate. my company want that buy this certificate. how i can implementing in my configuration with stunnel and hfs?

2
HFS ~ HTTP File Server / Re: export user accounts from the hfs
« on: July 29, 2022, 06:33:02 AM »
i resolved my problem with next code in the template file

Code: [Select]
[test]
{.for each|username|{.replace|;|{.no pipe||.}|{.get|accounts.}.}|{:{.append|users.txt|
{.^username.}-{.get account|{.^username.}|password.}-{.get account|{.^username.}|redirect.}.}:}.}

the script i started from web browser http://127.0.0.1/~test

3
  • the ip address does not shown in the apache server
  • yes
  • the windows
  • the cisco

4
i created virtual folders parrent>child. i set the parent folder has access and upload permissions, the child folder has read permission. but when i loginin on my hfs using web. my child folder also has upload permission but i just set read permission

5
HFS ~ HTTP File Server / export user accounts from the hfs
« on: July 28, 2022, 01:00:00 PM »
i have the hfs, how export user accounts in csv,txt.... i have 200 user accounts.

6
My hfs server is behind the hardware firewall. the hfs server has the static public ip address? what i do? how configure firewall that my hfs receive the public ip of users?

7
i have a the hfs server in the dmz zone. my hfs have a public ip address. when the user downloads file from the my hfs server in log it displays ip 127.0.0.1 how i can receive public ip address of  the user? the format of log is in the apache format %u %f "%r" %>s %b

8
i have the hfs. i added folder and in the hfs i added next permisions on this folder: access and upload, without download and no delete. in this folder i added subfolder and  i added on this subfolder next permission: access, with download. i have next problem, on this subfolder exists inherited permissions from parent folder, so the users in this subfolder can upload files. i need breaking inheritance, in this subfolder the users just can access and download files, but they cannot upload files. can i make this in the hfs?

9
HFS ~ HTTP File Server / problem with config ini file
« on: May 11, 2021, 09:52:22 AM »
i have the hfs 2.3m version. i have a problem. when i create user accounts, those accounts are not written in config ini file but i set that writing go  in the config ini file. when i restart the hfs those accounts do not exists. what i do?

10
HFS ~ HTTP File Server / Re: slow login client on hfs with ssl
« on: February 24, 2017, 02:04:25 PM »
thank's. i revert to version 2.3i, all is ok. login go experess speed

11
HFS ~ HTTP File Server / Re: slow login client on hfs with ssl
« on: February 24, 2017, 01:44:21 PM »
yesterdays all is worked but today slow login

12
HFS ~ HTTP File Server / slow login client on hfs with ssl
« on: February 24, 2017, 11:42:13 AM »
i have hfs version 2.98j with configured ssl over stunnel. all is worked ok, but yesterday my users llog on very slow.on my hfs is created 116 users. where i search for solving my problem.

13
HTML & templates / Re: uploading file just from parent location
« on: September 26, 2016, 06:37:00 AM »
sorry if i made problem. i just search help for my problem
<quote>
my problem is when the user specially lies/ fails test... or plainly ignores..
</quote>
i don't lie. sorry my english is bad, maybe i don't understand your explain

i tryed with global variable but this solution also nothing

 {.set|lokacija|%folder%.}
   {.if|{.and|{.get|can upload.}|{.%folder%={.^#lokacija.}.}.}|<div class="bigBtn"><a href="~upload" title="{.!lv_uploadTitle.}"><span>{.!lv_upload.}</span></a></div>.}

14
HTML & templates / Re: uploading file just from parent location
« on: September 23, 2016, 11:12:40 AM »
my code
/test/ -parent location
/test/subfolder/ -sub location
{.if|{.and|{.get|can upload.}|{.%folder%=/test/.}.}|<div class="bigBtn"><a href="~upload" title="{.!lv_uploadTitle.}"><span>{.!lv_upload.}</span></a></div>.}

when in code i put {.%folder%=/test/.}.}
 all is ok, but because i have many users with different locations
i don't know how instead /test/ put some symbol or variable that i receive location according users

15
HTML & templates / Re: uploading file just from parent location
« on: September 23, 2016, 06:03:27 AM »
i just want  hide upload button when user in subfolder. but when in parent folder upload button is showed

Pages: 1 2 3