Manifest Importer Service - FTPReader

The FTPReader reads a file from a configured FTP site.

Configuration

manifestsources.ftpreader
{
        "type" : "ftp",
        "host" : "ftp.site.com",
        "port" : 21,
        "user" : "ftp_user",
        "password" : "ftp_password",
        "description" : "Sample FTP Configuration",
        "sendercode" : "FTP_testsite",
        "path" : "/sendTest",
        "archiveto" : "/sendTest/Archive",
        "localarchiveto" : "/tnt2/manifest/archive",
        "active" : true,
        "filter" : [
                "<name>[^<]*mySite</name>]",
                "<city>[^<]*City</city>"
        ]
}

Description: