in reply to Site command to ftp a file using NetFtpServer
First, verify that you have Net::FTP installed by typing:
perl -MNet::FTP -e 42
This will report nothing if Net::FTP is installed and will report your path if not installed. If you have Net::FTP installed and are having errors then we really need to see the exact text of those errors to help you. Whereas if you do not have Net::FTP installed you are asking how to download one then see Modules: How to Create, Install, and Use.
|
|---|