xiaoyaotan has asked for the wisdom of the Perl Monks concerning the following question:
i just have a simple question about the Net::FTP module. i am using Net::FTP to get files from remote server and i can so that, but i don't know how to store those retrieved files in a specific folder i assigned. I've tried using the "where" option, but i always get response like "cannot open the directory, the directory is not exists" something like that (i did create a that folder).
I'd appreciate any help, thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::FTP get function question
by Illuminatus (Curate) on Mar 11, 2010 at 20:23 UTC | |
|
Re: Net::FTP get function question
by Khen1950fx (Canon) on Mar 11, 2010 at 21:18 UTC | |
by xiaoyaotan (Initiate) on Mar 11, 2010 at 23:20 UTC |