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

Pages: 1 2 3 4
1
HFS ~ HTTP File Server / Re: Problem about connecting to the HFS remotely
« on: November 08, 2010, 03:11:59 PM »
You can change the HFS default TCP port 80 to any other number, for example 8080.

2
HFS ~ HTTP File Server / Re: Automatic Start-up HFS program
« on: October 29, 2010, 05:06:50 PM »
Certainly!
You can use "apptoservice.exe" to make .exe to run as a service before user's login.

Just google it~

3
It doesn't matter.
I'll have a try~ ;)

4
Can anyone help me? :'( :'(

5
HFS ~ HTTP File Server / Can rejetto help me with the problem of login?
« on: October 15, 2010, 08:35:51 AM »
Login will  be failed when I try to log in to hfs site.shown below? Can anyone help me?

6
HFS ~ HTTP File Server / Re: A problem when I attemp to login.
« on: October 11, 2010, 01:36:45 AM »
Can rejetto help me?

7
Beta / Re: Testing build #270
« on: September 21, 2010, 08:47:49 AM »
In #269 ,HFS service will  stop response  when a huge file ,for example 3GB, is downloading. Has this problem been fixed in #270?


By the way, how can I make my national flag shown below my nickname “dragon_ex”? :)

8
HFS ~ HTTP File Server / Re: A problem when I attemp to login.
« on: September 20, 2010, 08:23:31 AM »
can you test with a different browser?
I have tested this problem under IE and Opera,and I am confirmed in the existance of the problem.
That is, when I switch into a directory named in chinese characters firstly, and then,login will be failed.

But,When I stay in the home page of hfs website or switch into a directory named in english letters or numbers firstly , then login won't be failed.
Fiddle captured codes below when I try to log in.

#2
Code: [Select]
GET http://10.0.255.5:8888/%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD-%EF%BF%BD%EF%BF%BD%CA%B1%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%C4%BC%EF%BF%BD%EF%BF%BD%EF%BF%BD/ HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/
Accept-Language: zh-cn
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Host: 10.0.255.5:8888


#1
Code: [Select]
GET http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/~login HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/
Accept-Language: zh-cn
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)
Accept-Encoding: gzip, deflate
Authorization: Basic YWRtaW5pc3RyYXRvcjohMjM0NTZhYmM=
Connection: Keep-Alive
Host: 10.0.255.5:8888


9
good that you got it solved.
but it was solved 10 days ago when i told you

i guess you didn't do it.
 :P :P

Thank you,rejetto!
What a shame for my fault~ :D


And by the way ,please have a look at my another question http://www.rejetto.com/forum/index.php/topic,9122.0.html

10
HFS ~ HTTP File Server / Re: A problem when I attemp to login.
« on: September 16, 2010, 02:29:13 PM »
Webpage resumed after I clicked "forward" and "backward" of IE a few times with no rule.
I think there must be something wrong in the interaction between clinet IE and HFS.


11
HFS ~ HTTP File Server / A problem when I attemp to login.
« on: September 16, 2010, 02:16:43 PM »
When I attemped to login with the account I had created in hfs, a issue happened just when I finished filling the blank of "User name" and the "Password" and press "OK" ,  button, as shown below.

12
2. then, you are not using the default template of build #269.
check the bottom bar of HFS window, and you will see a "customized template".
am i right?

to fix this, you should Menu > html template > restore default
you know you have fixed it when the "customized template" message goes away.
after this, please re-check for the problem, and ensure you refresh the page, this is very important.
Problem has been sovled finally!!! Oh~Yeah!!!
A customized template leads to the probelm.

13
thank you for your collaboration, i hope our effort won't be worthless.

1. try to see if firefox (or opera, or chrome) has the same problem
2. try this: edit the template, and replace this line

s = (decodeURIComponent || unescape)(s);

with this one

//s = (decodeURIComponent || unescape)(s);



1. The same problem occured either in foxfire or in opera. I did not test the problem in chrome.So I guess that the problem still exists in chrome.
2. I can not find the codes in the default template as you said . I can only find this one:

14
we are narrowing it! thank you.
the problem seems to be located at the filename sent by the javascript, that's clearly wrong.
what if you try to select the file, and then "archive" ?
you are using IE8, right?

Yes, I am using IE8, and sometimes I use some 3rd party shell-browsers which use IE8's core as its core.

Some images below show the result of "Archive" operation to the same file as before.

1. When I tried to archive the selected file, I was forbidden.
2. Some error seemed to have occured when I tried to archive,according to the popup window of Fiddler.
3. I copied and pasted the Fiddler's http-request codes as below.


Code: [Select]
POST http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/?mode=archive&recursive HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/
Accept-Language: zh-cn
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: 10.0.255.5:8888
Content-Length: 86
Connection: Keep-Alive
Pragma: no-cache

selection=%C3%A7%C2%83%C2%AD%C3%A7%C2%83%C2%88%C3%A6%C2%AC%C2%A2%C3%A8%C2%BF%C2%8E.ppt

15
Yes,there are 4 characters in the file name.
And I am sure that the link to the file which I want to delete is http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/%E7%83%AD%E7%83%88%E6%AC%A2%E8%BF%8E.ppt


The codes below are re-dumped by me by re-doing the same test as above.
Code: [Select]
POST http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/ HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://10.0.255.5:8888/%E5%85%B1%E4%BA%AB-%E4%B8%B4%E6%97%B6%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E5%A4%B9/
Accept-Language: zh-cn
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: 10.0.255.5:8888
Content-Length: 100
Connection: Keep-Alive
Pragma: no-cache

action=delete&selection=%C3%A7%C2%83%C2%AD%C3%A7%C2%83%C2%88%C3%A6%C2%AC%C2%A2%C3%A8%C2%BF%C2%8E.ppt


Some images belows show the process of what I did.

Pages: 1 2 3 4