User since
2007-09-26
11
Artikel
BenutzerIn
Hallo,
ich versuche mit einem Skript eine Datei auf einem Server zu kopieren mit dem Befehl:
$ftp->copy($orig, $new);
aber ich bekomme die folgende Fehlermeldung:
can't locate object method "copy" via package "Net::FTP".
Wo liegt das Problem?
Danke im Voraus.
User since
2006-07-05
334
Artikel
BenutzerIn
Da liegt das Problem:
http://search.cpan.org/~gbarr/libnet-1.22/Net/FTP....
(keine "copy" Methode)
Gruss MisterL
“Perl is the only language that looks the same before and after RSA encryption.”
User since
2007-09-26
11
Artikel
BenutzerIn
Hallo MisterL,
wie kann ich das Problem lösen?
User since
2006-07-05
334
Artikel
BenutzerIn
"copy ftp" wird man unter search.cpan.org wohl noch eingeben können:
http://search.cpan.org/~turnerjw/Net-xFTP-0.17/lib...
sieht vielversprechend aus
Gruss MisterL
“Perl is the only language that looks the same before and after RSA encryption.”
User since
2007-09-26
11
Artikel
BenutzerIn
Hallo!
Wie installiere ich das Modul unter Windows?
perl -MCPAN -e 'install Net::FTP::File;'