#!/usr/bin/env perl # 2013-10-17 Andrea Urbani (matfanjol) # In this ftp test: # - 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 only "LIST -a" because it recognise # the system as "UNIX Type: L8" and so it should see # and download the hidden file too. use strict; use warnings; use FTPTest; ############################################################################### my $normalfile = <