Help for this page
#!/usr/bin/perl use strict; ... $ftp->binary(); $ftp->get($remote_file,"toto.txt"); $ftp->quit;
Internal Server Error