in reply to FTP Program

You didn't specify if you meant an FTP server or client. Net::FTP is a client implementation, which you can use to login to another FTP server to get/put files etc. If you want to run an FTP server in perl, you could try Net::FTPServer.

C.