rejetto forum

android app

Pino · 7 · 3908

0 Members and 1 Guest are viewing this topic.

Offline Pino

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
Hey rejetto,  ;D

I can't post topics,Can I send it here?
I want to make an android app to manage HFS.
Do you have a similar Android interface?
Do you have any similar Android cases?



Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i don't have a native android interface.
HFS 2.4 has mobile friendly interface, tho.


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs

Offline Pino

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
Thanks to Rejetto for helping me create the topic.

I used this link yesterday https://rejetto.com/forum/index.php?action=post;board=21.0 ,post topic.

I created a new account yesterday.
When I post a topic, a red pop-up window prompts me that I can't post.
Unfortunately, I didn't have a screenshot to leave evidence.

I post again today. It's all right now.
I suspect that on the day of the new account, the account does not have the right to post.

HFS 2.4 has mobile friendly interface, tho.
Does it mean to open HFS web pages in mobile browser, such as chrome app?


Offline Pino

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
Thank you, dj
I don't know about web apps, but I think it's a good idea. I'll open your link to learn more about web apps


Offline Pino

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
I know HFS has a login URL parameter
/~login

But is there a URL parameter like this?

“ /~login?username=name1&password=password1”

Then I don't need to pop-up the window to enter the account password, directly log in with the URL



For example, I use URLs in my app

https://192.168.x.xxx :xxx/folder1/ test.txt

I can download it test.txt



When I add an account to folder1

https://192.168.x.xxx :xxx/folder1/ test.txt

I can't download it with this url

If anyone knows, or HFS Android API, SDK and so on, please leave a message, thank you


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
the reason is simple: HFS does not work with the HTTPS protocol, but only in simple HTTP, to make secure connections you have to install Stunnel in addition to HFS the version of the following link is not the last produced by rejetto but you will run stunnel,
http://rejetto.com/forum/index.php?topic=10242.msg1065509#msg1065509

once the configurations are done, then just replace the hfs exe with the latest officially produced version.

all connections initiated in HTTPS can go through STUNNEL using the 192.168.x.xxx:MMM address and will be redirected to the HFS listening address which will be 127.0.0.yyy: NNN in HTTP mode

from a remote client point of view the protocol used will be SSL