package components import ( "context" ) templ Home(ctx context.Context) { @LayoutWithContext("Home", ctx) {

Welcome to GoMFT

A modern managed file transfer solution

if isLoggedIn(ctx) {

Transfer Configs

Set up and manage file transfer configurations with ease.

View Configs

Schedule Jobs

Create and monitor automated file transfer jobs.

View Jobs

Track History

View detailed history of all file transfer operations.

View History
} else {
GoMFT Logo

Get Started

Log in to access the file transfer management system.

Log In

Key Features

  • Secure file transfers with encryption
  • Automated scheduling and monitoring
  • Comprehensive transfer history tracking
  • User-friendly interface with dark mode support

About GoMFT

GoMFT is a modern, secure file transfer solution that allows you to effortlessly move files between different systems and storage providers with robust tracking and monitoring.

}
} }