rejetto forum

Recent Posts

1
HTML & templates / Re: question
« Last post by Win_7 on March 17, 2023, 03:28:05 PM »
Sorry, I was busy, and I couldn't answer...

It's easy, follow these steps: ;)

1) Right-click on the folder you allow uploads, and choose 'Properties...'

2) Go to 'File masks' tab, and on 'Upload filter mask' write this:

*.*
(for allowing any type of file)

or

*.htm*
(for HTML files only)
(this only allows: .htm and .html files)

If you need to allow several types, you can separate using ;

For example (more examples):

*.htm*;*.jp*g;*.txt;*.rar
(this only allows: .htm, .html, .jpg, .jpeg, .txt and .rar files)

I guess this also answer this question (since it's the same question)

Cheers,
Leo.-

thanks
2
HFS ~ HTTP File Server / Re: HFS including SSl tools
« Last post by Mars on March 16, 2023, 10:31:21 PM »
No there will be no new version beyond the one already available in 2.x
a new project supporting https is already available in this topic
https://rejetto.com/forum/index.php?topic=13506.msg1067143#msg1067143
3
HFS ~ HTTP File Server / Re: HFS including SSl tools
« Last post by cookieoreo18 on March 16, 2023, 08:45:11 PM »
Hi. Will a new version ever drop?
4
HTML & templates / Re: question
« Last post by LeoNeeson on March 16, 2023, 08:35:35 PM »
do you know how i could allow uploading html files?
Sorry, I was busy, and I couldn't answer...

It's easy, follow these steps: ;)

1) Right-click on the folder you allow uploads, and choose 'Properties...'

2) Go to 'File masks' tab, and on 'Upload filter mask' write this:

*.*
(for allowing any type of file)

or

*.htm*
(for HTML files only)
(this only allows: .htm and .html files)

If you need to allow several types, you can separate using ;

For example (more examples):

*.htm*;*.jp*g;*.txt;*.rar
(this only allows: .htm, .html, .jpg, .jpeg, .txt and .rar files)

I guess this also answer this question (since it's the same question)

Cheers,
Leo.-
5
HTML & templates / Re: question
« Last post by Win_7 on March 16, 2023, 11:58:49 AM »
Yes, it's possible (this was answered on the FAQ, but requires being competent in HTML to not break things). This was answered several times on the forum. :)

do you know how i could allow uploading html files?
6
HTML & templates / question
« Last post by Win_7 on March 11, 2023, 09:37:51 PM »
how can i allow uploads of html files on my website?
7
HTML & templates / Re: question
« Last post by LeoNeeson on March 11, 2023, 07:46:45 PM »
is it possible to edit the baked in html or icon files of hfs?
Yes, it's possible (this was answered on the FAQ, but requires being competent in HTML to not break things). This was answered several times on the forum. :)
8
router & port problems / Re: port forwarding and hosting
« Last post by LeoNeeson on March 11, 2023, 07:40:24 PM »
is it possible to host a hfs server with an ipv6 public ip adress...
Yes, it's possible (IPv6 is supported on both: HFS v2.4 and HFS 3)

...is it possible to port forward on a mobile network
This is a very broad question (hard to answer question). Some mobile network operators use NAT, so the address you see is not directly pointing back to your device, while others block inbound port forwarding. It also depends on the device you use to connect to the mobile network (it's not the same thing using an Android or iPhone, than some 4G LTE USD dongle). Even if you say what device you use, your mileage may vary. If you have some networking knowledge, in case your mobile ISP blocks port forwarding, what you probably need is a reverse tunnel (it can be done doing a reverse SSH, and for that you need to rent a VPS). You could follow THIS guide if you are skilled with Linux. That's all I can help (covering all the details, gets too technical). Hope this helps. :)
9
HTML & templates / question
« Last post by Win_7 on March 11, 2023, 02:31:33 PM »
is it possible to edit the baked in html or icon files of hfs?
10
router & port problems / port forwarding and hosting
« Last post by Win_7 on March 11, 2023, 02:10:51 PM »
is it possible to host a hfs server with an ipv6 public ip adress as a friend of mine wants an hfs server but only has ipv6 and is it possible to port forward on a mobile network