Setting up an FTP server for testingby Group Public on Thursday June 11 2009 @ 11:42:13 (1/1 Points) |
|
| Configuration ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
If you wish to have an FTP server for testing, or for running the TestPlan tests these simple instructions will help you.
Linux
On Linux simply install the package vsftp. Then edit the file /etc/vsftpd.conf and uncomment the line:
local_enable=YES write_enable=YES
Don't forget to restart the vsftpd server, such as /etc/init.d/vsftpd restart.
Then any local user can use the FTP server. If you wish to run the TestPlan test suite then you should add the testmail user with the password testmail.
TestPlan Setting up an FTP server for testing
