STATUS: INCUBATING
Use this template to configure ports on Active Transfer 10.1 and higher.
- Command Central 10.1 and higher
- ActiveTransfer Server/Gateway 10.1 and higher
All supported Windows and UNIX platforms.
- Listener port configurations:
- HTTP
- HTTPS
- FTP
- SFTP
Configure HTTP port 4081 and FTP port 2221 on ActiveTransfer default
server instance:
sagcc exec templates composite apply sag-mft-config nodes=dev \
mft.http.port=4081 mft.http.port.alias=http1 \
mft.ftp.port=2221 mft.ftp.port.alias=ftp1 \
mft.https.port.enabled=false \
mft.sftp.port.enabled=false \
--sync-job --wait 600