Hi,
I am trying to rename files ona remote server using this simple bit of code, but it doesnt work, can anyone point out what im doing wrong?
cheers
Jon
#!/usr/bin/perl
use Net::FTP;
$ftp = Net::FTP->new("localhost", Debug => 0);
$ftp->login("anonymous",'-anonymous@')...