#!/usr/bin/env perl # 2013-10-17 Andrea Urbani (matfanjol) # In this ftp test: # - the response of SYST command is # 215 Unknown ftp service # - the response of "LIST -a" command contains # all the files # - the response of "LIST" command contains # the normal files (hidden files are not present) # wget should use "LIST -a", but also "LIST". # After "LIST", wget will see more data is available # on "LIST -a", so it should go back to "LIST -a". # (See also Test-ftp-list-Unknown-a.px) use strict; use warnings; use FTPTest; ############################################################################### my $normalfile = <