Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

FTP Export

File Export Grooper.Messaging

Exports content using the FTP protocol.

Remarks

Overview

The FtpExport class enables Grooper to export documents and folders to a remote server using the FTP protocol. It extends File Export to provide FTP-specific connection and file transfer capabilities.

Configuration

  • Host Name:
    Set the 'Host Name' property to specify the FTP server address.
  • Port No:
    Set the 'Port No' property to specify the FTP server port (default is 21).
  • User Name / Password:
    Provide credentials for authentication.
  • Target Folder:
    Set the 'Target Folder' property to specify the remote directory for exported files.
  • Timeout:
    Set the connection timeout in seconds.
  • Use Passive Mode:
    Enable or disable FTP passive mode as required by your network/firewall.
  • Relative Path and Export Formats:
    Inherited from File Export, these properties allow you to define subfolder structure, filenames, and file types for exported content.

Usage Notes

  • The export operation creates directories as needed and uploads files to the specified remote location.
  • The 'Link Name' property (inherited from Export Definition) can be used to label the exported Content Link for tracking and round-trip scenarios.
  • Supports standard FTP authentication and passive/active modes.

Example Scenarios

  • Exporting processed documents to a remote FTP server for integration with legacy systems.
  • Archiving scanned images to an offsite FTP backup.
  • Automating delivery of exported files to a business partner's FTP drop folder.

See Also

Properties

NameTypeDescription
General
Server Connection

See Also

Notification