Hello, Gabor Szabo wrote: > Can you ftp manually ? > Are youusing passive ftp ? (Then set it in the script too) Yes, I forget it! $ftp=Net::FTP->new($host, Debug => 1, Passive => 1); Thanks, it worked :)