-
Notifications
You must be signed in to change notification settings - Fork 8
FTP Server for Test Suite
Brief Explanation: GNU Wget requires a FTP Server implementation that implements all the relevant features from RFC 959 for testing Wget as a FTP Client. While we have a couple of ideas on how this can be done, the student is also expected to come up with their own ideas.
Expected Results: At the end of the project, we expect a functioning FTP Test Suite that integrates with the already existing set of Python3 based HTTP Tests. We should be able to test Wget for not only standards compliant responses but for erroneous responses as well.
Knowledge Prerequisites: This will largely depend on the specific path chosen by the student. However, we expect that a basic knowledge of Python and C will be required along with the ability to understand technical documentation.