<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wine &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/wine/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Mon, 11 Nov 2013 19:46:18 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>FTP Downloading under wine</title>
		<link>https://luxing.im/ftp-downloading-under-wine/</link>
					<comments>https://luxing.im/ftp-downloading-under-wine/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Mon, 11 Nov 2013 19:43:01 +0000</pubDate>
				<category><![CDATA[Learning Notes]]></category>
		<category><![CDATA[ftprush]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wine]]></category>
		<guid isPermaLink="false">http://blog.luxing.im/?p=193</guid>

					<description><![CDATA[FTPRush is a powerful FTP transfer tool under Windows. It can also run under wine in Linux. It is curious that how wine works using Internet connections. I used to using Windows to download stuff from FTP servers using FTPRush, because FTPRush under wine has a very slow connection. It reminds me the old dial-up &#8230; <p class="link-more"><a href="https://luxing.im/ftp-downloading-under-wine/" class="more-link">Continue reading<span class="screen-reader-text"> "FTP Downloading under wine"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>FTPRush is a powerful FTP transfer tool under Windows. It can also run under wine in Linux.<br />
<span id="more-193"></span><br />
It is curious that how wine works using Internet connections. I used to using Windows to download stuff from FTP servers using FTPRush, because FTPRush under wine has a <strong>very</strong> slow connection. It reminds me the old dial-up age because I have always been getting 10k/s or less.</p>
<p>The thing is, when using a SSH tunnel as a proxy allowing FTPRush to download from FTP servers has always been very fast. I don&#8217;t know why it is as fast as being under Windows, regarding this issue, the quick solution is to setup a SSH proxy that takes the bandwidth to interface <strong>lo</strong>.</p>
<p>So, under FTPRush, first setup a proxy connection. Press F6 to open up the &#8220;options&#8221;, under Proxy Server, add a proxy and name it with whatever you like, proxy type SOCKS5, HOST is 127.0.0.1, port can be anything above 1027, let&#8217;s say, 8088.</p>
<p>Secondly, setup an FTP site with proxy set to the one just set. </p>
<p>Since we are using Linux, open up a terminal and type </p>
<pre>ssh -D 127.0.0.1:8088 -p 22 localhost</pre>
<p> to create a ssh tunnel and bind it to local 8088 port. Don&#8217;t exit the terminal, go back to FTPRush and start the connection with the FTP site.</p>
<p>Happy downloading!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/ftp-downloading-under-wine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">193</post-id>	</item>
	</channel>
</rss>
