Re: Net::FTP->problem with put




hey Michael Greb

$ftp->put('start', 'startup')
or die 'Put failed: ', $ftp->message, "\n";

i used this and i am getting the error as Cannot create file ..

.