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

Pages: 1
1
HFS ~ HTTP File Server / Re: login user change password
« on: August 09, 2023, 01:18:38 AM »
I see. Thank you.

2
HFS ~ HTTP File Server / login user change password
« on: August 08, 2023, 07:42:48 AM »
hi,
The login user how online change password ?
only console modify password?

3
Thanks a lot for you reply, Could you help me with the corresponding http command.
I have tried various methods, but was failing to upload larger files. Getting sockets exceptions.
Could you help to share the http snippet corresponds to the below curl command:

curl  -F fileupload1=<File>  -F press="Upload files"  <Server Ipadress>

HI, Try thie.
curl --user uid:psw -F file=@locfile file=Upload http://server ip/dir/
OR
curl --user uid:psw --form file=@locfile --form file=Upload http://server ip/dir/

4
hi, Thank you for your guidance and information.

I have successfully completed.
Yes, next I need to study how to upload using curl.
Thank you very much for your teaching.

Thanks again for your assistance.

5
HI,
How I use browse command line login HFS & upload or download files?
example:
win10 + cmd windows
"c:\program files\mozilla firefox\firefox" 192.168.0.103:8011\~login

I can call login page. But I can't pass user account and password to login page.

example:
win10 + cmd windows
"c:\program files\mozilla firefox\firefox" 192.168.0.103:8011\~login@user:password

It's not work. Does hfs support such a login method?


Pages: 1