Listing Thumbnail

    Fortra's GoAnywhere MFT for Windows (BYOL)

     Info
    Sold by: Fortra 
    Deployed on AWS
    Fortra's GoAnywhere MFT is a managed file transfer solution to secure and streamline file transfers.

    Overview

    Fortra's GoAnywhere MFT is a secure managed file transfer solution that automates and encrypts file transfers with a centralized enterprise-level approach. Popular file transfer protocols and encryption standards are supported, including SFTP, FTPS, AS2, Open PGP, AES, and HTTPS.

    GoAnywhere's comprehensive workflows allow enterprises to discard traditionally used manual process, custom and legacy scripts, and single-function tools. File transfers and workflows can be configured through an intuitive web interface to move and process files on cloud environments, eliminating the need for on-demand scripting.

    GoAnywhere MFT offers incredible benefits for organizations:

    • An integrated scheduler that allows you to run file transfers anytime, anywhere
    • File monitors alert you when a file is placed in a file system, so you never have to manually check for new files from trading partners
    • Tasks and triggers give you flexibility to run processes automatically giving you time to work on the projects that need your attention
    • Detailed audit logs track all file transfer activity to help you meet standard compliance and business requirements, including PCI DSS, HIPAA, GDPR, and FISMA

    GoAnywhere is an innovative MFT solution that reduces costs, improves file transfer quality, and helps organizations comply with data security standards and regulations. Try a 30-day trial to see if GoAnywhere MFT is the right fit for your organization's file transfer needs.

    Highlights

    • Secures and automates file transfers with success and failure reports, so you know that your data arrived, reducing troubleshooting time
    • Reduces time and resources spent on manual processes, which increases the rate at which you can transfer data
    • Connects easily and securely to trading partners and cloud environments

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Win 2022

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Buyer guide

    Gain valuable insights from real users who purchased this product, powered by PeerSpot.
    Buyer guide

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Fortra's GoAnywhere MFT for Windows (BYOL)

     Info
    Pricing and entitlements for this product are managed through an external billing relationship between you and the vendor. You activate the product by supplying a license purchased outside of AWS Marketplace, while AWS provides the infrastructure required to launch the product. AWS Subscriptions have no end date and may be canceled any time. However, the cancellation won't affect the status of the external license.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Vendor refund policy

    30-day free trial

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Additional details

    Usage instructions

    After launching the EC2 instance, connect to the GoAnywhere MFT admin interface through your browser at http://<Public_DNS>:8000. The Public_DNS is listed on the Description tab of the EC2 Instance. On first access, you will be prompted to license your instance and create an administrator account. Further instructions can be found in the GoAnywhere MFT user's guide.

    Support

    Vendor support

    24 x 7 support is offered

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    4.5
    12 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    25%
    67%
    8%
    0%
    0%
    12 AWS reviews
    |
    347 external reviews
    Star ratings include only reviews from verified AWS customers. External reviews can also include a star rating, but star ratings from external reviews are not averaged in with the AWS customer star ratings.
    reviewer2761626

    Supports complex file transfers between banks, vendors, and internal systems with reliable performance

    Reviewed on Oct 02, 2025
    Review provided by PeerSpot

    What is our primary use case?

    My use cases for GoAnywhere MFT involve interfacing with both banks and outside vendors since it's the university. We do a lot of interfaces, and many of them come through for the banks using our GoAnywhere MFT product, and we process into our SAP system. 

    It's not just banks; we also do outside vendors and outside providers. We handle both ways—into our SAP system through GoAnywhere MFT and out to outside vendors, banks, and hospitals. You name it, we do it.

    What is most valuable?

    The feature I find most valuable about GoAnywhere MFT is that it's intuitive. 

    It has all the things needed to build robust projects, giving you different resources, SFTP, and all the different things you might need to manipulate files. It's somewhat tricky as it's intuitive, however. You have to learn the scripting language. That said, they provide fairly good help.  

    We were fortunate enough when we first purchased the product to have them assist us with demos and teaching as a group. They offer online help to look things up. 

    For us, it satisfies our needs. We are getting into some more complex matters that I am concerned about, as there are a couple of features I wish they had. Until now, we've been able to accomplish everything we wanted. 

    What needs improvement?

    We keep asking them to implement a feature for our upcoming project, which would benefit all other companies using the product.

    One area for improvement in GoAnywhere MFT is that they don't have a real debugger. You have to manually walk through your projects. If you build a big scripting project, you have no way at the beginning to step through; you can't skip straight to a line, nor can you put a breakpoint and say, 'stop here' as in any normal debugging process. That makes handling complex projects very tedious. We are currently working to streamline a process for about 240 providers—our interface partners—and it's going to be very difficult because every time you run a project, you need to step through each line of code. If you're testing line 98 and are unsure what's going on, you must step through every single line each time you run it. That is its biggest downfall.

    What I would love to see in GoAnywhere MFT is the ability to compartmentalize some of the code, allowing you to call different pieces. Instead of building one project all within itself, you could insert modules that you can use in multiple projects. Currently, it's not compartmentalized, and you can't take a piece of code to use elsewhere without copying the entire thing. In my humble opinion, it would be much better if they had a class-based or class-oriented system so that you could easily transfer code from one location to another or use it in other places. You want modularity within the project, but that's not available right now, and this significantly slows down our development operations.

    For how long have I used the solution?

    I have been using GoAnywhere MFT for about four years, since we first installed it.

    What do I think about the stability of the solution?

    I have never seen any lagging, crashing, or downtime when using GoAnywhere MFT, and that's one of the best things I can say about it.

    What do I think about the scalability of the solution?

    From my perspective, working at the university, I find GoAnywhere MFT to be quite scalable. 

    We also have a hospital group that works with it, which operates differently, however, they appear to manage tasks well. Yet, it would be even more scalable and useful if they improved the ability to plug in components, allowing you to easily call pieces of code from a project and eliminate the need for repetition. 

    To go off the charts and be a leader, they really need a debugger and should focus on enabling the breakdown of modules for integration with other projects. A project isn't just one thing; it should allow for calling additional resources. This would greatly enhance scalability.

    How are customer service and support?

    If I had to rate the support, I would rate it as an eight on a scale from one to ten. I haven't dealt with them directly. That said, overall, they seem to perform at about an eight level.

    How would you rate customer service and support?

    Positive

    How was the initial setup?

    The initial deployment of GoAnywhere MFT was pretty easy for us. Once everything was set up properly, it was not very hard. Out of all the projects I have been involved with over 26 years at the university, that one actually went more smoothly than most. We had a good team working to get everything handled, so I would say it wasn't difficult at all. It took us around a month to set it up.

    Which other solutions did I evaluate?

    I have looked into alternatives to GoAnywhere MFT, and I remember examining a couple of options about four or five years ago when we made our decision. There was another one we compared it to. I cannot recall the name. We looked at MOVEit as the other option we evaluated.

    What other advice do I have?

    We do not use those connectors right now in GoAnywhere MFT. Our processes are very specific to our interface workflows. 

    Currently, we're not using it for workflow-type applications, although it might be something we can explore down the line. 

    We do not use the Agents or Secure Forms. Regarding data acceleration, we don't use GoFast either. 

    We're using it for very specific tasks, and if they explained options for utilizing it for other purposes, I would be open to exploring it. 

    I would indeed like to see better advanced documentation in GoAnywhere MFT. 

    I would rate GoAnywhere MFT overall as an eight out of ten. It's a great product and could easily reach a ten if it improved certain features.

    Which deployment model are you using for this solution?

    On-premises

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Other
    Chiranjit D.

    Secure and reliable file transfer solution

    Reviewed on Oct 02, 2025
    Review provided by G2
    What do you like best about the product?
    GoAnywhere MFT provides a secure and reliable way to automate file transfers across different systems. I like that it reduces manual steps and offers strong compliance features, which makes handling sensitive data much easier. It’s flexible enough to integrate with multiple platforms and helps maintain a smooth workflow.
    What do you dislike about the product?
    The interface could be more modern and intuitive, especially for new users, it takes some training to get comfortable. At times, performance can feel slower with larger file transfers, and upgrades require careful planning.
    What problems is the product solving and how is that benefiting you?
    The automation and scheduling features are the biggest upsides. They save a significant amount of time by eliminating repetitive manual tasks, and the logging/audit trails are very useful for tracking and compliance reporting.
    Jorge A.

    Secure and reliable way to transfer files

    Reviewed on Oct 01, 2025
    Review provided by G2
    What do you like best about the product?
    What I like best is how reliable and secure it is when transferring files. The automation of workflows saves a lot of time, and I don’t have to worry about sensitive data being exposed. The interface is also clear enough once you get used to it.
    What do you dislike about the product?
    It can feel a bit complex at the beginning, especially if you’re not familiar with managed file transfer tools. Some settings take time to configure, and the documentation could be more user-friendly.
    What problems is the product solving and how is that benefiting you?
    It solves the problem of securely transferring large or sensitive files between partners and systems. Before, this was a manual and risky process, but now it’s automated and encrypted. It helps us save time and reduce errors.
    Elavazhagan Palanisamy

    Drag-and-drop interface has simplified file transfers

    Reviewed on Sep 30, 2025
    Review from a verified AWS customer

    What is our primary use case?

    I use GoAnywhere MFT  for files and transfer management.

    What is most valuable?

    The best feature of GoAnywhere MFT  is that it's easy to use, and the drag-and-drop option is available. Instead of coding or hard coding, the drag-and-drop option is good. 

    I use the SharePoint  connector. The connector with SharePoint  allowed me to share Excel and different files. 

    What needs improvement?

    The interface could be more customizable.

    For how long have I used the solution?

    I have been using this solution for six to seven months.

    What do I think about the stability of the solution?

    GoAnywhere MFT  is stable, and I would rate it a nine out of ten for stability.

    What do I think about the scalability of the solution?

    The scalability of the solution is good.

    More than 10,000 users utilize the solution.

    How are customer service and support?

    I would rate the technical support an eight out of ten.

    How would you rate customer service and support?

    Positive

    How was the initial setup?

    It was easy. The setup took less than half an hour to complete.

    What was our ROI?

    The solution has saved a significant amount of time.

    What's my experience with pricing, setup cost, and licensing?

    The pricing is moderate.

    My team management purchased the solution and provided me with credentials for coding.

    What other advice do I have?

    I would recommend this solution to other users because it's very easy to use and many companies are using this product nowadays. 

    I would rate this solution a nine out of ten.

    Which deployment model are you using for this solution?

    On-premises
    Sarah D.

    My Best Software For Managed File Transfer

    Reviewed on Sep 26, 2025
    Review provided by G2
    What do you like best about the product?
    What i like most about this MFT is that its security is very strong, you can encrypt files, control who can access it and you can see detail logs of every transfer. Additionally GoAnywhere MFT is easy to setup, it took us little time to set it up.
    What do you dislike about the product?
    At first our team was hesitant to opt for it because of its cost, the cost is very high especially when you're small business although it is worth to purchase.
    What problems is the product solving and how is that benefiting you?
    Initially we were using email to share files which was a risky way and also had upload size limitations but now we can send our files encrypted and securely.
    View all reviews