<?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>Maytech Blog</title>
	<atom:link href="http://blog.maytech.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.maytech.net</link>
	<description>Maytech - Internet for Business</description>
	<lastBuildDate>Sun, 22 Apr 2012 22:30:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Accelerated large file transfer in hosted FTP</title>
		<link>http://blog.maytech.net/fast-file-transfer.html</link>
		<comments>http://blog.maytech.net/fast-file-transfer.html#comments</comments>
		<pubDate>Sun, 22 Apr 2012 22:30:02 +0000</pubDate>
		<dc:creator>Antony Freeman</dc:creator>
				<category><![CDATA[Managed File Transfer]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=161</guid>
		<description><![CDATA[The Fast File Transfer Recipes Globally fast &#8211; a critical USP for the secure file sharing service FTP-Stream. But why are some links slow in the first place and what are the techniques for accelerating file transfer? If you&#8217;ve tried sending large &#8230; <a href="http://blog.maytech.net/fast-file-transfer.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>The Fast File Transfer Recipes</h4>
<p>Globally fast &#8211; a critical USP for the secure file sharing service <a href="http://www.maytech.net/ftpstream-overview.html">FTP-Stream</a>. But why are some links slow in the first place and what are the techniques for accelerating file transfer? If you&#8217;ve tried sending large files to China you&#8217;ll be familiar with excruciatingly slow file transfer speeds, timeouts and failed transfers, even though both the the sending and receiving parties are on fast links to the Internet. So what&#8217;s the underlying problem and what are the available solutions.</p>
<p>Well the heart of the problem is in Transmission Control Protocol (<a href="http://en.wikipedia.org/wiki/Transmission_Control_Protocol">TCP</a>)  Common Internet applications such as the Web, Email and FTP rely on TCP  for controlling the flow of data across the local network and the Internet.</p>
<p><strong>TCP &#8211; a quick look at the culprit</strong></p>
<p>When data is transferred over the Internet it&#8217;s the job of IP (that&#8217;s Internet Protocol) to send packets, but without a control mechanism it&#8217;s not reliable. TCP was conceived in 1974 to control the flow of packets and is optimised for accurate delivery rather than fast delivery.  TCP guarantees that all bytes are received and in the correct order.  The sender keeps a record of each packet sent and expects to receive a timely acknowledgement, and this is where the problem arises.</p>
<p>Over long or high loss links the acknowledgment can take so long to arrive, the sender assumes the packet is lost and stops sending to retransmit the &#8216;lost&#8217; packet, this accounts for the jerky stop-start file transfers we&#8217;ve all seen over long or flaky links.</p>
<p><strong>WAN optimization</strong></p>
<p>Of course there&#8217;s stuff you can do to mitigate these effects. See this <a href="http://en.wikipedia.org/wiki/TCP_tuning">Wikipedia article</a> for the tech details on WAN optimization, but for a hosted FTP service like FTP-Stream the options are limited as we only control one end of the link.</p>
<p><strong><strong>UDP based solutions</strong></strong></p>
<p>The User Datagram Protocol (<a href="http://en.wikipedia.org/wiki/User_Datagram_Protocol">UDP</a>) was designed in 1980 and unlike TCP does not require any dialogue between the sender and receiver. The source just pumps packets at the target in a stream, there&#8217;s no control &#8211; that&#8217;s great if you&#8217;re streaming a movie where the overwhelming need is to maintain the flow and the odd lost packet doesn&#8217;t much matter, but for most file transfer uncontrolled UDP transfer are clearly unsuitable.</p>
<p><strong></strong>However products like <a href="http://asperasoft.com/">Aspera</a>  exploit the faster transfer potential of UDP by replacing TCP with a proprietary control mechanism. It does work &#8211; the problem however  is that it&#8217;s a hardware based and you need the hardware at both ends of the link. So that&#8217;s OK for static connections between two parties but is not suitable for cloud large file transfer like FTP-Stream where most users will not have the specialist hardware.</p>
<p><strong>The FTP-Stream Solution</strong></p>
<p>As a managed file transfer solution with millions of user worldwide we need to support standard access methods such as FTP, SFTP, and secure Web which all rely on TCP. So FTP-Stream uses two techniques: multi-path and parallelization. Our proprietary systems will break a large file transfer into small chunks and send them in parallel over SFTP for security. Although the transfer speed of each chunk is still slow, but sending man in parallel we get huge increases in speed.</p>
<p>Furthermore we exploit our global network and intelligent routing software to probe for faster, less congested routes. The receiving end of the link assembles the constituent parts and performs an integrity check.</p>
<p>The results are dramatic &#8211; for example a 15 gig file transfer from New York to a south-east Asia destination, which would take days over the public Internet reaches its destination in just two-three hours</p>
<p>If you have any comments or questions about large file transfer over high latency links you can mail me <a href="mailto://antony@maytech.net">antony@maytech.net</a>, we like nothing better than talking about large file sharing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/fast-file-transfer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1001 Managed File Transfer Applications</title>
		<link>http://blog.maytech.net/1001-managed-file-transfer-applications.html</link>
		<comments>http://blog.maytech.net/1001-managed-file-transfer-applications.html#comments</comments>
		<pubDate>Wed, 21 Mar 2012 11:37:51 +0000</pubDate>
		<dc:creator>Antony Freeman</dc:creator>
				<category><![CDATA[Managed File Transfer]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=156</guid>
		<description><![CDATA[Bizarre Tales from the World of Managed File Transfer I launched FTP-Stream as a hosted FTP service in 2005 thinking it would be useful in specific and obvious sectors such as print and publishing, creative agencies, film and TV. Over &#8230; <a href="http://blog.maytech.net/1001-managed-file-transfer-applications.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>Bizarre Tales from the World of Managed File Transfer</h4>
<p>I launched FTP-Stream as a hosted FTP service in 2005 thinking it would be useful in specific and obvious sectors such as print and publishing, creative agencies, film and TV. Over the years since I have been amazed by the diversity of the customer base, that&#8217;s diversity by geography, industry sector and business size. The range could not be greater.</p>
<p>For example there&#8217;s the marketing department of any medium to large company who needs to share large image or video files with press and suppliers; the oil and gas sector transfer huge file &#8211; seismic data for analysis for example. And mostly they come to FTP-Stream as we have no file size limits. Same goes for tech businesses who need to share huge disk images worldwide &#8211; files are often 50 gig!</p>
<p>FTP-Stream is used for document control on large and complex projects such as the development of the 2012 Olympic facilites as well as the running of the London games.</p>
<p>The composer <a href="http://en.wikipedia.org/wiki/Gioachino_Rossini">Rossini</a> once said &#8220;Give me a laundry list and I will set it to music&#8221;, I&#8217;d like to challenge him with our list of customer sectors:</p>
<p style="text-align: center; font-size: 9pt; font-style: italic;">Academia, Air Traffic Control, Animators, Architects, Automotive, Aviation, Biotechnology, Brewers, Broadcasters, Charities &amp; NGOs, Chemicals, Commodity Traders, Construction, Creative agencies, Data Capture, Defense, Direct Mail, Education, Electronics, Energy, Engineering, Entertainment, Exhibition &amp; Display, Fashion, Film &amp; TV, Food Industry, Formula 1, Gaming, Government Agencies, Insurance, Investment Banking, IT Support, Law, Litigation Support, Manufacturing, Maritime, Metals &amp; Minerals, Medical, Metrology, Music, Oil &amp; Gas, Olympics 2012, Packaging, Pharmaceuticals, Photographers, Photo Libraries, Political Parties, Printers, Post Production, Public Relations, Publishers, Real Estate, Retail, Software, Steel, Theatre, Theatrical Agencies, Translators, Travel, Trucking, Venture Capital, Zoological Gardens.</p>
<p>Geographical distribution is also interesting, we have customers in 40 countries and users everywhere. We recently got our first customer in Mongolia &#8211; seems they&#8217;ve hit pay dirt there!</p>
<p>Of course not all file transfer is interactive &#8211; FTP-Stream is widely used for machine to machine automated file transfer particularly using <a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>, <a href="http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol">SFTP</a> and <a href="http://en.wikipedia.org/wiki/FTPS">FTPS</a>. There&#8217;s a few anecdotes that illustrate that:</p>
<p style="padding-left: 30px;">When you&#8217;re checking  the electronic menu board in a leading US burger chain think how the data on the display is fed and refreshed &#8230;</p>
<p style="padding-left: 30px;">You&#8217;re driving on the highway on a newly built embankment, probably not too worried about landslips? That&#8217;s OK, because motion detectors will be embedded and instantly reporting any movement to a control center &#8230;</p>
<p style="padding-left: 30px;">Still on the highway and tuned into local radio, did you wonder how a small local station is fed their content: music, international news, weather &#8230;</p>
<p style="padding-left: 30px;">Hopefully this doesn&#8217;t happen but say you need medical transportation  - how are the despatch orders managed and distributed by the largest provider in the Southern US&#8230;</p>
<p>Congratulations you guessed, all through FTP-Stream. So whether you&#8217;re watching a movie, eating in a restaurant, going to the Zoo, going to the races, watching the Olympics&#8230; or even, in some countries, paying your taxes&#8230;  OK I won&#8217;t go on, but you get the point.</p>
<p>If you have any comments or questions about secure file transfer you can mail me <a href="mailto://antony@maytech.net">antony@maytech.net</a>, we like nothing better than talking bizarre file sharing workflows.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/1001-managed-file-transfer-applications.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTPS and SFTP &#8211; Which secure file transfer protocol should I use?</title>
		<link>http://blog.maytech.net/ftps-sftp.html</link>
		<comments>http://blog.maytech.net/ftps-sftp.html#comments</comments>
		<pubDate>Thu, 08 Mar 2012 21:44:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=148</guid>
		<description><![CDATA[What&#8217;s the difference between FTPS and SFTP and which is better for my application? FTP-Stream is a cloud managed file transfer service offering customers a number of access methods (protocols) including the three encrypted protocols: FTPS, SFTP and HTTPS. HTTPS is &#8230; <a href="http://blog.maytech.net/ftps-sftp.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>What&#8217;s the difference between FTPS and SFTP and which is better for my application?</h4>
<p><a href="http://www.maytech.net/ftpstream-overview.html">FTP-Stream</a> is a cloud managed file transfer service offering customers a number of access methods (protocols) including the three encrypted protocols: FTPS, SFTP and HTTPS.</p>
<p>HTTPS is of course secure web access (HTTP over SSL),  familiar as the method providing security when accessing e-commerce websites for example.</p>
<p>SFTP and FTPS are both secure file transfer protocols supported by most FTP client software such as <a href="http://filezilla-project.org/">Filezilla</a> or <a href="http://www.globalscape.com/products/ftp_clients.aspx">CuteFTP</a> on the PC and <a href="http://cyberduck.ch/">Cyberduck</a> or <a href="http://panic.com/transmit/">Transmit</a> on the Mac.</p>
<p>The first thing you need to know is that security / encryption strength is not an issue as they use similar encryption algorithms. So what are the differences?</p>
<p><strong></strong><strong><a href="http://en.wikipedia.org/wiki/FTPS">FTPS</a></strong> is FTP over SSL &#8211; much like a secure website is HTTP over SSL. The client initiates the connection to the server to setup the encrypted SSL session. On the server side the X.509 certificate includes the public key and verifiable information about the certificate owner, more on this below&#8230;</p>
<p>Next the client opens a standard FTP session over the encrypted SSL session. FTP uses two channels on ports 21 (the control channel) and a randomly negotiated port for the data channel and this is where FTPS can run into firewall problems. Since the session is encrypted the firewall does not understand the conversation and therefore does not open the randomly selected port for the data channel.</p>
<p><strong><a href="http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol">SFTP</a></strong> stands for SSH File Transfer Protocol &#8211; a set of FTP-like commands for file transfer as an extension of the SSH (secure shell) protocol.</p>
<p>SFTP runs on a single port (22) and that means that firewall problems are rare. SFTP is a secure encrypted protocol but has no mechanism for public authentication of the server identity.</p>
<p><strong>Keys and Certificates</strong></p>
<p>Under normal interactive operation there is no <em>need</em> to manually generate key pairs for SFTP or FTPS, the client software and the server handle this automatically.</p>
<p>However Maytech is able to install an SSL certificate for identity assurance under FTPS. So just like a secure website the user can be assured of the identity of the server using the public key infrastructure with certificates signed by a certificate authority such as Verisign. This means that users can connect to a host such as ftp.mydomain.com and be assured of its identity.</p>
<p><strong>Automated File Transfer</strong></p>
<p>Both protocols are widely used for secure machine to machine file transfer. There are SFTP and FTPS components in many common programming languages.</p>
<p>FTP-Stream users can optionally generate an SFTP key pair and upload the public key to the server and that&#8217;s a common scenario for automated file transfer as it makes the scripting easier.</p>
<p><strong>Which is the best protocol for my application</strong></p>
<p>Generally we recommend SFTP as you are less likely to encounter firewall problems. But choose FTPS where you wish to rely on the public key infrastructure to assure identity.</p>
<p>If you are setting up automated machine to machine file transfer you&#8217;ll need to consider availability of software components, for example there&#8217;s built-in support for FTPS in .NET but you&#8217;ll have to rely on third party components if you wish to use SFTP.</p>
<p>If you have an questions about secure file transfer you can mail me <a href="mailto://antony@maytech.net">antony@maytech.net</a>, we&#8217;d love to hear from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/ftps-sftp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Major Update for FTP-Stream</title>
		<link>http://blog.maytech.net/major-update-for-ftp-stream.html</link>
		<comments>http://blog.maytech.net/major-update-for-ftp-stream.html#comments</comments>
		<pubDate>Mon, 16 Jan 2012 13:49:15 +0000</pubDate>
		<dc:creator>Antony Freeman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=132</guid>
		<description><![CDATA[Advance look at FTP-Stream Version 3 Current FTP-Stream customers will know that we are working hard on FTP-Stream version 3. Actually more than an update, it&#8217;s a complete ground up rewrite a fresh streamlined management and file transfer interface. Responding &#8230; <a href="http://blog.maytech.net/major-update-for-ftp-stream.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>Advance look at FTP-Stream Version 3</h4>
<p>Current FTP-Stream customers will know that we are working hard on FTP-Stream version 3. Actually more than an update, it&#8217;s a complete ground up rewrite a fresh streamlined management and file transfer interface.</p>
<p>Responding to customer requests and building on our core USPs, there&#8217;s plenty of new functionality enhancing: security, accountability, branding and ownership, global acceleration and support for file transfer protocols beyond the limits web browser such as FTP and SFTP.</p>
<p style="margin-bottom: 0px;"><strong>Multiple Global Access Points</strong></p>
<p><strong></strong>FTP-Stream is available at New York, Hong Kong and London. We&#8217;re now building out our points of presence and will add around a dozen in 2012. The first two in Mainland China are already up and running,  and will soon be followed by: Dubai, Sydney, US West Coast and Tokyo. Each will have accelerated connectivity to our core network enhancing our &#8220;always local, always fast&#8221; offer.</p>
<p style="margin-bottom: 0px;"><strong>FTP(S) and SFTP Support</strong></p>
<p>Whereas many competitive services work over the Web only, our strength is support for the three major file transfer methods (HTTP, SFTP and FTP including FTPS). However so far some of advanced functions like folder sharing have been restricted to the Web interface. Folder sharing and permissions will be hugely flexible in V3 with identical functionality across all protocols.</p>
<p style="margin-bottom: 0px;"><strong>Security and Access Controls</strong></p>
<p>Two frequent requests will be included &#8211; restrictions by IP and two factor authentication.</p>
<p style="margin-bottom: 0px;"><strong>Previews</strong></p>
<p>V3 will offer previews of all &#8216;viewable&#8217; file types, that includes all image formats, Office documents, PDFs, and audio files.</p>
<p style="margin-bottom: 0px;"><strong>File and Folder History and Search</strong></p>
<p>Comprehensive logging and reporting is vital for accountability and compliance. This will be greatly enhanced in V3 including instantly available history for every file and folder. Furthermore, using this data users will be able to filter file and and folder listings using a wide range of criteria including user applied tags.</p>
<p style="margin-bottom: 0px;"><strong>Open API</strong></p>
<p>We&#8217;ll release an open API for developers and system integrators to build managed file transfer into third party applications.</p>
<p style="margin-bottom: 0px;"><strong>Management Interface</strong></p>
<p>At last we&#8217;ll combine the administration panel with Web file management, and of course introduce a long list of usability improvements.</p>
<p style="margin-bottom: 0px;"><strong>Desktop App</strong></p>
<p>A comprehensive desktop app for Mac and Windows <strong></strong>providing full management and file transfer functionality.</p>
<p style="margin-bottom: 0px;"><strong>Schedule</strong></p>
<p>We&#8217;ve frozen development on the current version to concentrate on V3 &#8211; tentatively scheduled for release late July 2012.</p>
<p>If there&#8217;s something on your wishlist please mail me <a href="mailto://antony@maytech.net">antony@maytech.net</a>, we&#8217;d love to hear from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/major-update-for-ftp-stream.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Which file transfer service is best for my business?</title>
		<link>http://blog.maytech.net/which-file-transfer-service-is-best-for-my-business.html</link>
		<comments>http://blog.maytech.net/which-file-transfer-service-is-best-for-my-business.html#comments</comments>
		<pubDate>Fri, 13 Jan 2012 20:07:23 +0000</pubDate>
		<dc:creator>John Lynch</dc:creator>
				<category><![CDATA[Managed File Transfer]]></category>
		<category><![CDATA[file sharing service]]></category>
		<category><![CDATA[FTP-Stream]]></category>
		<category><![CDATA[Managed file transfer]]></category>
		<category><![CDATA[secure file transfer]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=122</guid>
		<description><![CDATA[There are many different file transfer services and the one that suits you best depends very much on what you need to do. For example if you simply need to send a few files occasionally that are too big for email &#8230; <a href="http://blog.maytech.net/which-file-transfer-service-is-best-for-my-business.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>There are many different <a href="http://www.maytech.net/index.html" target="_blank">file transfer services</a> and the one that suits you best depends very much on what you need to do. For example if you simply need to send a few files occasionally that are too big for email the service you need is very different from the service you need if you want to impose a central file sharing policy for your department or organisation.</p>
<p>Often, simple files sharing by many departments can ultimately turn into a requirement for a central policy as the need for accountability, control and enhanced security arises, so scalability is often good to consider at the outset.</p>
<p>With the above in mind, and presuming <a href="http://www.maytech.net/ftpstream-features.html" target="_blank">secure file transfer</a> is a must, in most cases you’ll also need to consider how you want your staff and customers or partners to send and receive data &#8211; over the web, via  FTP or secure FTP or a mix of all three.</p>
<p>Many companies are still using FTP so flexibility in the method used should be a consideration too. Many solutions market themselves as replacements for FTP but FTP is reliable, will be around for a long time to come and is also secure if you use SFTP. Flexibility in access method is important.</p>
<p>Here are some file transfer services to consider.</p>
<p><strong>On Premise solutions</strong><br />
<a href="http://sharepoint.microsoft.com/en-us/Pages/default.aspx" target="_blank">Microsoft Sharepoint</a> &#8211; a sophisticated online collaboration tool but mostly used within the enterprise due to security considerations.</p>
<p dir="ltr">In-house FTP server software such as <a href="http://www.ipswitchft.com/" target="_blank">IPSwitch</a> or <a href="http://www.globalscape.com/" target="_blank">CuteFTP</a> server for installation on corporate servers providing controlled external access to files and folders on the LAN. This is generally a license model and makes use of local internet up-links and require ongoing server and firewall administration.</p>
<p dir="ltr">Dedicated file transfer solutions such as <a href="http:/http://www.asperasoft.com/" target="_blank">Aspera</a> and <a href="http://www.filecatalyst.com/" target="_blank">FileCatalyst</a> offer proprietary managed file transfer. By exploiting the UDP protocol such solutions claim faster transfer speeds especially over long links. Dedicated client software is needed on every point to transfer files.</p>
<p><strong>Cloud solutions</strong><br />
Instant or casual, consumer origin file sharing &#8211; two well known examples <a href="https://www.dropbox.com/" target="_blank">Dropbox</a> and <a href="https://www.yousendit.com/" target="_blank">YouSendIt</a>, offer low initial costs and little investment in setup and are easy to use. They are turning their attention to business use in recent time. Files are transferred on a ubiquitous platform which is a consideration where corporate identity is an important factor and they often require users to register in order to download files. There can also be limits to file sizes too.</p>
<p dir="ltr">Solutions geared towards business to business file exchange include <a href="http://www.sharefile.com/" target="_blank">Sharefile</a>, <a href="http://www.maytech.net/ftpstream-overview.html" target="_blank">FTP-Stream</a> or <a href="http://www.egnyte.com/" target="_blank">Egnyte</a>. All have relevant business features. Some offer good branding potential with FTP-Stream offering complete ownership of your identity such that it is often perceived as an extension to the corporate website.</p>
<p>Also Box.net &#8211; now <a href="http://box.com/" target="_blank">Box.com</a> is a sophisticated service but principally tuned to online collaboration as opposed to heavy duty external file transfer. If your business is global ensure that the service has a global network and check the file size limits as well as the access method it supports.</p>
<p>We&#8217;d love to hear any comments or experiences on the services outlined in this post and if you would like a free consultation about your file transfer requirements get in touch with us us <a href="http://www.maytech.net/contact.html" target="_blank">here.</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/which-file-transfer-service-is-best-for-my-business.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud managed file transfer checklist</title>
		<link>http://blog.maytech.net/cloud-managed-file-transfer-checklist.html</link>
		<comments>http://blog.maytech.net/cloud-managed-file-transfer-checklist.html#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:32:08 +0000</pubDate>
		<dc:creator>John Lynch</dc:creator>
				<category><![CDATA[Managed File Transfer]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Cloud managed file transfer]]></category>
		<category><![CDATA[large file transfer solutions]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=89</guid>
		<description><![CDATA[When it comes to organizations and businesses updating their FTP systems most are moving towards managed file transfer solutions. There are many considerations when choosing a suitable solution for your business. Do we want an in house FTP Server software &#8230; <a href="http://blog.maytech.net/cloud-managed-file-transfer-checklist.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>When it comes to organizations and businesses updating their FTP systems most are moving towards <a href="http://www.maytech.net/" target="_blank">managed file transfer solutions</a>. There are many considerations when choosing a suitable solution for your business. Do we want an in house FTP Server software solution for installation on our corporate servers, a dedicated file transfer solution requiring dedicated client software to transfer files, or do we look to the cloud?<span class="Apple-style-span" style="font-size: 14px; line-height: 23px;">Recent clarification of what exactly defines “cloud computing”  by </span><a style="font-size: 14px; line-height: 23px;" href="http://http://www.nist.gov/index.html" target="_blank">NIST</a><span class="Apple-style-span" style="font-size: 14px; line-height: 23px;"> </span><span class="Apple-style-span" style="font-size: 14px; line-height: 23px;">(National Institute of Standards and Technology &#8211; U.S. Department of Commerce) in September 2011, is much welcomed and really helps to define what exactly the &#8220;cloud&#8221; element of a managed file transfer solution means. NIST define cloud computing as:</p>
<p></span></div>
<div>                  <em><em><em><em><em><em><em>“A model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.”</em></em></em></em></em></em></em>In summary this definition lists five essential characteristics of cloud computing:</p>
</div>
<div>
<ul>
<li><strong>On-demand self-service</strong>  - buy anytime and ability to provision yourself.</li>
<li><strong>Broad network access  </strong>- capabilities are available over the network and accessed through client platforms  e.g. laptops, workstations, mobile phones and tablets.</li>
<li><strong>Resource pooling</strong> &#8211; the provider’s computing resources are pooled to serve  multiple consumers using a multi-tenant model. Customer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).</li>
<li><strong>Rapid elasticity or expansion</strong> &#8211; highly scalable.</li>
<li><strong>Measured service</strong> &#8211;  automatically controls resource use which can be monitored, controlled and reported providing transparency.</li>
</ul>
<p>These 5 characteristics provide a useful checklist or benchmark when initially considering <a href="http://www.maytech.net/ftpstream-features.html">large file transfer</a> solutions and will aid understanding of what a real cloud offer is. We&#8217;ll look at each of the file transfer options in more detail in a later post.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/cloud-managed-file-transfer-checklist.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is encryption at rest just tickbox security?</title>
		<link>http://blog.maytech.net/at-rest-encryption.html</link>
		<comments>http://blog.maytech.net/at-rest-encryption.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 11:06:42 +0000</pubDate>
		<dc:creator>Antony Freeman</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=77</guid>
		<description><![CDATA[Acronyms fly, great claims are made, a fog of misleading statements clouds a true understanding of security provided by Cloud Managed File Transfer vendors. FTP service providers trumpet expressions such as &#8216;AES-256 at rest encryption&#8217;, sounds impressive but what does &#8230; <a href="http://blog.maytech.net/at-rest-encryption.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Acronyms fly, great claims are made, a fog of misleading statements clouds a true understanding of security provided by Cloud Managed File Transfer vendors.</p>
<p>FTP service providers trumpet expressions such as &#8216;AES-256 at rest encryption&#8217;, sounds impressive but what does it mean in practice and what&#8217;s the true value of on-disk encryption?</p>
<p>OK so you&#8217;re carrying around a USB stick with the nation&#8217;s secrets or FedExing a drive loaded with healthcare records &#8211; two scenarios where encryption is both effective and vital. The decrypt key is recorded or communicated separately from the encrypted media which if compromised yields unreadable data.</p>
<p>Take another scenario &#8211; a cloud file sharing provider boasts on-disk encryption, sounds good, but bear in mind that before files are downloaded they must be decrypted, to decrypt you need the key, the key will be stored proximate to the encrypted drive. Which of course means that a hacker who has penetrated the system, or a malicious insider can read files just as if they were never encrypted.</p>
<p>For this exact reason, according to <em><a href="http://http://www.informationweek.com/news/storage/security/229500683">Information Week</a>,</em> popular online storage provider Dropbox, who proudly proclaim AES-256 encryption, was forced to modify its claim from:</p>
<blockquote><p>&#8220;Dropbox employees aren&#8217;t able to access user files&#8230;&#8221;</p></blockquote>
<p>and now:</p>
<blockquote><p>&#8220;we have strict access controls that prohibit employee access to user data.&#8221;</p></blockquote>
<p>So where does Maytech stand on this with its <a href="http://www.maytech.net">FTP and SFTP hosting service</a>? Well firstly we believe that security is more about continuous examination of all our facilities, procedures and code, and since retired media never leaves our tier 3 data centers alive, we say that on-disk encryption adds little significant benefit. However, this technology has entered several public standards and is increasingly requested by customers — sometimes you have to go with the flow&#8230; So yes OK we&#8217;ll tick that box and will be rolling out on-disk encryption for all our services in Q1 2012.</p>
<p>Much more interesting and relevant to secure cloud file sharing is end-to-end encryption, and I&#8217;ll come to that topic in a future blog</p>
<blockquote><p>If you think technology can solve your security problems, then you don&#8217;t understand the problems and you don&#8217;t understand the technology. — Bruce Schneier</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/at-rest-encryption.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Large file transfer to China &#8211; reliability is key</title>
		<link>http://blog.maytech.net/large-file-transfer-to-china-the-waiting-game.html</link>
		<comments>http://blog.maytech.net/large-file-transfer-to-china-the-waiting-game.html#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[China]]></category>
		<category><![CDATA[file transfer to China]]></category>
		<category><![CDATA[large files to China]]></category>
		<category><![CDATA[reliable file exchange to and from China]]></category>
		<category><![CDATA[sending file to China]]></category>

		<guid isPermaLink="false">http://blog.maytech.net/?p=31</guid>
		<description><![CDATA[Large file transfer to China over the public Internet is often slow and unreliable. People often contact us looking for help. They&#8217;re fustrated with the unreliable exchange and the length of time downloads can take in China. Often their executives &#8230; <a href="http://blog.maytech.net/large-file-transfer-to-china-the-waiting-game.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;"><a title="Large file transfer to China" href="http://http://www.maytech.net/ftpstream-china.html" target="_blank"><br />
Large file transfer to China</a> over the public Internet is often slow and unreliable. People often contact us looking for help. They&#8217;re fustrated with the unreliable exchange and the length of time downloads can take in China. Often their executives can be waiting four or five hours for a 750MB downloads to complete. Not a great use of time when you are waiting for that all important file to present to customers.</p>
<p>Latency and congestion at the international gateway leads to slow data rates and broken transfers. However if you&#8217;re a business running on a tight schedule you need a reliable and fast method of electronic file exchange to ensure that you are in control of the delivery of your files.</p>
</div>
<div>The days of sending a DVD by air really do seem a little old fashioned now. In today&#8217;s world of immediacy your HD movies, complex CAD files or 3D visualizations need to be delivered as soon as possible without question. We don&#8217;t like to play the waiting game anymore and in fact don&#8217;t need to.</div>
<div>
<p style="text-align: left;">There are plenty of services out there that will get your files from A to B but not always from A to C. &#8220;C&#8221; being China.</p>
<p style="text-align: left;"><a title="FTP-Stream China" href="http://http://www.maytech.net/ftpstream-china.html" target="_blank">FTP-Stream China</a> utilizes an uncongested fiber network with interconnected data centers in U.S., Europe, and Hong Kong. Following a substantial investment in additional capacity and link optimization &#8211; we’re now moving large files to China at an unprecedented 100 Mb/s.</p>
<p style="text-align: left;">Organizations can setup fast and dependable work flows with partners in China and SE Asia region. Slow and broken large file transfers are now a thing of the past.</p>
<p style="text-align: left;">If your organization needs to transfer data to or from China please let us know what your experience is.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.maytech.net/large-file-transfer-to-china-the-waiting-game.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

