in reply to Re^3: Net::FTP get problem
in thread Net::FTP get problem

roboticus Yes, I can download from the directory with an FTP client and yes, your script executed and reported that the file is writable. I ran your script from the command line as well as from the web browser. I also ran my script from the command line instead of from the browser and still get the error message that it can't open the file.

Replies are listed 'Best First'.
Re^5: Net::FTP get problem
by poj (Abbot) on Aug 01, 2017 at 17:26 UTC

    What is the pathname of the directory where your script is being executed and where do you want the hello.pl file downloaded to ?

    poj