SFTP Configuration

Learn about configuring the SFTP (Secure File Transfer Protocol) settings for smooth and secure data exchange within your system.

Configuring SFTP (Secure File Transfer Protocol) settings is a critical step in ensuring the smooth and secure exchange of data within your system. The importance of each configuration is outlined below:

Before uploading data, ensure all relevant variables are included.

Access FTP Connection Settings:

Locate the following configuration key and input the value:

Configuration LineValue

systemPropertyId="ftp.server.hostname"

{hostname_without_sftp://}

systemPropertyId="ftp.server.username"

{username}

systemPropertyId="ftp.server.password"

{password}

systemPropertyId="ftp.server.port"

{port}


Netsuite-specific Configuration:

This is essential only when utilizing Netsuite as an ERP; otherwise, it can be omitted.

Locate the following configuration key and input the value:

Configuration LineValue

systemPropertyId="ftp.server.archive.dir"

archive/

systemPropertyId="instance.downloadDir"

runtime/datamanager/

By following these steps, you can ensure that your system properties are configured appropriately for your business location, and the SFTP settings are accurately defined for seamless data transfer.

Last updated