<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: отправка файла на сервер]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13315&amp;type=atom" />
	<updated>2017-12-22T12:38:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13315</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122479#p122479" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, нет.</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2017-12-22T12:38:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122479#p122479</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122477#p122477" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>MandarinKa02 пишет:</cite><blockquote><p>Malcev, скорости отличаться особо не должны.</p></blockquote></div><p>Вот это и хотелось бы проверить.<br />У вас есть готовый код?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-12-22T05:13:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122477#p122477</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122476#p122476" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, скорости отличаться особо не должны. Хотя, если работать с http, то в пакет помещаются заголовки с данными. Вот они могу весить в среднем 500байт.<br />К примеру вот:<br /></p><div class="codebox"><pre><code>
body=
headers=
method=GET
path=/
protocol=HTTP/1.1
queries=
raw=GET / HTTP/1.1
Host: 127.0.0.1
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36 OPR/49.0.2725.64
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7
Cookie: connect=NaN
</code></pre></div><p>Это посылается запрос только на html страничку, а кроме неё у сайта есть пару библиотек js и css.</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2017-12-21T22:43:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122476#p122476</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122474#p122474" />
			<content type="html"><![CDATA[<p><strong>MandarinKa02</strong>, приведите пример кода загрузки какого-нибудь файла через http.<br />Сравним скорости.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-12-21T18:55:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122474#p122474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122473#p122473" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>MandarinKa02</strong>, поставьте точки в конце предложений.</span><br /><a href="http://forum.script-coding.com/viewtopic.php?pid=121655#p121655">http://forum.script-coding.com/viewtopi … 55#p121655</a><br /><a href="http://forum.script-coding.com/viewtopic.php?pid=121591#p121591">http://forum.script-coding.com/viewtopi … 91#p121591</a><br /><a href="http://forum.script-coding.com/viewtopic.php?pid=121910#p121910">http://forum.script-coding.com/viewtopi … 10#p121910</a><br /><a href="http://forum.script-coding.com/viewtopic.php?pid=122251#p122251">http://forum.script-coding.com/viewtopi … 51#p122251</a><br /><a href="http://forum.script-coding.com/viewtopic.php?pid=122367#p122367">http://forum.script-coding.com/viewtopi … 67#p122367</a></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-12-21T15:30:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122473#p122473</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122469#p122469" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/boards/viewtopic.php?t=4890">HTTP Server</a> на основе <a href="https://github.com/jleb/AHKsock">AHKsock(winsock)</a><br />P.S. протокол TCP/IP - то что вам нужно.</p>]]></content>
			<author>
				<name><![CDATA[MandarinKa02]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34409</uri>
			</author>
			<updated>2017-12-21T13:34:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122469#p122469</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122468#p122468" />
			<content type="html"><![CDATA[<p>Там можно через командную строку.<br />Можно через виндовскую ftp.exe, но по скорости, думаю, будет ниже.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-12-21T12:35:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122468#p122468</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122467#p122467" />
			<content type="html"><![CDATA[<p>а каким же образом туда прикрутить ahk? Мне не подходит тыкать мышой&nbsp; по WinSCP.<br />Неужели не реализованы скрипты для ahk по фтп или может другой вариант какой-то.</p>]]></content>
			<author>
				<name><![CDATA[lngvar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31494</uri>
			</author>
			<updated>2017-12-21T12:22:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122467#p122467</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122464#p122464" />
			<content type="html"><![CDATA[<p>Копать в сторону фтп-клиентов.<br />Например WinSCP.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-12-21T08:07:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122464#p122464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: отправка файла на сервер]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=122462#p122462" />
			<content type="html"><![CDATA[<p>Укажите, пожалуйста, в каком направлении копать.<br />Необходимо отправить файл на сервер размером примерно 100-200кб.<br />На сервере его может принять ,например, перловый скрипт.<br />Вполне устроит не гарантированная доставка.<br />Желательно что бы это все заняло у потока не более 1-1.5 секунды.</p>]]></content>
			<author>
				<name><![CDATA[lngvar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31494</uri>
			</author>
			<updated>2017-12-21T00:13:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=122462#p122462</id>
		</entry>
</feed>
