FTP Configuration table

<< Click to Display Table of Contents >>

Navigation:  Admin StandAlone Toolkit : Installation and use > Configuration >

FTP Configuration table

Key

Value

Destination

FTP destination name

Addr

FTP IP Address

Port

FTP Server Port (21)

Login

User name

Password

User password

Directory

Destination directory

SSL

To activate SSL mode

Passive

To activate Passive mode

Test

Button to check the FTP Server connexion

 

All FTP configuration are saved in the C:\Program Files (x86)\Netia\AdminStandAlone Toolkit\conf\Destination.config.json file.

 

{
   "Destination": "Journalist",
   "Addr": "192.168.51.140",
   "Port": 21,
   "Login": "Test",
   "Password": "tGDgA5B1l7t2n27r6IYWgg==",
   "Directory": null,
   "EnableSSL": false,
   "UsePassive": false
 }