Resources

Press Release

GoAnywhere Developer Celebrates 20 Year Anniversary

December 9, 2014 - Linoma Software [now Fortra], the developer of GoAnywhere software, is celebrating our 20 year anniversary helping organizations around the world to automate their IT processes and protect sensitive data. The company will commemorate this milestone anniversary with the much anticipated unveiling of their new corporate headquarters, groundbreaking new software releases and...
Blog

FileCatalyst: What does it do (part 3)

Think of the internet as garden hose. Now let’s say that this hose has a kink and the amount of water flowing through the hose is constricted. By bringing in acceleration technology, the kink is removed and now the flow can be as much as the hose can take. The diameter of the hose will be your bandwidth, the higher the diameter the more data we can push, but we can’t push anymore data than the...
Blog

The effect of digital technology adoption in the oil and gas industry

A recent article by CIO UK points out how digital technology is rising exponentially in the oil and gas sector. From seismic imaging to e-learning, 80% of senior executives in the industry believe digital advancements have revolutionized how they work. The remaining 20% believe digital technology has had a tangible impact. No matter who you ask, it’s evident the adoption is positively affecting...
Blog

Managed File Transfer 101: What's in it for Me?

Note from the Editor: This blog is a recap of an older webinar. To view the most recent webinars, you can do so here. Meet MFT The term MFT (Managed File Transfer) is not new, but you may have begun to hear it more frequently. Changes in data security and transmission regulations have brought this established technology to the forefront...
Blog

A Corporate Cloud-Based Large File Attachment Solution

Looking for a corporate cloud-based large file attachment solution? With file sizes growing and email servers still having file size restrictions, companies are in desperate need of a solution. The options most companies have are: free or paid online service hosted by a third party, in-house file transfer mechanism, or self-hosted solution on the cloud. Going with the free or paid solution...
Blog

The Do’s and Don’ts of Cleaning Coding, Clean Code Series (Part 2)

Sometimes the hardest part of clean code is getting everyone else on board. In my last post on clean coding I talked about why clean code was important, how it saves money in the long run and increases productivity. Now I want to talk a little bit about some of the do’s and don’ts of clean coding. Proper clean code without side effects takes...
Blog

Archives – A Perfect Fit for File Transfer Acceleration

A recent article at tvtechnology.com, discusses the ambiguity of the term “archive,” and uses the Library of Congress archives as an example of how digital media is changing the way films are preserved for future access and use. It was not within the scope of the article to discuss how files are shuttled between locations, but it seems clear that file transfer acceleration would be extremely...
Blog

Driving Efficient Video Game Production: 5 Invaluable File Transfer Features

Video game development requires vast amounts of communication and collaboration at every step of the process. As development occurs, teams must share and exchange files within the office, across the country or even around the world. During development, Electronic Arts’ “Battlefield 4” game files were as large as 50GB, making file transfer a...
Blog

NASA’s 622 Mbps Link to the Moon: How to Increase Transfer Speeds for Large Files

In a recent press release NASA announced that now they have a 622 Mbps Laser link to the moon. The press release also mentions that NASA was also able to transfer data at 20Mbps from earth to the space craft via this link. I’m wondering what effective rate was NASA getting when transferring data on this link? The data should be transferring at the theoretical limit of 622Mbps. Data Throughput...
Press Release

Clustering, Bandwidth Throttling and Disk Quotas Added to GoAnywhere MFT

Omaha, Neb - August 20, 2013 Linoma Software has released a major new version of the GoAnywhere Managed File Transfer suite to provide more enterprise-level features for its customers with automatic failover, load balancing and more management controls. The new 4.5.0 release of GoAnywhere Director adds clustering to provide organizations an "active-active" environment where multiple...
Blog

Prioritizing Transfers in FileCatalyst Direct

FileCatalyst routinely helps users make full use of your bandwidth for file transfer. Scenarios in which bandwidth is optimized include cases where certain file transfers have higher priority than others, or when files being exchanged with a particular customer are more important than files exchanged with others. FileCatalyst Direct offers up a number of controls in its FileCatalyst HotFolder and...
Press Release

GoAnywhere Secure File Sharing App Released for Android

Omaha, Neb - June 24, 2013 In order to make transferring files on mobile devices more secure and convenient, Linoma Software [now Fortra] has released the GoAnywheretm File Transfer app for Android operating systems. This new app provides users on their Android phones or tablets with the ability to easily transfer files over an encrypted tunnel. Similar to the GoAnywhere web client for ad-hoc...
Blog

REST Development: Why HTTP Status Codes are Important

There are many ways in which REST developers can tackle error handling. Most REST services will send some kind of error condition structure which embeds an error message describing the error and some kind of code. This is a good start. However, for some REST services the HTTP status code is not well defined. In some cases, the REST services send an “OK” status code of 200 regardless of whether an...
Blog

Sending large media files: How free services stack up

Ever run into issues sending large media files via email? The answer is probably yes, especially if you work in a field which requires the transfer of large format video or audio files on a daily basis. While email is great for many types of workplace communications, file size limitations (usually around 10 to 25MB) make it next to impossible to...
On-Demand Webinar

Aberdeen's AberFast and FileCatalyst

Aberdeen’s AberFast solution enables the quick sharing of files across the globe with their cloud-based file delivery and transcoding solution. Helping to give the digital delivery system its extra oomph in file transfer speed is an integration with FileCatalyst UDP-based technology. The partnership provides clients operating in the broadcast industry a one-stop solution to upload, transcode, and...
Blog

Keeping File Transfers Secure from Hackers and Cyber Threats

Keep Your Files Secure In the battle to secure information, it helps to know a little bit about how it can be compromised. Using FTP is one way to expose critical vulnerabilities and can allow credentials to be hacked. However, these holes in security can also be easily closed if you know how. How Hackers Discover Vulnerabilities Here's how...
Blog

Java and Windows 7 Services

I recently had an interesting support case that I thought deserved to be shared with everyone. Essentially the customer was unable to run FileCatalyst Server as a service on Windows 7 Premium with the Windows firewall up. After attempting several things we discovered that it was a permissions issue with Java and Windows 7 services. To fix this I edited the fcconf.conf file as an administrator and...
Blog

How to Solve 4 Common Email Security Challenges

Yes. Emailing someone is still one of the easiest ways to share data. However, there are some important caveats to sharing files this way that can put your organization’s file transfers at risk. Email File Transfer Challenges These are the four big challenges that organizations should be aware of when transmitting files via email. Email is...
Blog

Comparison of web-based file transfer methodologies

Transferring large files over the internet has never been a simple task. Anyone that has ever tried to transfer a file larger than 100MB can vouch for the slow transfer speeds, multiple disconnects, data corruption, complexity of the task and security issues surrounding FTP. The same problem exists for web developers trying to implement web-based file transfer functionality. Ideally, the end user...
Blog

REST – HTTP POST vs. HTTP PUT

There seems to always be some confusion as to when to use the HTTP POST versus the HTTP PUT method for REST services. Most developers will try to associate CRUD operations directly to HTTP methods. I will argue that this is not correct and one can not simply associate the CRUD concepts to the HTTP methods. That is: Create => HTTP PUT Retrieve => HTTP GET Update => HTTP POST Delete =...