HANDD Workflows Library
Services MFT Resources Workflows Library

HANDD Workflows Library

A curated, always-growing library of production-ready workflow templates for GoAnywhere MFT, Globalscape EFT, and MOVEit — organised by category, tiered by complexity, and delivered with full documentation through a secure customer portal.

100+
Workflow Templates
10
Categories
3
MFT Platforms
Basic & Advanced
Service Tiers

What is HANDD Workflows Library?

A subscription-based portal giving MFT professionals instant access to tested, documented, and ready-to-import workflow templates — eliminating hours of development time and reducing the risk of misconfiguration.

Instant Downloads

Browse, find, and download any workflow template in seconds. No waiting, no requests — just log in and get what you need.

Script + Documentation

Every workflow ships as a .zip containing the importable template script and a plain-English README with step-by-step usage instructions.

Categorised & Searchable

Templates organised across 10 functional categories with Basic and Advanced sub-tiers, so you always find what you need fast.

Continuously Updated

New templates added regularly by HANDD's MFT engineering team — your subscription always reflects the latest patterns and best practices.

Ten Categories. One Library.

From encryption and compression to API integrations and database operations — workflows for every MFT use case, all in one place.

Encryption & Compression

PGP, ZIP, AES workflows

BasicAdvanced

Flow Logic

Conditionals, loops, branching

BasicAdvanced

Integration

ERP, CRM, third-party systems

BasicAdvanced

Maintenance

Archiving, purging, housekeeping

BasicAdvanced

Moving Files

SFTP, FTPS, local, cloud moves

BasicAdvanced

Reporting & Monitoring

Audit, alerts, dashboards

BasicAdvanced

Web Services

REST, SOAP, HTTP triggers

BasicAdvanced

Working with API

Auth, pagination, webhooks

BasicAdvanced

Working with Databases

SQL queries, inserts, exports

BasicAdvanced

Working with Email

SMTP alerts, attachments, routing

BasicAdvanced

The Customer Portal

A secure, browser-based file portal giving each subscriber authenticated access to the workflow templates included in their tier — from anywhere, at any time.

Workflows Library
English
J
Files
/ (Home)
GoAnywhere
Encryption&Compression
Advanced
Basic
Flow Logic
Integration
Maintenance
Moving Files
Reporting & Monitoring
Web Services
Working with API
Working with Databases
Working with Email
Globalscape Advanced
MOVEit Advanced
/ (Home) > GoAnywhere > Encryption&Compression > Advanced
NameDate ModifiedSize
ZIP
SFTP_Get_and_Decrypt_and_Update_DB.zip
05-08-2025 11:44:512.00 KB
ZIP
SFTP_to_SFTP_outbound_encrypt_archive.zip
05-08-2025 11:44:512.34 KB
ZIP
SFTP_decrypt_archive.zip
05-08-2025 11:44:512.26 KB

Portal mockup — each customer accesses only the platforms and tiers included in their subscription.

What's Inside Every Download

Each workflow .zip contains everything needed to understand, configure, and import the template into your MFT platform.

Workflow Template Script (.zip)

Importable Project File

Platform-native workflow file ready to import directly into GoAnywhere, Globalscape, or MOVEit — no scripting knowledge required.

Pre-Configured Logic

All steps, actions, error handlers, and retry logic already built in — just update the clearly labelled configuration variables and deploy.

README Documentation

What the project does
Connects to a source SFTP server to list and download files.
Encrypts the downloaded files with PGP.
Archives both the original and encrypted versions.
Uploads the encrypted files to a destination SFTP server.
Lines to edit
sourceDir, archiveDir, destinationDir → Replace with actual paths.
resourceId="RemoteServerA" → Replace with real SFTP resource names.
PGP settings → update publicKey and secretKey as required.
Usage steps
1. Place files in the source SFTP folder.
2. Workflow downloads, encrypts, archives, and transfers them.
3. Email notifications confirm processing status.

Browse the Library

A selection of templates from the library. Platform-native files ready to import — select your platform below.

Basic Tier

GoAnywhere — Basic Workflows

Foundational templates covering everyday MFT tasks. Available to all subscribers.

Encrypt Inbound File (PGP)
Basic
Downloads an inbound file and PGP-encrypts it before writing to a local destination. Includes email alert on failure.
EncryptionPGP
Template.zipREADME.txt
Decrypt Inbound File
Basic
Decrypts a PGP-encrypted inbound file, archives the original, and moves the plaintext output to a configured target directory.
EncryptionArchiving
Template.zipREADME.txt
Move File — Local to SFTP
Basic
Picks up a file from a local folder and uploads it to a configured SFTP destination. Deletes the local source on successful transfer.
Moving FilesSFTP
Template.zipREADME.txt
Send Email Alert on Job Failure
Basic
Reusable error-handler sub-workflow that captures failure context and sends a formatted email alert to a configured SMTP recipient list.
EmailMonitoring
Template.zipREADME.txt
Archive & Purge Old Files
Basic
Moves files older than a configurable age to an archive folder, then permanently deletes files past the retention period.
MaintenanceRetention
Template.zipREADME.txt
Conditional File Router
Basic
Routes inbound files to different destination folders based on filename pattern or file extension using configurable if/else logic.
Flow LogicRouting
Template.zipREADME.txt
Advanced Tier

GoAnywhere — Advanced Workflows

Complex, multi-step workflows with integrations, database operations, and API connectivity.

SFTP to SFTP Outbound Encrypt & Archive
Advanced
Downloads from source SFTP, PGP-encrypts, archives originals and encrypted copies, uploads to destination SFTP, and sends email on failure.
EncryptionMoving FilesPGP
Template.zipREADME.txt
SFTP Get, Decrypt & Update DB
Advanced
Downloads encrypted files from SFTP, decrypts with PGP, parses content, and inserts records into a database table with full transaction logging.
EncryptionDatabases
Template.zipREADME.txt
REST API File Trigger & Route
Advanced
Exposes an HTTP endpoint, accepts webhook POSTs, extracts payload metadata, and routes incoming files based on configurable content rules.
APIWeb ServicesRouting
Template.zipREADME.txt
Multi-Partner Broadcast with Retry
Advanced
Delivers a file to multiple SFTP trading partners in sequence, with configurable retry logic per partner and consolidated delivery status reporting.
Moving FilesFlow Logic
Template.zipREADME.txt
Basic Tier

Globalscape EFT — Basic Workflows

Platform-native EFT event rules and scripts for everyday operations.

Encrypt Inbound File (PGP)
Basic
EFT event rule that triggers on file upload, encrypts with a configured PGP public key, and writes the encrypted file to a destination folder.
EncryptionPGP
Template.zipREADME.txt
Archive & Purge Old Files
Basic
Scheduled EFT script that moves aged files to an archive site folder and purges files beyond retention limits, with a log entry for each action.
MaintenanceRetention
Template.zipREADME.txt
Email Notification on Upload
Basic
Triggers an SMTP email notification whenever a file is uploaded to a specified EFT virtual folder, with file name and size in the message body.
EmailMonitoring
Template.zipREADME.txt
Advanced Tier

Globalscape EFT — Advanced Workflows

Complex EFT event rules with API integrations and multi-step orchestration.

SFTP to SFTP Encrypt & Forward
Advanced
On inbound file arrival, PGP-encrypts and forwards to a remote SFTP destination with full error handling and delivery confirmation email.
EncryptionMoving Files
Template.zipREADME.txt
REST API Webhook Trigger
Advanced
EFT custom command that calls an external REST API on file arrival, passing configurable headers and payload for downstream processing.
APIWeb Services
Template.zipREADME.txt
File Arrival to DB Insert
Advanced
Parses a structured inbound file on arrival and inserts records into a configured ODBC database with transaction error handling.
DatabasesIntegration
Template.zipREADME.txt
Basic Tier

MOVEit Transfer — Basic Workflows

MOVEit Automation task templates for common transfer and file management operations.

Download & PGP Encrypt
Basic
MOVEit Automation task that downloads files from a configured host, encrypts them using PGP, and stores the encrypted output in a local staging path.
EncryptionPGP
Template.zipREADME.txt
Scheduled File Purge
Basic
Automation task that removes files from a MOVEit folder older than a configurable number of days — designed to run nightly for folder hygiene.
MaintenanceRetention
Template.zipREADME.txt
Transfer Summary Report
Basic
Generates a daily transfer summary for a specified MOVEit host and emails the report as a CSV attachment to a distribution list.
ReportingEmail
Template.zipREADME.txt
Advanced Tier

MOVEit Transfer — Advanced Workflows

Multi-step Automation tasks with API calls, database writes, and complex routing logic.

SFTP Collect, Encrypt & Deliver
Advanced
Collects files from an external SFTP source, PGP-encrypts locally, and delivers to a target MOVEit host with retry and delivery confirmation.
EncryptionMoving Files
Template.zipREADME.txt
REST API Call on File Arrival
Advanced
Fires a REST API call to a configured endpoint when a new file arrives, passing file metadata as JSON payload for downstream processing.
APIWeb Services
Template.zipREADME.txt
File Parse & DB Update
Advanced
Parses a received delimited file row-by-row and writes records to a configured database via ODBC — includes duplicate detection and error row logging.
DatabasesIntegration
Template.zipREADME.txt
Many more templates available in the portal — all 10 categories, all three platforms, continuously growing.

From Subscription to Deployed Workflow

Typically in under 30 minutes from download to a live workflow in your MFT platform.

1

Subscribe

Choose Basic or Advanced tier

2

Log In

Access your secure portal

3

Browse & Find

Navigate by platform or category

4

Download .zip

Template + README bundle

5

Configure & Import

Edit variables, import to MFT

6

Deploy & Run

Schedule or trigger on demand

What Makes Templates Easy to Use

Every template is engineered by HANDD's MFT specialists to minimise the time from download to deployment.

Clearly Labelled Variables

Every configurable value is clearly commented. The README tells you exactly which lines to update and what to put in them.

Error Handling Built In

Every template includes retry logic, failure capture, and email alerting — best practices baked in from day one.

Modular & Composable

Templates designed to be used standalone or combined — Basic workflows can be called by Advanced ones as sub-workflows.

Tested & Validated

All templates verified against the latest platform versions by HANDD engineers before being published to the library.

Plain-English READMEs

Documentation written for practitioners — what it does, what to change, what variables to pass, and how to trigger it.

Version Tracked

Each template is versioned. When HANDD publishes an update, you'll see the new version in the portal alongside the previous one.

Choose Your Tier

Two clear tiers to match where you are in your MFT journey.

Basic
Basic
Essential templates for everyday MFT operations — one platform of your choice
  • Access to all Basic tier templates
  • 1 MFT platform (GoAnywhere or Globalscape or MOVEit)
  • All 10 workflow categories included
  • Full README documentation with every template
  • Named portal user account with secure login
  • New Basic templates as released
  • Email support for template queries
  • Advanced templates
  • Multi-platform access

Supported MFT Platforms

Purpose-built templates for the three most widely deployed MFT platforms — using each platform's native project format for seamless import.

GoAnywhere MFT

Templates distributed as native GoAnywhere project .zip files — import directly via the GoAnywhere Project Manager.

  • Supports all GoAnywhere workflow action types
  • Compatible with GoAnywhere 6.x, 7.x
  • Basic & Advanced templates available

Globalscape EFT

Templates packaged for Globalscape EFT's event rules and scripting engine — covering EFT's unique automation architecture.

  • Version-tagged: EFT 8.0, 8.1, 8.2, 8.3
  • Event rules and custom commands included
  • Basic & Advanced templates available

MOVEit Transfer

Templates built for Progress MOVEit Automation, with pre-configured task files covering MOVEit's scripting and connector model.

  • MOVEit Automation task templates
  • Compatible with MOVEit 2022+
  • Basic & Advanced templates available

Workflows Library vs. Alternatives

See how HANDD's library subscription compares to building workflows from scratch or using other resources.

CapabilityHANDD LibraryBuild From ScratchCommunity ForumsVendor Docs Only
Ready-to-Import TemplatesYes — all categoriesBuild each timeSnippets onlyNo
Step-by-Step DocumentationREADME with every templateSelf-documentedInconsistentGeneric only
Error Handling IncludedBuilt inMust add manuallyRarely includedNot provided
Multi-Platform CoverageGoAnywhere, EFT, MOVEitOne at a timePlatform-specificOne platform
Tested & ValidatedHANDD-certifiedSelf-testedCommunity riskNot tested
Time to First Workflow< 30 minutesHours–DaysHoursHours–Days
Continuously UpdatedNew templates regularlyManual effortSporadicWith platform releases
MFT Expert BackingHANDD engineersDepends on teamVolunteer communityVendor support

Key Business Benefits

Cut Development Time

Go from days of building workflows to minutes of configuring tested templates — across all three platforms.

Reduce Misconfiguration Risk

Every template is pre-tested with error handling built in — reducing the risk of production failures.

Standardise Best Practices

Ensure consistent workflow patterns across your team and trading partner operations.

Onboard Staff Faster

New team members can deploy proven workflows immediately instead of learning from scratch.

Always Up to Date

Your subscription grows with new templates as HANDD's engineering team builds them — no additional cost.

Expert-Backed Quality

Every template is built and validated by certified MFT specialists with deep platform knowledge.

Stop Building Workflows from Scratch

Get instant access to a growing library of production-ready MFT workflow templates — and cut your development time from days to minutes.