FileSendr

Large File Distribution System

FileSendr

Install

Domino console command to install this app on your server:

tell Genesis install filesendr

Install in MyAccount (for Prominic customers only)

Need to send a 500MB file to somebody but their email gateway is rejecting it because it's too big? Can't figure out how to use an FTP site to get the file to them?

fileSendr is the solution for you. With fileSendr you upload your big attachments to the fileSendr web interface and then use it to send an email message to your recipient that contains a link to download the file.

The link is valid for a set number of days and after that the file is removed from the system saving you disk space by not having it stored in a users sent box.

fileSendr is similar to services provided by YouSendIt or SendThisFile however you host it on your own systems giving the administrator tighter control over how long files are available and without the costly enterprise plans you would need to use external services.

fileSendr, the file transfer solution for your company.

Version: 1.2.1

{
    "title": "FileSendr v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download the template ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/FileSendr.ntf", "to": "${directory}/FileSendr.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Create a new database from the template ---",
        "databases": [
             {
                "action": "create",
                "filePath": "FileSendr.nsf",
                "title": "FileSendr v${version} (OpenNTF)",
                "templatePath": "FileSendr.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed FileSendr v${version} (OpenNTF) database"]
    }

    ]
}