Setup an FTP Server for testingby Group Public on Tuesday March 31 2009 @ 15:53:41 (1/1 Points) |
|
| Configuration ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
This document explains how to setup an FTP server for testing. This doubles as the required setup to build the TestPlan release.
Debian
apt-get install vsftpd
In the /etc/vsftpd.conf alter these items from their defaults. Remember forget to restart the server after altering the configuration.
local_enable=YES write_enable=YES
Then setup the user, if you have not already done so for email→. User and password testmail.
TestPlan Setup an FTP Server for testing
