Forum Moderators: coopster & phranque
Jordan
mdtm ( FILE )
Modified example from synopsis:
use Net::FTP; $ftp = Net::FTP->new("some.host.name", Debug => 0); $ftp->login("anonymous",'me@here.there'); $ftp->cwd("/pub"); $ftp->mdtm("that.file");
Link: [xav.com...]
/claus
Thanks for the reference too, I was having a heck of a time finding anything useful on perldoc. i was just blindly trying FTP cmds, heh. Not the most productive way of doing things.