[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All,

I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir.

rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed.
Can some body help me to resolve this urgently?

Thanks

The module is Net::FTP, and use the rename() method.

Thanks a lot m.d it is woking fine now..