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

Pages: 1
1
Bug reports / Re: HTTP 400 error on HEAD request
« on: July 20, 2010, 12:58:32 PM »
If this could help, i'm trying to keep LAMP web host's folder in sync with HFS folder, where some files update once or twice a day, but some once a week or more. I woldn't load bandwidth with downloading same files over and over again. So i tryed to use timestamping in wget and failed.

Shouldn't HFS give status 200 on HEAD requests?

2
Bug reports / Re: HTTP 400 error on HEAD request
« on: July 20, 2010, 09:56:29 AM »
This is a command i run. Names and apssword are changed.
Code: [Select]
wget --recursive --timestamping --accept=nup,ver --level=1 --continue --tries=9 --retry-connrefused --no-parent --no-directories --directory-prefix=/home/user/folder --user=user --password=password http://example.com:9091/my_folder/Is'n t "http://example.com:9091/my_folder/"in command's end clearly declare HTTP?

3
Bug reports / HTTP 400 error on HEAD request
« on: July 20, 2010, 07:29:40 AM »
WGET sens HEAD requsets to check last-modified date. HFS sends 400 error back with last-modified header, but WGET see 4xx error and skips file when --timestamping file used. Without flag modified files are skiped at all.
How cold i male my local folder up to date without clearing it?

Russian answers are welcome: http://www.rejetto.com/forum/index.php/topic,8813.0.html

4
Нужно иметь локально копию одной из папок, расшаренных в HFS. Для зеркалирования использую wget под ubuntu. Wget получает в заголовке ошибку 400 в ответ на запрос HEAD. И решает, что файла нет, хотя дфые-ьщвшашув и отдается. Приходится удалять и перекачивать весь каталог. Убунтоиды говорят, что дело в сервере и он должен отдавать "200 ok"
Кто прав?

Pages: 1