Curious what all methods are available that non-authenticated, or the public in general, can use to send files to local users. So far I've determined the following (have I missed any?): 1. Register a local account 2. FileDrop 3. File request from local user I've been looking for just a simple public message page for external people to send files to people in our organization.
Also EmailDrop and FTPDrop which are using a similar principle like the FileDrop. EmaiDrop can use the external client to drop files (up to 100MB) to local users via SMTP protocol similarly FTPDrop by using FTP, SFTP, FTPS or SCP protocol. (File size is limited only by quotas for FTPDrops)