Skip to main content

XAFS - FTP Gateway Settings

Configures the custom FTP gateway address and credentials used by upload-related features.

Format

  • Query address: >QXAFSA<
  • Set address: >SXAFSA1{HOST:PORT}<
  • Clear custom address: >SXAFSAU<
  • Query username: >QXAFSL<
  • Set username: >SXAFSL{USERNAME}<
  • Query password: >QXAFSP<
  • Set password: >SXAFSP{PASSWORD}<
  • Create standard folders: >SXAFSF<

Responses

  • Address configured: >RXAFSA1{HOST:PORT}<
  • Address undefined: >RXAFSAU<
  • Username configured: >RXAFSL{USERNAME}<
  • Username undefined: >RXAFSLU<
  • Password configured: >RXAFSP{PASSWORD}<
  • Password undefined: >RXAFSPU<

Parameters

FieldDescription
HOST:PORTCustom FTP gateway endpoint, for example ftp.example.com:21
USERNAMEFTP username
PASSWORDFTP password

Examples

Set a custom FTP server:

>SXAFSA1ftp.example.com:21<

Query the current FTP server:

>QXAFSA<
>RXAFSA1ftp.example.com:21<

Clear the custom address and return to the built-in default:

>SXAFSAU<

Set credentials:

>SXAFSLfield_user<
>SXAFSPfield_password<

Notes

  • When a value is undefined, Antares falls back to the built-in DCT FTP configuration.
  • XAFSF is a set-only action used to trigger creation of the standard folder structure on the FTP server.
  • These settings are persisted in non volatile memory and reused by upload features.

Defaults and Limits

  • Address length: up to 127 characters plus null terminator.
  • Username length: up to 40 characters.
  • Password length: up to 40 characters.
  • Clearing is only available for the custom address variant.