Having modified a c++ ftp server implementation for work i would really like to validate it to make sure it still follows the spec and will not crash on bad input.

Does any one know of a good ftp server test software?

Would be really good if it had fuzzy testing as well.

link|improve this question

76% accept rate
feedback

1 Answer

I ran the development function over at Ipswitch File Transfer (WS_FTP, MOVEit, MessageWay) for a while. We had to build our test laboratories from a variety of different tools.

(as detailed in a KB entry I wrote a while back*) I recommend Jeremy Brown's Fuzz Utilities - This collection of free protocol-specific "fuzzing" utilities (such as "SSHFuZZ") are used to ensure SSH and FTP interfaces are not vulnerable to buffer overflows or unexpected input such as Unicode or magic character combinations.

In my new life I'm big on being prepared for forthcoming FTP technologies too. For example, IPv6 via FTP. (http://www.filetransferconsulting.com/file-transfer-ipv6-readiness/)

  • = (not a trade secret)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.